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

/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrtoi.h99 #define S2I_umax (~((S2I_unumber)0)) macro
104 #define S2I_max S2I_umax
108 #define S2I_max (S2I_umax>>1)
117 #define ADDOVER(n,c,s) ((S2I_umax-(n))<((S2I_unumber)((c)+(s))))
118 #define MPYOVER(n,c) (((S2I_unumber)(n))>(S2I_umax/(c)))
123 S2I_umax / 1,
124 S2I_umax / 2,
125 S2I_umax / 3,
126 S2I_umax / 4,
127 S2I_umax /
[all...]

Completed in 272 milliseconds