Lines Matching refs:LONG
47 # define INT LONG int
49 # define INT unsigned LONG int
116 # define LONG long long macro
167 # define LONG long macro
242 register unsigned LONG int cutoff; in INTERNAL()
244 register unsigned LONG int i; in INTERNAL()
345 cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base; in INTERNAL()
346 cutlim = STRTOL_ULONG_MAX % (unsigned LONG int) base; in INTERNAL()
367 i *= (unsigned LONG int) base; in INTERNAL()
386 ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1 in INTERNAL()
387 : (unsigned LONG int) STRTOL_LONG_MAX)) in INTERNAL()