HomeSort by: relevance | last modified time | path
    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