Searched refs:__UINT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/common/lib/libc/stdlib/
H A D_strtoul.h40 * __UINT : return type
45 __UINT
53 static __UINT
59 __UINT acc, cutoff;
125 cutoff = ((__UINT)__UINT_MAX / (__UINT)base);
126 cutlim = (int)((__UINT)__UINT_MAX % (__UINT)base);
151 acc *= (__UINT)base;
165 __UINT
[all...]
H A Dstrtoul.c50 #define __UINT unsigned long int macro
H A Dstrtoull.c58 #define __UINT unsigned long long int macro
H A Dstrtoumax.c59 #define __UINT uintmax_t macro
/netbsd-current/lib/libc/locale/
H A D_wcstoul.h42 * __UINT : return type
51 static __UINT
56 __UINT acc, cutoff;
98 cutoff = __UINT_MAX / (__UINT)base;
99 cutlim = (int)(__UINT_MAX % (__UINT)base);
114 acc *= (__UINT)base;
125 __UINT
132 __UINT
H A Dwcstoul.c44 #define __UINT unsigned long macro
H A Dwcstoull.c44 #define __UINT /* LONGLONG */ unsigned long long int macro
H A Dwcstoumax.c45 #define __UINT uintmax_t macro
/netbsd-current/lib/libc/stdlib/
H A Dstrtouq.c40 #define __UINT u_quad_t macro
/netbsd-current/lib/libc/citrus/
H A Dcitrus_bcs_strtoul.c51 #define __UINT unsigned long int macro

Completed in 99 milliseconds