Home
last modified time | relevance | path

Searched refs:__UINT32_C (Results 1 – 5 of 5) 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.h98 #undef __UINT32_C
102 #define __UINT32_C(c) c ## U macro
Dllvm.h87 #define __UINT32_C(x) uint_c(x, __int_least32_c_suffix__) macro
90 #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)
/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h417 #ifndef __UINT32_C
418 #define __UINT32_C(x) x ## U macro
422 #define UINT32_C(x) __UINT32_C(x)