Searched refs:uintmax_t (Results 1 - 25 of 628) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dumaxtostr.c4 #define inttype uintmax_t
H A Dxstrtoumax.c31 #define __strtol_t uintmax_t
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dfits_uintmax.c1 /* mpfr_fits_uintmax_p -- test whether an mpfr fits an uintmax_t.
37 #define TYPE uintmax_t
H A Dpow_uj.c1 /* mpfr_pow_uj -- compute the power of a floating-point by a uintmax_t
31 #define UTYPE uintmax_t
36 /* z <- n, assuming uintmax_t is at most twice as wide as unsigned long
42 mpfr_mpz_set_uj (mpz_t z, uintmax_t n)
48 uintmax_t h = (n >> (ULONG_BITS - 1)) >> 1;
H A Dpow_sj.c35 #define UTYPE uintmax_t
H A Dget_uj.c28 uintmax_t
31 uintmax_t r;
40 (uintmax_t) 0 : UINTMAX_MAX;
44 return (uintmax_t) 0;
46 /* determine the precision of uintmax_t */
75 ? (uintmax_t) xp[n] << sh
76 : (uintmax_t) xp[n] >> (- sh));
/netbsd-current/include/
H A Dinttypes.h48 uintmax_t strtoumax(const char * __restrict,
52 uintmax_t wcstoumax(const wchar_t * __restrict,
71 uintmax_t strtoumax_l(const char * __restrict,
75 uintmax_t wcstoumax_l(const wchar_t * __restrict,
83 uintmax_t strtou(const char * __restrict, char ** __restrict, int,
84 uintmax_t, uintmax_t, int *);
89 uintmax_t strtou_l(const char * __restrict, char ** __restrict, int,
90 uintmax_t, uintmax_t, in
[all...]
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dxstrtoumax.c31 #define __strtol_t uintmax_t
H A Dstrtoumax.c3 /* Convert string representation of a number into an uintmax_t value.
56 uintmax_t
60 if (sizeof (uintmax_t) == sizeof function (ptr, endptr, base)) \
78 printf ("sizeof uintmax_t: %d\n", sizeof (uintmax_t));
/netbsd-current/tests/net/net/
H A Dtest.h36 msg, (uintmax_t)(a), (uintmax_t)(b)); \
47 # a "(%ju) != " # b "(%ju) ", msg, (uintmax_t)(a), (uintmax_t)(b));
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Ddma-mapping.h59 static inline uintmax_t
63 if (nbits == CHAR_BIT*sizeof(uintmax_t))
64 return ~(uintmax_t)0;
65 return ~(~(uintmax_t)0 << nbits);
/netbsd-current/usr.bin/systat/
H A Dconvtbl.h56 extern double convert(const uintmax_t, const int);
59 extern const char *get_string(const uintmax_t, const int);
/netbsd-current/sys/arch/powerpc/include/
H A Dint_mwgwtypes.h87 typedef unsigned __COMPILER_INT64__ uintmax_t; typedef
90 typedef unsigned long int uintmax_t; typedef
95 typedef unsigned long long int uintmax_t; typedef
/netbsd-current/sys/arch/mips/include/
H A Dint_mwgwtypes.h87 typedef unsigned __COMPILER_INT64__ uintmax_t; typedef
90 typedef unsigned long int uintmax_t; typedef
95 typedef unsigned long long int uintmax_t; typedef
/netbsd-current/sys/arch/hppa/include/
H A Dint_mwgwtypes.h79 typedef unsigned __COMPILER_INT64__ uintmax_t; typedef
84 typedef unsigned long long int uintmax_t; typedef
/netbsd-current/sys/arch/i386/include/
H A Dint_mwgwtypes.h83 typedef unsigned __COMPILER_INT64__ uintmax_t; typedef
88 typedef unsigned long long int uintmax_t; typedef
/netbsd-current/sys/arch/vax/include/
H A Dint_mwgwtypes.h82 typedef __COMPILER_UINT64__ uintmax_t; typedef
87 typedef unsigned long long int uintmax_t; typedef
/netbsd-current/sys/arch/sh3/include/
H A Dint_mwgwtypes.h81 typedef __COMPILER_UINT64__ uintmax_t; typedef
86 typedef unsigned long long int uintmax_t; typedef
/netbsd-current/sys/arch/m68k/include/
H A Dint_mwgwtypes.h82 typedef __COMPILER_UINT64__ uintmax_t; typedef
87 typedef unsigned long long int uintmax_t; typedef
/netbsd-current/lib/libutil/
H A Dstrpct.c80 (void)strpct(buf + sign, bufsiz - sign, (uintmax_t)numerator,
81 (uintmax_t)denominator, digits);
88 strpct(char *buf, size_t bufsiz, uintmax_t numerator, uintmax_t denominator,
91 uintmax_t factor, result;
/netbsd-current/sys/arch/sparc/include/
H A Dint_mwgwtypes.h107 typedef __COMPILER_UINT64__ uintmax_t; typedef
111 typedef unsigned long int uintmax_t; typedef
116 typedef unsigned long long int uintmax_t; typedef
/netbsd-current/lib/libc/time/
H A Ddifftime.c52 /* Use uintmax_t if wide enough. */
54 if (sizeof(time_t) <= sizeof(uintmax_t)) {
55 uintmax_t t1 = time1, t0 = time0;
67 ** The values have opposite signs and uintmax_t is too narrow.
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dcycle-check.h37 uintmax_t chdir_counter;
/netbsd-current/lib/libc/locale/
H A Dwcstoumax.c45 #define __UINT uintmax_t
/netbsd-current/sys/arch/amd64/include/
H A Dint_mwgwtypes.h69 typedef unsigned long int uintmax_t; typedef

Completed in 142 milliseconds

1234567891011>>