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

/macosx-10.5.8/xnu-1228.15.4/bsd/libkern/
H A Dstrtol.c116 register int neg = 0, any, cutlim; local
154 * cutoff will be set to 214748364 and cutlim to either
163 cutlim = cutoff % (unsigned long)base;
174 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
208 register int neg = 0, any, cutlim; local
235 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
245 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStringFuncs.c122 register int neg = 0, any, cutlim; local
160 * cutoff will be set to 214748364 and cutlim to either
169 cutlim = cutoff % (unsigned long)base;
180 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim) )
205 register int neg = 0, any, cutlim; local
232 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
242 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim) )
273 register int neg, any, cutlim; local
310 * is 10, cutoff will be set to 922337203685477580 and cutlim to
321 cutlim
366 register int neg, any, cutlim; local
[all...]

Completed in 77 milliseconds