Home
last modified time | relevance | path

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

/kernel/lib/libc/
A Dqsort.c54 es % sizeof(long) ? 2 : es == sizeof(long)? 0 : 1;
91 SWAPINIT(a, es); in qsort()
94 for (pm = (char *)a + es; pm < (char *) a + n * es; pm += es) in qsort()
121 pa += es; in qsort()
123 pb += es; in qsort()
131 pc -= es; in qsort()
137 pb += es; in qsort()
138 pc -= es; in qsort()
141 for (pm = (char *) a + es; pm < (char *) a + n * es; pm += es) in qsort()
154 qsort(a, r / es, es, cmp); in qsort()
[all …]
/kernel/arch/x86/
A Duspace_entry.S44 mov %ax, %es
A Dstart16.S130 mov %eax, %es
174 mov %eax, %es
A Dmexec.S54 mov %ax, %es
A Dstart.S174 mov %eax, %es
/kernel/lib/libc/include/
A Dstdlib.h39 void qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *));
/kernel/arch/x86/include/arch/
A Dx86.h309 DEFINE_REGISTER_ACCESSOR(es) in DEFINE_REGISTER_ACCESSOR() argument

Completed in 11 milliseconds