Searched refs:QUAD_BITS (Results 1 – 4 of 4) sorted by relevance
51 aa.ul[L] = shift >= QUAD_BITS ? 0 : in __lshrdi3()
61 aa.ul[L] = shift >= QUAD_BITS ? s : in __ashrdi3()
54 aa.ul[H] = shift >= QUAD_BITS ? 0 :
85 #define QUAD_BITS (sizeof(quad_t) * CHAR_BIT) macro