Home
last modified time | relevance | path

Searched refs:UNSETBIT (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.h76 #define UNSETBIT(num, pos, len) (UNSETBIT_CMN(num, pos)) macro
78 #define UNSETBIT(num, pos, len) \
H A Dtrie.c199 UNSETBIT(nodep->val, i, key_len); in t_split()
200 UNSETBIT(nodep->mask, i, key_len); in t_split()
286 UNSETBIT(c_node->val, (pos - 1), key_len); in t_insert()
534 UNSETBIT(c_node->val, (pos - 1), in t_traverse_delete()