HomeSort by: relevance | last modified time | path
    Searched refs:uintmax_t (Results 1 - 25 of 612) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/diffutils/dist/lib/
umaxtostr.c 4 #define inttype uintmax_t
xstrtoumax.c 31 #define __strtol_t uintmax_t
  /src/external/lgpl3/mpfr/dist/src/
fits_uintmax.c 1 /* mpfr_fits_uintmax_p -- test whether an mpfr fits an uintmax_t.
37 #define TYPE uintmax_t
pow_uj.c 1 /* 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;
pow_sj.c 35 #define UTYPE uintmax_t
get_uj.c 28 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));
  /src/include/
inttypes.h 48 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, int *, locale_t)
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
dma-mapping.h 59 static inline uintmax_t
63 if (nbits == CHAR_BIT*sizeof(uintmax_t))
64 return ~(uintmax_t)0;
65 return ~(~(uintmax_t)0 << nbits);
  /src/tests/net/net/
test.h 36 msg, (uintmax_t)(a), (uintmax_t)(b)); \
47 # a "(%ju) != " # b "(%ju) ", msg, (uintmax_t)(a), (uintmax_t)(b));
  /src/external/gpl2/grep/dist/lib/
xstrtoumax.c 31 #define __strtol_t uintmax_t
strtoumax.c 3 /* 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));
  /src/usr.bin/systat/
convtbl.h 56 extern double convert(const uintmax_t, const int);
59 extern const char *get_string(const uintmax_t, const int);
  /src/sys/arch/mips/include/
int_mwgwtypes.h 87 typedef unsigned __COMPILER_INT64__ uintmax_t; typedef
90 typedef unsigned long int uintmax_t; typedef
95 typedef unsigned long long int uintmax_t; typedef
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 87 typedef unsigned __COMPILER_INT64__ uintmax_t; typedef
90 typedef unsigned long int uintmax_t; typedef
95 typedef unsigned long long int uintmax_t; typedef
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 79 typedef unsigned __COMPILER_INT64__ uintmax_t; typedef
84 typedef unsigned long long int uintmax_t; typedef
  /src/sys/arch/i386/include/
int_mwgwtypes.h 83 typedef unsigned __COMPILER_INT64__ uintmax_t; typedef
88 typedef unsigned long long int uintmax_t; typedef
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 82 typedef __COMPILER_UINT64__ uintmax_t; typedef
87 typedef unsigned long long int uintmax_t; typedef
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 81 typedef __COMPILER_UINT64__ uintmax_t; typedef
86 typedef unsigned long long int uintmax_t; typedef
  /src/sys/arch/vax/include/
int_mwgwtypes.h 82 typedef __COMPILER_UINT64__ uintmax_t; typedef
87 typedef unsigned long long int uintmax_t; typedef
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 107 typedef __COMPILER_UINT64__ uintmax_t; typedef
111 typedef unsigned long int uintmax_t; typedef
116 typedef unsigned long long int uintmax_t; typedef
  /src/lib/libc/time/
difftime.c 52 /* 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.
  /src/lib/libc/locale/
wcstoumax.c 45 #define __UINT uintmax_t
  /src/sys/arch/amd64/include/
int_mwgwtypes.h 69 typedef unsigned long int uintmax_t; typedef
  /src/external/cddl/osnet/sys/sys/
debug.h 45 (a), (uintmax_t)(lv), (op), (uintmax_t)(rv), (f), (l))
73 __assfail3(const char *expr, uintmax_t lv, const char *op, uintmax_t rv,
  /src/external/gpl2/xcvs/dist/lib/
cycle-check.h 37 uintmax_t chdir_counter;

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 91011>>