Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/config/include/boost/
Dcstdint.hpp464 # define UINT32_C(value) value##ui32 macro
495 # define UINT32_C(value) value##u macro
498 # define UINT32_C(value) value##uL 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/trusty/arm-trusted-firmware/include/lib/libc/
Dstdint.h80 #define UINT32_C(x) x ## U macro
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h80 #define UINT32_C(x) x ## U macro
/external/trusty/lk/lib/libc/include/
Dstdint.h136 #define UINT32_C(c) (c ## U) macro
/external/musl/include/
Dstdint.h103 #define UINT32_C(c) c ## U macro
/external/trusty/musl/include/
Dstdint.h103 #define UINT32_C(c) c ## U macro
/external/capstone/include/windowsce/
Dstdint.h127 #define UINT32_C(x) (x ## U) macro
/external/libconfig/lib/win32/
Dstdint.h212 #define UINT32_C(val) val##ui32 macro
/external/sdv/vsomeip/third_party/boost/config/include/boost/config/platform/
Dvxworks.hpp175 # define UINT32_C(x) VX_JOIN(x, UL) macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h237 #define UINT32_C(val) val##ui32 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/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-macros/
Dstdint-macros.h359 #define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
362 #define UINT32_C(v) v##U macro
/external/llvm-libc/include/llvm-libc-macros/
Dstdint-macros.h359 #define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
362 #define UINT32_C(v) v##U macro
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-macros/
Dstdint-macros.h359 #define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
362 #define UINT32_C(v) v##U macro
/external/bc/include/
Dstatus.h328 #define UINT32_C __UINT32_C macro
/external/mdnsresponder/mDNSShared/
DCommonServices.h826 #define UINT32_C( value ) value ## UL macro