Home
last modified time | relevance | path

Searched defs:UINT32_C (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h.in161 # define UINT32_C(C) C##ui32 macro
DDataTypes.h162 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DDataTypes.h161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h161 # define UINT32_C(C) C##ui32 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h162 #define UINT32_C(C) C##ui32 macro
/external/llvm/include/llvm/Support/
DDataTypes.h162 # define UINT32_C(C) C##ui32 macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h222 #define UINT32_C(val) val##ui32 macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h237 #define UINT32_C(val) val##ui32 macro
/external/libusb/msvc/
Dstdint.h249 #define UINT32_C(val) (val##i32) macro
/external/clang/lib/Headers/
Dstdint.h392 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
395 # define UINT32_C(v) v ## U macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py88 def UINT32_C(c): return __CONCAT__(c,u) function
/external/mdnsresponder/mDNSShared/
DCommonServices.h826 #define UINT32_C( value ) value ## UL macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py159 def UINT32_C(c): return c ## U function
/external/python/cpython2/Lib/plat-atheos/
DIN.py288 def UINT32_C(c): return c ## U function