Searched refs:__off (Results 1 – 3 of 3) sorted by relevance
19 #define con_4bit_shift(__off) ((__off) * 4) argument
62 const int __off = 3 - ((start) / 32); \66 __res = resp[__off] >> __shft; \68 __res |= resp[__off-1] << ((32 - __shft) % 32); \
57 const int __off = 3 - ((start) / 32); \61 __res = resp[__off] >> __shft; \63 __res |= resp[__off-1] << ((32 - __shft) % 32); \