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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c534 #define leftmost_child(t) ((t)->child[0] != 0? (t)->child[0] : (t)->child[1]) macro
1912 t = leftmost_child(t);
1948 while ((t = leftmost_child(t)) != 0) {

Completed in 7 milliseconds