Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dllvm.h40 #define int_c(v, suffix) __int_c(v, suffix) macro
60 #define __INT64_C(x) int_c(x, __int_least64_c_suffix__)
81 #define __INT32_C(x) int_c(x, __int_least32_c_suffix__)
102 #define __INT16_C(x) int_c(x, __int_least16_c_suffix__)
119 #define __INT8_C(x) int_c(x, __int_least8_c_suffix__)
127 #define __INTMAX_C(x) int_c(x, __INTMAX_C_SUFFIX__)
128 #define __UINTMAX_C(x) int_c(x, __UINTMAX_C_SUFFIX__)