Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dstrtoumax.c80 cutoff = UINTMAX_MAX / (uintmax_t)base; in strtoumax()
81 cutlim = UINTMAX_MAX % (uintmax_t)base; in strtoumax()
95 acc = UINTMAX_MAX; in strtoumax()
/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstoumax.c16 #define MAX_VALUE UINTMAX_MAX
/bionic/libc/include/
Dstdint.h200 #define UINTMAX_MAX UINT64_MAX macro
/bionic/libc/tzcode/
Dprivate.h265 #ifndef UINTMAX_MAX