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

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstoimax.c 55 #define __wINT intmax_t
wcstol.c 54 #define __wINT long int
wcstoll.c 54 #define __wINT /* LONGLONG */ long long int
wcstoul.c 54 #define __wINT long int
wcstoull.c 54 #define __wINT long long int
wcstoumax.c 55 #define __wINT intmax_t
_wcstol.h 50 * __wINT : return type
55 __wINT
63 __wINT acc, cutoff;
_wcstoul.h 53 * __wINT : signed version of __wUINT
129 acc = (__wUINT)(-((__wINT)acc));

Completed in 285 milliseconds