Home
last modified time | relevance | path

Searched refs:llim (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
373 if (result < llim || result > ulim) in conv_num()