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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1865 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
3716 t = leftmost_child(t);
3752 while ((t = leftmost_child(t)) != 0) {

Completed in 64 milliseconds