Searched refs:MASK_BITS (Results 1 – 2 of 2) sorted by relevance
167 #define MASK_BITS (sizeof(mask_t) * CHAR_BIT) macro319 idx <= nodep->idx + MASK_BITS + nodep->num_after - 1) in node_find()345 nodep->idx = idx & -MASK_BITS; in node_add()367 assert(idx > parentp->idx + MASK_BITS + parentp->num_after - 1); in node_add()383 while (prev && prev->idx + MASK_BITS + prev->num_after - 1 >= nodep->idx) { in node_add()384 unsigned int n1 = (prev->idx + MASK_BITS + prev->num_after - 1) in node_add()387 assert(n1 < MASK_BITS); in node_add()505 assert(!(idx % MASK_BITS)); in node_split()531 offset = idx - (nodep1->idx + MASK_BITS); in node_split()543 if (nodep2->num_after >= MASK_BITS) { in node_split()[all …]
26 #define MASK_BITS 0x03 macro213 unsigned int x = p[0] << SHIFT_2 | (p[1] & MASK_BITS); in bu21013_do_touch_report()214 unsigned int y = p[2] << SHIFT_2 | (p[3] & MASK_BITS); in bu21013_do_touch_report()