Home
last modified time | relevance | path

Searched refs:__UINT32_C (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h91 #ifndef __UINT32_C
92 #define __UINT32_C(x) x ## U macro
96 #define UINT32_C(x) __UINT32_C(x)
Dzephyr_stdint.h71 #undef __UINT32_C
75 #define __UINT32_C(c) c ## U macro
Dllvm.h82 #define __UINT32_C(x) uint_c(x, __int_least32_c_suffix__) macro
85 #define __UINT32_C(x) x ## U macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h120 #define UINT32_C(_v) __UINT32_C(_v)
166 #ifndef __UINT32_C
167 #define __UINT32_C(x) x ## U macro
171 #define UINT32_C(x) __UINT32_C(x)