Searched refs:ALL_ON (Results 1 – 3 of 3) sorted by relevance
138 *x1++ = (y | (*x << n)) & ALL_ON; in rshift()251 if ((*x++ & ALL_ON) != ALL_ON) in all_on()254 return ((*x | (ALL_ON << n)) & ALL_ON) == ALL_ON; in all_on()278 *x++ = ALL_ON; in set_ones()920 if (rvb->_x[i] & ALL_ON) in _strtodg_l()
305 #define ALL_ON 0xffffffff macro310 #define ALL_ON 0xffff macro
86 *x1++ = (y | (*x << n)) & ALL_ON; in rshift()