Home
last modified time | relevance | path

Searched refs:LEFTPTR (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/misc/
Dtsearch.c116 #define LEFTPTR(N) (&(N)->left_node) macro
140 #define LEFTPTR(N) (node *)(&(N)->left_node) macro
212 lp = LEFTPTR(root); in maybe_split_for_insert()
325 nextp = r < 0 ? LEFTPTR(root) : RIGHTPTR(root); in __tsearch()
391 rootp = r < 0 ? LEFTPTR(root) : RIGHTPTR(root); in weak_alias()
439 rootp = LEFTPTR(p); in weak_alias()
485 up = LEFTPTR(upn); in weak_alias()
544 nodestack[sp++] = pp = LEFTPTR(q); in weak_alias()