Searched refs:MASK_BITS (Results 1 – 2 of 2) sorted by relevance
129 * (idx + MASK_BITS + num_after - 1) <= ((sparsebit_idx_t) 0) - 1)143 * end (inclusive): node->idx + MASK_BITS + node->num_after - 1;166 #define MASK_BITS (sizeof(mask_t) * CHAR_BIT) macro 318 idx <= nodep->idx + MASK_BITS + nodep->num_after - 1) in node_find() 344 nodep->idx = idx & -MASK_BITS; in node_add() 366 assert(idx > parentp->idx + MASK_BITS + parentp->num_after - 1); in node_add() 382 while (prev && prev->idx + MASK_BITS + prev->num_after - 1 >= nodep->idx) { in node_add() 383 unsigned int n1 = (prev->idx + MASK_BITS + prev->num_after - 1) in node_add() 386 assert(n1 < MASK_BITS); in node_add() 504 assert(!(idx % MASK_BITS)); in node_split() [all...]
26 #define MASK_BITS 0x03 macro 209 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()