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

  /src/common/lib/libc/gen/
ptree.c 366 const bool at_mask = false; local in function:ptree_insert_leaf
369 const bool at_mask = PTN_ISMASK_P(leaf); local in function:ptree_insert_leaf
390 if (!at_mask && matched)
399 if (at_mask && id->id_bitoff >= leaf_masklen)
423 if (!at_mask || target_masklen <= leaf_masklen)
427 } else if (at_mask && id->id_bitoff >= leaf_masklen) {
636 bool at_mask = false; local in function:ptree_find_filtered_node
654 at_mask = PTN_ISMASK_P(ptn);
684 if (!filter || (*filter)(filter_arg, NODETOITEM(pt, ptn), at_mask ? PT_FILTER_MASK : 0)) {
826 bool at_mask; local in function:ptree_remove_node
    [all...]
ptree.c 366 const bool at_mask = false; local in function:ptree_insert_leaf
369 const bool at_mask = PTN_ISMASK_P(leaf); local in function:ptree_insert_leaf
390 if (!at_mask && matched)
399 if (at_mask && id->id_bitoff >= leaf_masklen)
423 if (!at_mask || target_masklen <= leaf_masklen)
427 } else if (at_mask && id->id_bitoff >= leaf_masklen) {
636 bool at_mask = false; local in function:ptree_find_filtered_node
654 at_mask = PTN_ISMASK_P(ptn);
684 if (!filter || (*filter)(filter_arg, NODETOITEM(pt, ptn), at_mask ? PT_FILTER_MASK : 0)) {
826 bool at_mask; local in function:ptree_remove_node
    [all...]

Completed in 48 milliseconds