OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__INT_MAX
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libc/locale/
wcstoimax.c
47
#define
__INT_MAX
INTMAX_MAX
wcstol.c
46
#define
__INT_MAX
LONG_MAX
wcstoll.c
46
#define
__INT_MAX
LLONG_MAX
_wcstol.h
44
*
__INT_MAX
: upper limit of the return type
104
cutoff = neg ? __INT_MIN :
__INT_MAX
;
135
acc =
__INT_MAX
;
/src/lib/libc/stdlib/
strtol.c
43
#define
__INT_MAX
LONG_MAX
strtoq.c
42
#define
__INT_MAX
QUAD_MAX
/src/common/lib/libc/stdlib/
strtoimax.c
61
#define
__INT_MAX
INTMAX_MAX
strtoll.c
60
#define
__INT_MAX
LLONG_MAX
_strtol.h
42
*
__INT_MAX
: upper limit of the return type
139
cutoff = (__INT)(neg ? __INT_MIN :
__INT_MAX
);
179
acc =
__INT_MAX
;
/src/lib/libc/citrus/
citrus_bcs_strtol.c
47
#define
__INT_MAX
LONG_MAX
Completed in 70 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025