Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/toolchain/
Dxcc.h53 #ifndef __INT16_C
54 #define __INT16_C(x) x macro
58 #define INT16_C(x) __INT16_C(x)
Dllvm.h102 #define __INT16_C(x) int_c(x, __int_least16_c_suffix__) macro
105 #define __INT16_C(x) x macro
/Zephyr-Core-3.7.0/lib/libc/minimal/include/
Dstdint.h113 #define INT16_C(_v) __INT16_C(_v)
142 #ifndef __INT16_C
143 #define __INT16_C(x) x macro
147 #define INT16_C(x) __INT16_C(x)