Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/newlib/
H A Dstrtoul.c167 register int neg = 0, any, cutlim; variable
189 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
199 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))