Home
last modified time | relevance | path

Searched refs:UINTMAX_MAX (Results 1 – 2 of 2) sorted by relevance

/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/uart/
Dprintf.c65 #ifndef UINTMAX_MAX
66 #define UINTMAX_MAX ULLONG_MAX macro
70 #ifdef UINTMAX_MAX
71 #undef UINTMAX_MAX
73 #define UINTMAX_MAX ULLONG_MAX macro
879 if ((intpart = cast(ufvalue)) == UINTMAX_MAX) { in fmtflt()
1157 if (value >= UINTMAX_MAX) in cast()
1158 return UINTMAX_MAX; in cast()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dstdint.h79 #define UINTMAX_MAX UINT64_MAX macro