Home
last modified time | relevance | path

Searched refs:__UINTMAX_C (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h123 #ifndef __UINTMAX_C
124 #define __UINTMAX_C(x) x ## ULL macro
128 #define UINTMAX_C(x) __UINTMAX_C(x)
Dllvm.h128 #define __UINTMAX_C(x) int_c(x, __UINTMAX_C_SUFFIX__) macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h122 #define UINTMAX_C(_v) __UINTMAX_C(_v)
198 #ifndef __UINTMAX_C
199 #define __UINTMAX_C(x) x ## ULL macro
203 #define UINTMAX_C(x) __UINTMAX_C(x)