Searched refs:__wUINT_MAX (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dwcstoul.c56 #define __wUINT_MAX ULONG_MAX macro
H A Dwcstoull.c56 #define __wUINT_MAX ULLONG_MAX macro
H A Dwcstoumax.c57 #define __wUINT_MAX UINTMAX_MAX macro
H A D_wcstoul.h54 * __wUINT_MAX : upper limit of the return type
107 cutoff = (__wUINT)DivU64x32 ((UINT64) __wUINT_MAX, (UINT32) base);
108 cutlim = (int) ModU64x32 ((UINT64) __wUINT_MAX, (UINT32) base);
120 acc = __wUINT_MAX;

Completed in 32 milliseconds