Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
D_wcstoul.h57 __wUINT
65 __wUINT acc, cutoff; in _FUNCNAME()
107 cutoff = (__wUINT)DivU64x32 ((UINT64) __wUINT_MAX, (UINT32) base); in _FUNCNAME()
124 acc *= (__wUINT)base; in _FUNCNAME()
129 acc = (__wUINT)(-((__wINT)acc)); in _FUNCNAME()
Dwcstoul.c55 #define __wUINT unsigned long int macro
Dwcstoull.c55 #define __wUINT /* LONGLONG */ unsigned long long int macro
Dwcstoumax.c56 #define __wUINT uintmax_t macro