Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdint.h294 # define INT64_C(c) c ## L macro
296 # define INT64_C(c) c ## LL macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdint.h379 #define INT64_C(x) x##LL macro
382 #define INT64_C(x) x##L macro