Searched refs:UINTMAX_MAX (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/libc/locale/
H A Dwcstoumax.c92 cutoff = UINTMAX_MAX / base;
93 cutlim = UINTMAX_MAX % base;
119 acc = UINTMAX_MAX;
/barrelfish-master/lib/libc/stdlib/
H A Dstrtoumax.c94 cutoff = UINTMAX_MAX / base;
95 cutlim = UINTMAX_MAX % base;
116 acc = UINTMAX_MAX;
/barrelfish-master/include/arch/aarch64/machine/
H A D_stdint.h135 #define UINTMAX_MAX UINT64_MAX macro
/barrelfish-master/include/arch/arm/machine/
H A D_stdint.h135 #define UINTMAX_MAX UINT64_MAX macro
/barrelfish-master/lib/libc/tests/stdio/
H A Dprintbasic_test.c108 ATF_REQUIRE(UINTMAX_MAX == UINT64_MAX);
/barrelfish-master/include/arch/x86_32/machine/
H A D_stdint.h160 #define UINTMAX_MAX UINT64_MAX macro
/barrelfish-master/include/arch/x86_64/machine/
H A D_stdint.h160 #define UINTMAX_MAX UINT64_MAX macro
/barrelfish-master/lib/libc/stdio/
H A Dvfprintf.c298 #if UINTMAX_MAX <= UINT64_MAX
H A Dvfwprintf.c380 #if UINTMAX_MAX <= UINT64_MAX

Completed in 98 milliseconds