Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/toolchain/
Dxcc.h77 #ifndef __UINT32_C
78 #define __UINT32_C(x) x ## U macro
82 #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-Core-3.7.0/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)