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

  /src/common/lib/libc/gen/
ptree.c 931 const pt_bitlen_t parent_bitlen = PTN_BRANCH_BITLEN(parent); local in function:ptree_remove_node
946 if (__predict_true(parent_bitlen > 0)) {
1138 const pt_bitoff_t parent_bitlen = PTN_BRANCH_BITLEN(parent); local in function:ptree_check_branch
1139 const bool is_parent_mask = PTN_ISMASK_P(parent) && parent_bitlen == 0;

Completed in 11 milliseconds