Home
last modified time | relevance | path

Searched defs:rootp (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtsearch.c29 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/
Dtsearch.c179 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/
Dtfind.c4 void *tfind(const void *key, void *const *rootp, in tfind() argument
Dtdelete.c5 void *tdelete(const void *restrict key, void **restrict rootp, in tdelete() argument
Dtsearch.c62 void *tsearch(const void *key, void **rootp, in tsearch() argument
/third_party/mingw-w64/mingw-w64-crt/misc/
Dtfind.c25 node_t * const *rootp = (node_t * const*)vrootp; in tfind() local
Dtsearch.c27 node_t **rootp = (node_t **)vrootp; in tsearch() local
Dtdelete.c29 node_t **rootp = (node_t **)vrootp; in tdelete() local
/third_party/uboot/u-boot-2020.01/lib/
Dof_live.c317 int of_live_build(const void *fdt_blob, struct device_node **rootp) in of_live_build()