Home
last modified time | relevance | path

Searched defs:leftmost_child (Results 1 – 4 of 4) 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/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1881 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
/external/dlmalloc/
Dmalloc.c2410 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro