Searched refs:TARG_UINT_MAX (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/xlint/common/
H A Dilp32.h59 #define TARG_UINT_MAX ((uint32_t) -1) macro
63 #define TARG_ULONG_MAX TARG_UINT_MAX
H A Dlp64.h62 #define TARG_UINT_MAX ((uint32_t) -1) macro
/netbsd-current/usr.bin/xlint/lint1/
H A Dlex.c500 if (ls == 0 && ui <= TARG_UINT_MAX && base != 10 && allow_c90)
529 if (l == 0 && ui <= TARG_UINT_MAX)
600 && ((l_suffix == 0 && base != 10 && ui <= TARG_UINT_MAX)
859 uint64_t limit = s[0] == 'L' ? TARG_UINT_MAX : TARG_UCHAR_MAX;
H A Dtree.c3740 max = TARG_UINT_MAX; min = 0; break;

Completed in 147 milliseconds