Symbol: pt_bitlen_t
common/lib/libc/gen/ptree.c
1071
const pt_bitlen_t slots = 1 << PTN_BRANCH_BITLEN(parent);
common/lib/libc/gen/ptree.c
1097
const pt_bitlen_t bitlen = PTN_BRANCH_BITLEN(ptn);
common/lib/libc/gen/ptree.c
1098
const pt_bitlen_t mask_len = PTN_MASK_BITLEN(ptn);
common/lib/libc/gen/ptree.c
1143
const pt_bitlen_t slots = 1 << bitlen;
common/lib/libc/gen/ptree.c
1218
ptree_mask_node_p(pt_tree_t *pt, const void *item, pt_bitlen_t *lenp)
common/lib/libc/gen/ptree.c
134
const pt_bitlen_t bitlen = PTN_BRANCH_BITLEN(ptn);
common/lib/libc/gen/ptree.c
143
const pt_node_t *ptn, pt_bitoff_t bitoff, pt_bitlen_t bitlen)
common/lib/libc/gen/ptree.c
152
const pt_bitlen_t bitlen = PTN_BRANCH_BITLEN(ptn);
common/lib/libc/gen/ptree.c
232
const pt_bitlen_t mask_len = PTN_MASK_BITLEN(mask);
common/lib/libc/gen/ptree.c
299
const pt_bitlen_t node_mask_len = PTN_MASK_BITLEN(ptn);
common/lib/libc/gen/ptree.c
370
const pt_bitlen_t leaf_masklen = PTN_MASK_BITLEN(leaf);
common/lib/libc/gen/ptree.c
371
const pt_bitlen_t target_masklen = PTN_MASK_BITLEN(target);
common/lib/libc/gen/ptree.c
455
const pt_bitlen_t target_masklen = PTN_MASK_BITLEN(target);
common/lib/libc/gen/ptree.c
609
ptree_insert_mask_node(pt_tree_t *pt, void *item, pt_bitlen_t mask_len)
common/lib/libc/gen/ptree.c
687
const pt_bitlen_t mask_len = PTN_MASK_BITLEN(ptn);
common/lib/libc/gen/ptree.c
931
const pt_bitlen_t parent_bitlen = PTN_BRANCH_BITLEN(parent);
sys/sys/ptree.h
163
pt_bitoff_t, pt_bitlen_t, void *);
sys/sys/ptree.h
165
pt_bitoff_t, pt_bitlen_t, void *);
sys/sys/ptree.h
167
pt_bitoff_t, pt_bitlen_t, void *);
sys/sys/ptree.h
186
bool ptree_insert_mask_node(pt_tree_t *, void *, pt_bitlen_t);
sys/sys/ptree.h
187
bool ptree_mask_node_p(pt_tree_t *, const void *, pt_bitlen_t *);