Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h127 #ifndef UINTMAX_C
128 #define UINTMAX_C(x) __UINTMAX_C(x) macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h122 #define UINTMAX_C(_v) __UINTMAX_C(_v) macro
202 #ifndef UINTMAX_C
203 #define UINTMAX_C(x) __UINTMAX_C(x) macro
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c152 && (UINTMAX_C(11) == 11) \ in ZTEST()