Home
last modified time | relevance | path

Searched defs:leftmost_child (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/test/unit/
Dph.c45 node_t *leftmost_child, *sibling; in node_print() local
90 node_t *leftmost_child, *sibling; in node_validate() local
/external/libffi/src/
Ddlmalloc.c1881 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2408 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2466 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
/external/dlmalloc/
Ddlmalloc.c2410 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro