Searched defs:UINT32_C (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/include/c99/
H A Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/clang/lib/Headers/
H A Dstdint.h352 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
355 # define UINT32_C(v) v ## U macro
531 # define UINT32_MAX UINT32_C(4294967295)

Completed in 215 milliseconds