Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dllvm.h48 #undef __int_least16_c_suffix__
53 #define __int_least16_c_suffix__ __INT64_C_SUFFIX__ macro
70 #undef __int_least16_c_suffix__
74 #define __int_least16_c_suffix__ __INT32_C_SUFFIX__ macro
92 #undef __int_least16_c_suffix__
95 #define __int_least16_c_suffix__ __INT16_C_SUFFIX__ macro
101 #ifdef __int_least16_c_suffix__
102 #define __INT16_C(x) int_c(x, __int_least16_c_suffix__)
103 #define __UINT16_C(x) uint_c(x, __int_least16_c_suffix__)