Home
last modified time | relevance | path

Searched refs:__UINT16_C (Results 1 – 4 of 4) 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.h108 #define __UINT16_C(x) uint_c(x, __int_least16_c_suffix__) macro
111 #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)
/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h401 #ifndef __UINT16_C
402 #define __UINT16_C(x) x ## U macro
406 #define UINT16_C(x) __UINT16_C(x)