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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h161 #ifndef UINT32_C
162 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h160 #ifndef UINT32_C
161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h160 #ifndef UINT32_C
161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h160 #ifndef UINT32_C
161 # define UINT32_C(C) C##ui32 macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h161 #ifndef UINT32_C
162 # define UINT32_C(C) C##ui32 macro
/external/syslinux/com32/include/
H A Dstdint.h87 #define UINT32_C(c) c ## U macro
97 #define UINT_LEAST32_C(c) UINT32_C(c)
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/libusb/msvc/
H A Dstdint.h249 #define UINT32_C(val) (val##i32) macro
/external/libvncserver/compat/msvc/
H A Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/mesa3d/include/c99/
H A Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/syslinux/dos/
H A Dstdint.h134 # define UINT32_C(n) n ## U macro
/external/bison/darwin-lib/
H A Dstdint.h592 #undef UINT32_C macro
594 #define UINT32_C(x) x ## U macro
/external/clang/lib/Headers/
H A Dstdint.h392 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
395 # define UINT32_C(v) v ## U macro
571 # define UINT32_MAX UINT32_C(4294967295)
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h825 #if( !defined( UINT32_C ) )
826 #define UINT32_C( value ) value ## UL macro

Completed in 519 milliseconds