Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dllvm.h47 #undef __int_least32_c_suffix__
52 #define __int_least32_c_suffix__ __INT64_C_SUFFIX__ macro
69 #undef __int_least32_c_suffix__
73 #define __int_least32_c_suffix__ __INT32_C_SUFFIX__ macro
80 #ifdef __int_least32_c_suffix__
81 #define __INT32_C(x) int_c(x, __int_least32_c_suffix__)
82 #define __UINT32_C(x) uint_c(x, __int_least32_c_suffix__)