Searched refs:TESTBIT (Results 1 – 1 of 1) sorted by relevance
56 #define TESTBIT(x,n) (((x) >> (n)) & 1) macro65 x= TESTBIT(x,(NSA_BITS-1))? ~x: x; in norm_shift_amt_U_and_non_U()74 if (TESTBIT(x,k)) in norm_shift_amt_U_and_non_U()