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

1 2 3 4

  /src/sys/arch/alpha/include/
int_mwgwtypes.h 78 typedef unsigned long int uintmax_t; typedef
  /src/sys/arch/amd64/include/
int_mwgwtypes.h 69 typedef unsigned 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/ia64/include/
int_mwgwtypes.h 78 typedef unsigned 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/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/sh3/include/
int_mwgwtypes.h 81 typedef __COMPILER_UINT64__ uintmax_t; typedef
86 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/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/sys/
common_int_mwgwtypes.h 67 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /src/sys/arch/arm/include/
int_mwgwtypes.h 124 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 395 int opt_umax(const char *arg, uintmax_t *result);
400 # define uintmax_t unsigned long macro
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 124 typedef uint64_t uintmax_t; typedef
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 230 #undef uintmax_t macro
232 # define uintmax_t unsigned long long int macro
234 # define uintmax_t uint64_t macro
236 # define uintmax_t unsigned long int macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h 230 #undef uintmax_t macro
232 # define uintmax_t unsigned long long int macro
234 # define uintmax_t uint64_t macro
236 # define uintmax_t unsigned long int macro
  /src/external/gpl2/xcvs/dist/lib/
stdint_.h 137 typedef uint64_t uintmax_t; typedef
140 typedef uint32_t uintmax_t; typedef
  /src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h 124 typedef uint64_t uintmax_t; typedef
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 123 typedef uint64_t uintmax_t; typedef
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdint.h 334 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
353 # undef uintmax_t macro
356 # define uintmax_t gl_uintmax_t macro
358 # define uintmax_t uint64_t macro
361 # define uintmax_t gl_uintmax_t macro
365 /* Verify that intmax_t and uintmax_t have the same size. Too much code
368 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdint.h 334 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
353 # undef uintmax_t macro
356 # define uintmax_t gl_uintmax_t macro
358 # define uintmax_t uint64_t macro
361 # define uintmax_t gl_uintmax_t macro
365 /* Verify that intmax_t and uintmax_t have the same size. Too much code
368 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdint.h 334 similarly for UINTMAX_MAX and uintmax_t. This avoids problems with
353 # undef uintmax_t macro
356 # define uintmax_t gl_uintmax_t macro
358 # define uintmax_t uint64_t macro
361 # define uintmax_t gl_uintmax_t macro
365 /* Verify that intmax_t and uintmax_t have the same size. Too much code
368 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)

Completed in 50 milliseconds

1 2 3 4