Searched refs:node_t (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | ph.c | 3 typedef struct node_s node_t; typedef 8 phn(node_t) link; 13 node_cmp(const node_t *a, const node_t *b) in node_cmp() 30 node_cmp_magic(const node_t *a, const node_t *b) { in node_cmp_magic() 65 node_t *auxelm; in heap_print() 75 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t, in heap_print() 86 node_validate(const node_t *node, const node_t *parent) in node_validate() 105 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t, in node_validate() 117 node_t *auxelm; in heap_validate() 126 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t, in heap_validate() [all …]
|
| A D | rb.c | 19 rb_node(node_t) link; 24 node_cmp(const node_t *a, const node_t *b) { in node_cmp() 48 node_t key; in TEST_BEGIN() 74 node_t *left_node; in tree_recurse() 75 node_t *right_node; in tree_recurse() 114 static node_t * 118 node_t *search_node; in tree_iterate_cb() 197 static node_t * 208 static node_t * 303 node_t *start; in TEST_BEGIN() [all …]
|
Completed in 4 milliseconds