Searched refs:__wINT (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dwcstoimax.c55 #define __wINT intmax_t macro
H A Dwcstol.c54 #define __wINT long int macro
H A Dwcstoll.c54 #define __wINT /* LONGLONG */ long long int macro
H A Dwcstoul.c54 #define __wINT long int macro
H A Dwcstoull.c54 #define __wINT long long int macro
H A Dwcstoumax.c55 #define __wINT intmax_t macro
H A D_wcstol.h50 * __wINT : return type
55 __wINT
63 __wINT acc, cutoff;
H A D_wcstoul.h53 * __wINT : signed version of __wUINT
129 acc = (__wUINT)(-((__wINT)acc));

Completed in 44 milliseconds