Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h75 #ifndef __UINT16_C
76 #define __UINT16_C(x) x ## U macro
80 #define UINT16_C(x) __UINT16_C(x)
Dllvm.h103 #define __UINT16_C(x) uint_c(x, __int_least16_c_suffix__) macro
106 #define __UINT16_C(x) x ## U macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h119 #define UINT16_C(_v) __UINT16_C(_v)
150 #ifndef __UINT16_C
151 #define __UINT16_C(x) x ## U macro
155 #define UINT16_C(x) __UINT16_C(x)