Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dllvm.h45 #define int_c(v, suffix) __int_c(v, suffix) macro
65 #define __INT64_C(x) int_c(x, __int_least64_c_suffix__)
86 #define __INT32_C(x) int_c(x, __int_least32_c_suffix__)
107 #define __INT16_C(x) int_c(x, __int_least16_c_suffix__)
124 #define __INT8_C(x) int_c(x, __int_least8_c_suffix__)
132 #define __INTMAX_C(x) int_c(x, __INTMAX_C_SUFFIX__)
133 #define __UINTMAX_C(x) int_c(x, __UINTMAX_C_SUFFIX__)