Searched refs:ALL_ON (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dgmisc.c53 *x1++ = (y | (*x << n)) & ALL_ON;
H A Dstrtodg.c136 if ((*x++ & ALL_ON) != ALL_ON)
139 return ((*x | (ALL_ON << n)) & ALL_ON) == ALL_ON;
165 *x++ = ALL_ON;
788 if (rvb->x[i] & ALL_ON)
H A Dgdtoaimp.h469 #define ALL_ON 0xffffffff macro
474 #define ALL_ON 0xffff macro
H A Dgdtoa.c59 *x++ = *bits & ALL_ON;
61 *x++ = (*bits >> 16) & ALL_ON;
H A Dgethex.c195 b->x[j] = ALL_ON;

Completed in 153 milliseconds