Home | Sort by: relevance | last modified time | path |
/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; |