HomeSort by relevance Sort by last modified time
    Searched refs:__wUINT (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
_wcstoul.h 52 * __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));
wcstoul.c 55 #define __wUINT unsigned long int
wcstoull.c 55 #define __wUINT /* LONGLONG */ unsigned long long int
wcstoumax.c 56 #define __wUINT uintmax_t

Completed in 495 milliseconds