Home
last modified time | relevance | path

Searched defs:node_t (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dtdestroy.cpp20 struct node_t { struct
29 node_t* root_node = reinterpret_cast<node_t*>(root); in tdestroy() argument
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dtfind.c15 typedef struct node_t struct
18 struct node_t *llink, *rlink; argument
H A Dtsearch.c17 typedef struct node_t { struct
19 struct node_t *left, *right; argument