OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__wINT_MIN
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstoimax.c
56
#define
__wINT_MIN
INTMAX_MIN
wcstol.c
55
#define
__wINT_MIN
LONG_MIN
wcstoll.c
55
#define
__wINT_MIN
LLONG_MIN
_wcstol.h
51
*
__wINT_MIN
: lower limit of the return type
110
cutoff = neg ?
__wINT_MIN
: __wINT_MAX;
131
acc =
__wINT_MIN
;
Completed in 242 milliseconds