Searched refs:nth_word (Results 1 – 2 of 2) sorted by relevance
526 #define nth_word(p, n) ((p) - (n)) macro536 #define nth_word(p, n) ((p) + (n)) macro543 #define next_word(p) nth_word(p, 1)544 #define prev_word(p) nth_word(p, -1)
419 p = nth_word(high_word(f, out), first_bit >> 6); in bkey_packed_successor()