Searched refs:a_cmp (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | ph.h | 51 #define phn_merge_ordered(a_type, a_field, a_phn0, a_phn1, a_cmp) do { \ argument 56 assert(a_cmp(a_phn0, a_phn1) <= 0); \ 66 #define phn_merge(a_type, a_field, a_phn0, a_phn1, a_cmp, r_phn) do { \ argument 71 else if (a_cmp(a_phn0, a_phn1) < 0) { \ 73 a_cmp); \ 77 a_cmp); \ 82 #define ph_merge_siblings(a_type, a_field, a_phn, a_cmp, r_phn) do { \ argument 104 phn_merge(a_type, a_field, phn0, phn1, a_cmp, phn0); \ 125 a_cmp, phn0); \ 152 a_cmp, phn0); \ [all …]
|
D | rb.h | 338 #define rb_gen(a_attr, a_prefix, a_rbt_type, a_type, a_field, a_cmp) \ argument 370 int cmp = (a_cmp)(node, tnode); \ 395 int cmp = (a_cmp)(node, tnode); \ 415 && (cmp = (a_cmp)(key, ret)) != 0) { \ 430 int cmp = (a_cmp)(key, tnode); \ 449 int cmp = (a_cmp)(key, tnode); \ 472 int cmp = pathp->cmp = a_cmp(node, pathp->node); \ 542 int cmp = pathp->cmp = a_cmp(node, pathp->node); \ 891 int cmp = a_cmp(start, node); \ 945 int cmp = a_cmp(start, node); \
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 4346 FILE 4345 f:\sp\vctools\crt_bld\self_x86\crt\src\a_cmp.c
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 4346 FILE 4345 f:\sp\vctools\crt_bld\self_x86\crt\src\a_cmp.c
|