Searched refs:MASK_BITS (Results 1 – 2 of 2) sorted by relevance
344 nodep->idx = idx & -MASK_BITS; in node_add()386 assert(n1 < MASK_BITS); in node_add()504 assert(!(idx % MASK_BITS)); in node_split()652 nodep->idx += MASK_BITS; in node_reduce()1409 if (n >= MASK_BITS) { in sparsebit_set_num()1447 assert(n < MASK_BITS); in sparsebit_set_num()1472 if (n >= MASK_BITS) { in sparsebit_clear_num()1516 assert(n < MASK_BITS); in sparsebit_clear_num()1742 if (nodep->idx % MASK_BITS) { in sparsebit_validate_internal()1833 MASK_BITS); in sparsebit_validate_internal()[all …]
26 #define MASK_BITS 0x03 macro209 x = data[0] << SHIFT_2 | (data[1] & MASK_BITS); in bu21013_do_touch_report()210 y = data[2] << SHIFT_2 | (data[3] & MASK_BITS); in bu21013_do_touch_report()
Completed in 10 milliseconds