HomeSort by relevance Sort by last modified time
    Searched refs:__wINT_MAX (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstoimax.c 57 #define __wINT_MAX INTMAX_MAX
wcstol.c 56 #define __wINT_MAX LONG_MAX
wcstoll.c 56 #define __wINT_MAX LLONG_MAX
_wcstol.h 52 * __wINT_MAX : upper limit of the return type
110 cutoff = neg ? __wINT_MIN : __wINT_MAX;
141 acc = __wINT_MAX;

Completed in 139 milliseconds