Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h162 #define UINT32_C(C) C##ui32 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h103 #define UINT32_C(c) c ## U macro
/third_party/musl/include/
Dstdint.h103 #define UINT32_C(c) c ## U macro
/third_party/musl/ndk_musl_include/
Dstdint.h103 #define UINT32_C(c) c ## U macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h103 #define UINT32_C(c) c ## U macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h103 #define UINT32_C(c) c ## U macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h103 #define UINT32_C(c) c ## U macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h237 #define UINT32_C(val) val##ui32 macro