Searched refs:a_type (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | rb.h | 388 rbtn_last(a_type, a_field, rbtree, rbtn_left_get(a_type, \ 490 a_type *leftleft = rbtn_left_get(a_type, a_field, left);\ 506 a_type *left = rbtn_left_get(a_type, a_field, cnode); \ 595 a_type *left = rbtn_left_get(a_type, a_field, node); \ 635 a_type *right = rbtn_right_get(a_type, a_field, \ 637 a_type *rightleft = rbtn_left_get(a_type, a_field, \ 680 a_type *right = rbtn_right_get(a_type, a_field, \ 682 a_type *rightleft = rbtn_left_get(a_type, a_field, \ 735 a_type *leftright = rbtn_right_get(a_type, a_field, \ 737 a_type *leftrightleft = rbtn_left_get(a_type, a_field, \ [all …]
|
| A D | ph.h | 19 #define phn(a_type) \ argument 21 a_type *phn_prev; \ 22 a_type *phn_next; \ 27 #define ph(a_type) \ argument 29 a_type *ph_root; \ 86 a_type *phn1 = phn_next_get(a_type, a_field, phn0); \ 97 a_type *phnrest = phn_next_get(a_type, a_field, phn1); \ 168 a_type *phn = phn_next_get(a_type, a_field, a_ph->ph_root); \ 181 a_type *lchild = phn_lchild_get(a_type, a_field, a_phn); \ 241 phn_next_set(a_type, a_field, phn, phn_next_get(a_type, \ [all …]
|
| A D | tsd_types.h | 87 a_type val; \ 93 a_type val; \ 107 a_attr a_type * \ 110 a_name##tsd_set(a_type *val); 217 a_attr a_type * \ 224 a_name##tsd_set(a_type *val) \ 268 a_attr a_type * \ 275 a_name##tsd_set(a_type *val) \ 396 a_attr a_type * \ 408 a_name##tsd_set(a_type *val) \ [all …]
|
| A D | ql.h | 5 #define ql_head(a_type) \ argument 7 a_type *qlh_first; \ 12 #define ql_elm(a_type) qr(a_type) argument 70 #define ql_head_remove(a_head, a_type, a_field) do { \ argument 71 a_type *t = ql_first(a_head); \ 75 #define ql_tail_remove(a_head, a_type, a_field) do { \ argument 76 a_type *t = ql_last(a_head, a_field); \
|
| A D | qr.h | 5 #define qr(a_type) \ argument 7 a_type *qre_next; \ 8 a_type *qre_prev; \ 37 #define qr_meld(a_qr_a, a_qr_b, a_type, a_field) do { \ argument 38 a_type *t; \ 50 #define qr_split(a_qr_a, a_qr_b, a_type, a_field) \ argument 51 qr_meld((a_qr_a), (a_qr_b), a_type, a_field)
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | rb.c | 3 #define rbtn_black_height(a_type, a_field, a_rbt, r_height) do { \ argument 4 a_type *rbp_bh_t; \ 7 rbp_bh_t = rbtn_left_get(a_type, a_field, rbp_bh_t)) { \ 8 if (!rbtn_red_get(a_type, a_field, rbp_bh_t)) { \
|
| /third_party/ulib/musl/include/ |
| A D | elf.h | 755 uint32_t a_type; member 762 uint64_t a_type; member
|
Completed in 763 milliseconds