Searched refs:ALL_ON (Results 1 – 4 of 4) sorted by relevance
52 *x1++ = (y | (*x << n)) & ALL_ON; in rshift()
147 if ((*x++ & ALL_ON) != ALL_ON) in all_on()150 return ((*x | (ALL_ON << n)) & ALL_ON) == ALL_ON; in all_on()174 *x++ = ALL_ON; in set_ones()751 if (rvb->x[i] & ALL_ON) in strtodg()
445 #define ALL_ON 0xffffffff macro450 #define ALL_ON 0xffff macro
77 *x++ = *bits & ALL_ON; in bitstob()79 *x++ = (*bits >> 16) & ALL_ON; in bitstob()