OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARG_INT_MAX
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/common/
ilp32.h
57
#define
TARG_INT_MAX
((int32_t) (((uint32_t) -1) >> 1))
58
#define TARG_INT_MIN ((-
TARG_INT_MAX
) - 1)
61
#define TARG_LONG_MAX
TARG_INT_MAX
lp64.h
60
#define
TARG_INT_MAX
((int32_t) (((uint32_t) -1) >> 1))
61
#define TARG_INT_MIN ((-
TARG_INT_MAX
) - 1)
Completed in 21 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025