Lines Matching defs:mask
49 Key mask;
54 return (test & mask) == key;
63 key(_key & _mask), mask(_mask), value(_val),
96 parent, this, key, mask, value);
123 * @param new_mask The mask to use when matching against the key.
129 if (kid && kid->matches(key) && (kid->mask & new_mask) == kid->mask) {
138 * A utility method which extends a mask value one more bit towards the
142 * @param orig The original mask to extend.
143 * @return The extended mask.
194 // Build a mask which masks off all the bits we don't care about.
209 Key cur_mask = node->mask;
241 if (cur_mask == node->mask)
360 ccprintf(os, "*** (parent, me, key, mask, value pointer)\n");