Searched refs:TARG_INT_MAX (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.bin/xlint/common/
H A Dilp32.h49 #define TARG_INT_MAX ((int32_t) (((uint32_t) -1) >> 1)) macro
50 #define TARG_INT_MIN ((-TARG_INT_MAX) - 1)
53 #define TARG_LONG_MAX TARG_INT_MAX
H A Dlp64.h49 #define TARG_INT_MAX ((int32_t) (((uint32_t) -1) >> 1)) macro
50 #define TARG_INT_MIN ((-TARG_INT_MAX) - 1)

Completed in 102 milliseconds