Searched refs:a_type (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Drb.h27 #define rb_node(a_type) \
29 a_type *rbn_left; \
30 a_type *rbn_right_red; \
33 #define rb_node(a_type) \
35 a_type *rbn_left; \
36 a_type *rbn_right; \
42 #define rb_tree(a_type) \
44 a_type *rbt_root; \
48 #define rbtn_left_get(a_type, a_field, a_node) \
50 #define rbtn_left_set(a_type, a_fiel
[all...]
H A Dph.h19 #define phn(a_type) \
21 a_type *phn_prev; \
22 a_type *phn_next; \
23 a_type *phn_lchild; \
27 #define ph(a_type) \
29 a_type *ph_root; \
33 #define phn_lchild_get(a_type, a_field, a_phn) \
35 #define phn_lchild_set(a_type, a_field, a_phn, a_lchild) do { \
39 #define phn_next_get(a_type, a_field, a_phn) \
41 #define phn_prev_set(a_type, a_fiel
[all...]
H A Dtsd_types.h54 * Note that all of the functions deal in terms of (a_type *) rather than
55 * (a_type) so that it is possible to support non-pointer types (unlike
56 * pthreads TSD). example_tsd_cleanup() is passed an (a_type *) pointer that is
58 * function argument to (a_type *), then dereference the resulting pointer to
80 #define malloc_tsd_types(a_name, a_type)
82 #define malloc_tsd_types(a_name, a_type)
84 #define malloc_tsd_types(a_name, a_type) \
87 a_type val; \
90 #define malloc_tsd_types(a_name, a_type) \
93 a_type va
[all...]
H A Dql.h5 #define ql_head(a_type) \
7 a_type *qlh_first; \
12 #define ql_elm(a_type) qr(a_type)
70 #define ql_head_remove(a_head, a_type, a_field) do { \
71 a_type *t = ql_first(a_head); \
75 #define ql_tail_remove(a_head, a_type, a_field) do { \
76 a_type *t = ql_last(a_head, a_field); \
H A Dqr.h5 #define qr(a_type) \
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 { \
38 a_type *t; \
50 #define qr_split(a_qr_a, a_qr_b, a_type, a_field) \
51 qr_meld((a_qr_a), (a_qr_b), a_type, a_field)
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Drb.c3 #define rbtn_black_height(a_type, a_field, a_rbt, r_height) do { \
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)) { \
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h755 uint32_t a_type; member in struct:__anon1679
762 uint64_t a_type; member in struct:__anon1681

Completed in 54 milliseconds