Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/toolchain/
Dxcc.h85 #ifndef __INT64_C
86 #define __INT64_C(x) x macro
90 #define INT64_C(x) __INT64_C(x)
Dzephyr_stdint.h72 #undef __INT64_C
76 #define __INT64_C(c) c ## LL macro
Dllvm.h60 #define __INT64_C(x) int_c(x, __int_least64_c_suffix__) macro
63 #define __INT64_C(x) x macro
/Zephyr-Core-3.7.0/lib/libc/minimal/include/
Dstdint.h115 #define INT64_C(_v) __INT64_C(_v)
174 #ifndef __INT64_C
175 #define __INT64_C(x) x macro
179 #define INT64_C(x) __INT64_C(x)