Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dconfig.h18 #undef UINT_MAX
20 #define UINT_MAX 65535 macro
27 #undef UINT_MAX
29 #define UINT_MAX (__INT_MAX__ * 2U + 1) macro
39 #undef UINT_MAX
41 #define UINT_MAX (__INT_MAX__ * 2U + 1) macro
47 #undef UINT_MAX
49 #define UINT_MAX (__INT_MAX__ * 2U + 1) macro
100 #undef UINT_MAX
102 #define UINT_MAX (__INT_MAX__ * 2U + 1) macro
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dlimits.h65 #undef UINT_MAX
66 #define UINT_MAX (INT_MAX * 2U + 1U) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dlimits.h77 #undef UINT_MAX
78 #define UINT_MAX (INT_MAX * 2U + 1U) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlimits.h85 # define UINT_MAX 4294967295U macro