Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/newlib/
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))

Completed in 2 milliseconds