Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dstrptime.c354 conv_num(const unsigned char *buf, int *dest, unsigned int llim, unsigned int ulim) in conv_num() argument
360 unsigned int rulim = ulim; in conv_num()
371 } while ((result * 10 <= ulim) && rulim && ch >= '0' && ch <= '9'); in conv_num()
373 if (result < llim || result > ulim) in conv_num()