Searched refs:a_cmp (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/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); \ 67 #define phn_merge(a_type, a_field, a_phn0, a_phn1, a_cmp, r_phn) do { \ argument 72 } else if (a_cmp(a_phn0, a_phn1) < 0) { \ 74 a_cmp); \ 78 a_cmp); \ 83 #define ph_merge_siblings(a_type, a_field, a_phn, a_cmp, r_phn) do { \ argument 106 phn_merge(a_type, a_field, phn0, phn1, a_cmp, phn0); \ 127 a_cmp, phn0); \ 154 a_cmp, phn0); \ [all …]
|
D | rb.h | 342 #define rb_gen(a_attr, a_prefix, a_rbt_type, a_type, a_field, a_cmp) \ argument 374 int cmp = (a_cmp)(node, tnode); \ 399 int cmp = (a_cmp)(node, tnode); \ 419 && (cmp = (a_cmp)(key, ret)) != 0) { \ 434 int cmp = (a_cmp)(key, tnode); \ 453 int cmp = (a_cmp)(key, tnode); \ 476 int cmp = pathp->cmp = a_cmp(node, pathp->node); \ 546 int cmp = pathp->cmp = a_cmp(node, pathp->node); \ 894 int cmp = a_cmp(start, node); \ 948 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
|