Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ulib/musl/third_party/smoothsort/
A Dqsort.c94 if ((*cmp)(ar[0], lf) >= 0 && (*cmp)(ar[0], rt) >= 0) { in sift()
97 if ((*cmp)(lf, rt) >= 0) { in sift()
124 if ((*cmp)(stepson, ar[0]) <= 0) { in trinkle()
130 if ((*cmp)(rt, stepson) >= 0 || (*cmp)(lf, stepson) >= 0) { in trinkle()
144 sift(head, width, cmp, pshift, lp); in trinkle()
148 void qsort(void* base, size_t nel, size_t width, cmpfun cmp) { in qsort() argument
168 sift(head, width, cmp, pshift, lp); in qsort()
173 trinkle(head, width, cmp, p, pshift, 0, lp); in qsort()
175 sift(head, width, cmp, pshift, lp); in qsort()
191 trinkle(head, width, cmp, p, pshift, 0, lp); in qsort()
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Drb.h412 int cmp; \
416 if (cmp < 0) { \
431 if (cmp < 0) { \
450 if (cmp < 0) { \
466 int cmp; \
472 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
474 if (cmp < 0) { \
536 int cmp; \
542 int cmp = pathp->cmp = a_cmp(node, pathp->node); \
543 if (cmp < 0) { \
[all …]
/third_party/lib/cortex-strings/no-neon/src/aarch64/
A Dmemset.S81 cmp count, #64
84 cmp count, #15
90 cmp tmp1w, #0x20
136 cmp count, #63
158 cmp count, #63
166 cmp count, #63
171 cmp count, #128
201 cmp count, zva_len_x
209 cmp tmp1, #64
/third_party/ulib/musl/src/dirent/
A Dscandir.c9 int (*cmp)(const struct dirent**, const struct dirent**)) { in scandir()
47 if (cmp) in scandir()
48 qsort(names, cnt, sizeof *names, (int (*)(const void*, const void*))cmp); in scandir()
/third_party/ulib/musl/src/stdlib/
A Dbsearch.c4 int (*cmp)(const void*, const void*)) { in bsearch()
11 sign = cmp(key, try); in bsearch()
/third_party/lib/cortex-strings/src/aarch64/
A Dmemset.S90 cmp count, 96
92 cmp count, 16
137 cmp count, 256
158 cmp tmp1w, 4 /* ZVA size is 64 bytes. */
186 cmp tmp1w, 5 /* ZVA size is 128 bytes. */
211 cmp count, tmp1
A Dstrcpy.S124 cmp tmp2, #(MIN_PAGE_SIZE - 16)
247 cmp has_nul1, #0
291 cmp to_align, #8
311 cmp to_align, #8
324 cmp to_align, #8
A Dmemcpy.S107 cmp count, 16
109 cmp count, 96
130 cmp count, 8
A Dstrcmp.S110 cmp data1, data2
162 cmp data1w, #1
A Dstrnlen.S141 cmp len, limit
156 cmp tmp1, #8
A Dmemmove.S94 cmp count, 96
A Dmemchr.S159 cmp synd, #0
A Dstrncmp.S149 cmp data1, data2
/third_party/ulib/musl/src/math/x86_64/
A Dexp2l.S39 cmp $0x3fff+13,%ax
41 cmp $0x3fff+15,%ax
69 4: cmp $0x3fff-64,%ax
A Dlog1pl.S9 cmp $0x3ffd9400,%eax
A Dexpl.S16 cmp $45, %ax
/third_party/lib/acpica/source/include/acpica/platform/
A Dacwin.h117 __asm cmp dl, 3 \
139 __asm cmp dl, 3 \
/third_party/uapp/dash/src/
A Dsystem.c104 size_t size, int (*cmp)(const void *, const void *)) in bsearch()
109 int diff = cmp(key, midobj); in bsearch()
/third_party/ulib/musl/src/string/x86_64/
A Dmemmove.S6 cmp %rdx,%rax
/third_party/ulib/musl/src/ldso/x86_64/
A Dtlsdesc.S20 cmp %rcx,(%rdx)
/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
A Daesv8-armx64.S32 cmp x0,#0
34 cmp x2,#0
37 cmp w1,#128
39 cmp w1,#256
45 cmp w1,#192
200 cmp x0,#0
219 cmp x0,x2
322 cmp w5,#2
348 cmp w5,#4
597 cmp x2,#2
[all …]
/third_party/ulib/jemalloc/test/include/test/
A Dtest.h3 #define assert_cmp(t, a, b, cmp, neg_cmp, pri, ...) do { \ argument
6 if (!(a_ cmp b_)) { \
11 "(%s) " #cmp " (%s) --> " \
/third_party/ulib/musl/src/setjmp/aarch64/
A Dlongjmp.S159 cmp w1, wzr
/third_party/ulib/musl/src/ldso/aarch64/
A Dtlsdesc.S34 cmp x2,x4
/third_party/ulib/backtrace/
A Dinstall-sh64 cmpprog=${CMPPROG-cmp}

Completed in 29 milliseconds

12