Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h59 #ifndef __UINT8_C
60 #define __UINT8_C(x) x ## U macro
64 #define UINT8_C(x) __UINT8_C(x)
Dllvm.h120 #define __UINT8_C(x) uint_c(x, __int_least8_c_suffix__) macro
123 #define __UINT8_C(x) x ## U macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h118 #define UINT8_C(_v) __UINT8_C(_v)
134 #ifndef __UINT8_C
135 #define __UINT8_C(x) x ## U macro
139 #define UINT8_C(x) __UINT8_C(x)