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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A D_wcstoul.h52 * __wUINT : return type
53 * __wINT : signed version of __wUINT
57 __wUINT
65 __wUINT acc, cutoff;
107 cutoff = (__wUINT)DivU64x32 ((UINT64) __wUINT_MAX, (UINT32) base);
124 acc *= (__wUINT)base;
129 acc = (__wUINT)(-((__wINT)acc));
H A Dwcstoul.c55 #define __wUINT unsigned long int macro
H A Dwcstoull.c55 #define __wUINT /* LONGLONG */ unsigned long long int macro
H A Dwcstoumax.c56 #define __wUINT uintmax_t macro

Completed in 860 milliseconds