Searched defs:UINT16_C (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/fixincludes/tests/base/sys/
H A Dint_const.h15 #define UINT16_C(c) (c) macro
/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dstdint.h15 # define UINT16_C(c) c macro
H A Dinttypes.h14 #define UINT16_C(__c) (__c) macro
H A Dstdint-aix.h47 #define UINT16_C(c) c macro
H A Dstdint-darwin.h14 #define UINT16_C(v) v macro
H A Dstdint-hpux11.h27 #define UINT16_C(__c) (__c) macro
H A Dstdint-newlib.h27 #define UINT16_C(c) __UINT16_C(c) macro
/haiku-buildtools/gcc/gcc/ginclude/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro

Completed in 100 milliseconds