OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__INT_MIN
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libc/locale/
wcstoimax.c
46
#define
__INT_MIN
INTMAX_MIN
wcstol.c
45
#define
__INT_MIN
LONG_MIN
wcstoll.c
45
#define
__INT_MIN
LLONG_MIN
_wcstol.h
43
*
__INT_MIN
: lower limit of the return type
104
cutoff = neg ?
__INT_MIN
: __INT_MAX;
125
acc =
__INT_MIN
;
/src/lib/libc/stdlib/
strtol.c
42
#define
__INT_MIN
LONG_MIN
strtoq.c
41
#define
__INT_MIN
QUAD_MIN
/src/common/lib/libc/stdlib/
strtoimax.c
60
#define
__INT_MIN
INTMAX_MIN
strtoll.c
59
#define
__INT_MIN
LLONG_MIN
_strtol.h
41
*
__INT_MIN
: lower limit of the return type
139
cutoff = (__INT)(neg ?
__INT_MIN
: __INT_MAX);
164
acc =
__INT_MIN
;
/src/lib/libc/citrus/
citrus_bcs_strtol.c
46
#define
__INT_MIN
LONG_MIN
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025