Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dllvm.h46 #undef __int_least64_c_suffix__
51 #define __int_least64_c_suffix__ __INT64_C_SUFFIX__ macro
59 #ifdef __int_least64_c_suffix__
60 #define __INT64_C(x) int_c(x, __int_least64_c_suffix__)
61 #define __UINT64_C(x) uint_c(x, __int_least64_c_suffix__)