Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h107 #ifndef __UINT64_C
108 #define __UINT64_C(x) x ## ULL macro
112 #define UINT64_C(x) __UINT64_C(x)
Dzephyr_stdint.h73 #undef __UINT64_C
77 #define __UINT64_C(c) c ## ULL macro
Dllvm.h61 #define __UINT64_C(x) uint_c(x, __int_least64_c_suffix__) macro
64 #define __UINT64_C(x) x ## U macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h121 #define UINT64_C(_v) __UINT64_C(_v)
182 #ifndef __UINT64_C
183 #define __UINT64_C(x) x ## ULL macro
187 #define UINT64_C(x) __UINT64_C(x)