Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
D_wcstol.h55 __wINT
63 __wINT acc, cutoff; in _FUNCNAME()
Dwcstoul.c54 #define __wINT long int macro
Dwcstoull.c54 #define __wINT long long int macro
Dwcstol.c54 #define __wINT long int macro
Dwcstoll.c54 #define __wINT /* LONGLONG */ long long int macro
Dwcstoumax.c55 #define __wINT intmax_t macro
Dwcstoimax.c55 #define __wINT intmax_t macro
D_wcstoul.h129 acc = (__wUINT)(-((__wINT)acc)); in _FUNCNAME()