Home
last modified time | relevance | path

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

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