HomeSort by: relevance | last modified time | path
    Searched defs:is_parent_root (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gen/
ptree.c 1100 const bool is_parent_root = (parent == &pt->pt_rootnode); local in function:ptree_check_leaf
1104 if (is_parent_root) {
1133 const bool is_parent_root = (parent == &pt->pt_rootnode); local in function:ptree_check_branch
1164 } else if (!is_parent_root) {
ptree.c 1100 const bool is_parent_root = (parent == &pt->pt_rootnode); local in function:ptree_check_leaf
1104 if (is_parent_root) {
1133 const bool is_parent_root = (parent == &pt->pt_rootnode); local in function:ptree_check_branch
1164 } else if (!is_parent_root) {

Completed in 22 milliseconds