Home
last modified time | relevance | path

Searched refs:es (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dqsort.c51 es % sizeof(long) ? 2 : es == sizeof(long)? 0 : 1;
84 for (pm = (char *)a + es; pm < (char *) a + n * es; pm += es) in qsort()
111 pa += es; in qsort()
113 pb += es; in qsort()
119 pd -= es; in qsort()
121 pc -= es; in qsort()
127 pb += es; in qsort()
128 pc -= es; in qsort()
131 for (pm = (char *) a + es; pm < (char *) a + n * es; pm += es) in qsort()
143 qsort(a, r / es, es, cmp); in qsort()
[all …]
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dstdlib.h19 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *));

Completed in 3 milliseconds