Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dvmsify.c338 int rooted = 1; /* flag if logical is rooted, else insert [000000] */ in vmsify() local
460 rooted = 0; in vmsify()
471 rooted = 0; in vmsify()
487 rooted = 0; in vmsify()
497 if (rooted == 0) in vmsify()
514 else if (rooted == 0) in vmsify()
526 if ((rooted != 0) in vmsify()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__tree71 // Determintes if the subtree rooted at __x is a proper red black subtree. If
106 // Determintes if the red black tree rooted at __root is a proper red black tree.
314 // Effects: unlinks __z from the tree rooted at __root, rebalancing as needed.