Searched defs:rootp (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | tsearch.c | 29 node_t **rootp = (node_t **)vrootp; local 62 node_t **rootp = (node_t **)vrootp; local 90 node_t **rootp = (node_t **)vrootp; in tdelete() local
|
/third_party/gettext/gettext-runtime/intl/ |
D | tsearch.c | 179 maybe_split_for_insert (node *rootp, node *parentp, node *gparentp, in maybe_split_for_insert() 266 node *rootp = (node *) vrootp; in __tsearch() local 334 node *rootp = (node *) vrootp; variable 367 node *rootp = (node *) vrootp; in weak_alias() local
|
/third_party/musl/src/search/ |
D | tfind.c | 4 void *tfind(const void *key, void *const *rootp, in tfind() argument
|
D | tdelete.c | 5 void *tdelete(const void *restrict key, void **restrict rootp, in tdelete() argument
|
D | tsearch.c | 62 void *tsearch(const void *key, void **rootp, in tsearch() argument
|
/third_party/mingw-w64/mingw-w64-crt/misc/ |
D | tfind.c | 25 node_t * const *rootp = (node_t * const*)vrootp; in tfind() local
|
D | tsearch.c | 27 node_t **rootp = (node_t **)vrootp; in tsearch() local
|
D | tdelete.c | 29 node_t **rootp = (node_t **)vrootp; in tdelete() local
|
/third_party/uboot/u-boot-2020.01/lib/ |
D | of_live.c | 317 int of_live_build(const void *fdt_blob, struct device_node **rootp) in of_live_build()
|