Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/toolchain/
Dllvm.h41 #ifndef __UINT8_C
42 #define __UINT8_C(x) x ## U macro
46 #define UINT8_C(x) __UINT8_C(x)
Dxcc.h45 #ifndef __UINT8_C
46 #define __UINT8_C(x) x ## U macro
50 #define UINT8_C(x) __UINT8_C(x)
/Zephyr-Core-3.6.0/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)