| /third_party/ulib/musl/third_party/smoothsort/ |
| A D | qsort.c | 94 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 D | rb.h | 412 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 D | memset.S | 81 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 D | scandir.c | 9 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 D | bsearch.c | 4 int (*cmp)(const void*, const void*)) { in bsearch() 11 sign = cmp(key, try); in bsearch()
|
| /third_party/lib/cortex-strings/src/aarch64/ |
| A D | memset.S | 90 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 D | strcpy.S | 124 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 D | memcpy.S | 107 cmp count, 16 109 cmp count, 96 130 cmp count, 8
|
| A D | strcmp.S | 110 cmp data1, data2 162 cmp data1w, #1
|
| A D | strnlen.S | 141 cmp len, limit 156 cmp tmp1, #8
|
| A D | memmove.S | 94 cmp count, 96
|
| A D | memchr.S | 159 cmp synd, #0
|
| A D | strncmp.S | 149 cmp data1, data2
|
| /third_party/ulib/musl/src/math/x86_64/ |
| A D | exp2l.S | 39 cmp $0x3fff+13,%ax 41 cmp $0x3fff+15,%ax 69 4: cmp $0x3fff-64,%ax
|
| A D | log1pl.S | 9 cmp $0x3ffd9400,%eax
|
| A D | expl.S | 16 cmp $45, %ax
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | acwin.h | 117 __asm cmp dl, 3 \ 139 __asm cmp dl, 3 \
|
| /third_party/uapp/dash/src/ |
| A D | system.c | 104 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 D | memmove.S | 6 cmp %rdx,%rax
|
| /third_party/ulib/musl/src/ldso/x86_64/ |
| A D | tlsdesc.S | 20 cmp %rcx,(%rdx)
|
| /third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/ |
| A D | aesv8-armx64.S | 32 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 D | test.h | 3 #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 D | longjmp.S | 159 cmp w1, wzr
|
| /third_party/ulib/musl/src/ldso/aarch64/ |
| A D | tlsdesc.S | 34 cmp x2,x4
|
| /third_party/ulib/backtrace/ |
| A D | install-sh | 64 cmpprog=${CMPPROG-cmp}
|