Searched refs:ALL_ON (Results 1 – 5 of 5) sorted by relevance
57 *x1++ = (y | (*x << n)) & ALL_ON;
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
66 *x++ = *bits & ALL_ON;68 *x++ = (*bits >> 16) & ALL_ON;
86 *x1++ = (y | (*x << n)) & ALL_ON; in rshift()