Home
last modified time | relevance | path

Searched refs:INTMAX_C (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdint.h311 # define INTMAX_C(c) c ## L macro
314 # define INTMAX_C(c) c ## LL macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdint.h389 #define INTMAX_C(x) x##LL macro
392 #define INTMAX_C(x) x##L macro