Home
last modified time | relevance | path

Searched refs:__UINT (Results 1 – 21 of 21) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/stdlib/
H A D_strtoul.h45 __UINT
53 static __UINT in _FUNCNAME()
59 __UINT acc, cutoff; in _FUNCNAME()
118 cutoff = ((__UINT)__UINT_MAX / (__UINT)base); in _FUNCNAME()
119 cutlim = (int)((__UINT)__UINT_MAX % (__UINT)base); in _FUNCNAME()
144 acc *= (__UINT)base; in _FUNCNAME()
158 __UINT
164 __UINT
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
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/port/
H A D_strtoul.h45 __UINT
49 __UINT acc, cutoff; in _FUNCNAME()
96 cutoff = ((__UINT)__UINT_MAX / (__UINT)base); in _FUNCNAME()
97 cutlim = (int)((__UINT)__UINT_MAX % (__UINT)base); in _FUNCNAME()
117 acc *= (__UINT)base; in _FUNCNAME()
H A Dstrtoul.c41 #define __UINT unsigned long int macro
H A Dstrtoull.c41 #define __UINT unsigned long long int macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/port/
H A D_strtoul.h45 __UINT
49 __UINT acc, cutoff; in _FUNCNAME()
96 cutoff = ((__UINT)__UINT_MAX / (__UINT)base); in _FUNCNAME()
97 cutlim = (int)((__UINT)__UINT_MAX % (__UINT)base); in _FUNCNAME()
117 acc *= (__UINT)base; in _FUNCNAME()
H A Dstrtoull.c41 #define __UINT unsigned long long int macro
H A Dstrtoul.c41 #define __UINT unsigned long int macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/locale/
H A D_wcstoul.h51 static __UINT
56 __UINT acc, cutoff; in INT_FUNCNAME()
98 cutoff = __UINT_MAX / (__UINT)base; in INT_FUNCNAME()
99 cutlim = (int)(__UINT_MAX % (__UINT)base); in INT_FUNCNAME()
114 acc *= (__UINT)base; in INT_FUNCNAME()
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
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libtiff/port/
H A Dstrtoul.c41 #define __UINT unsigned long int macro
H A Dstrtoull.c41 #define __UINT unsigned long long int macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdlib/
H A Dstrtouq.c40 #define __UINT u_quad_t macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/citrus/
H A Dcitrus_bcs_strtoul.c51 #define __UINT unsigned long int macro
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A DfortDt.h41 __UINT = 4, /**< C unsigned int */ enumerator
H A Dtype.c1204 case __UINT: in I8()
1387 {__POLY, __UINT, 0, sizeof(__UINT_T), 0, 0, 0, 0, 0, &I8(__f03_uint_td)},
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Ddtypeutl.c3381 __UINT = 4, /* C unsigned int */ enumerator