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

1 2 3 4

  /src/sys/arch/alpha/include/
int_mwgwtypes.h 77 typedef long int intmax_t; typedef
  /src/sys/arch/amd64/include/
int_mwgwtypes.h 68 typedef long int intmax_t; typedef
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 78 typedef __COMPILER_INT64__ intmax_t; typedef
82 typedef long long int intmax_t; typedef
  /src/sys/arch/i386/include/
int_mwgwtypes.h 82 typedef __COMPILER_INT64__ intmax_t; typedef
86 typedef long long int intmax_t; typedef
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 77 typedef long int intmax_t; typedef
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 81 typedef __COMPILER_INT64__ intmax_t; typedef
85 typedef long long int intmax_t; typedef
  /src/sys/arch/mips/include/
int_mwgwtypes.h 86 typedef __COMPILER_INT64__ intmax_t; typedef
89 typedef long int intmax_t; typedef
93 typedef long long int intmax_t; typedef
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 86 typedef __COMPILER_INT64__ intmax_t; typedef
89 typedef long int intmax_t; typedef
93 typedef long long int intmax_t; typedef
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 80 typedef __COMPILER_INT64__ intmax_t; typedef
84 typedef long long int intmax_t; typedef
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 106 typedef __COMPILER_INT64__ intmax_t; typedef
110 typedef long int intmax_t; typedef
114 typedef long long int intmax_t; typedef
  /src/sys/arch/vax/include/
int_mwgwtypes.h 81 typedef __COMPILER_INT64__ intmax_t; typedef
85 typedef long long int intmax_t; typedef
  /src/sys/sys/
common_int_mwgwtypes.h 66 typedef __INTMAX_TYPE__ intmax_t; typedef
  /src/sys/arch/arm/include/
int_mwgwtypes.h 123 typedef __INTMAX_TYPE__ intmax_t; typedef
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 394 int opt_imax(const char *arg, intmax_t *result);
399 # define intmax_t long macro
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 123 typedef int64_t intmax_t; typedef
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 221 #undef intmax_t macro
223 # define intmax_t long long int macro
225 # define intmax_t int64_t macro
227 # define intmax_t long int macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h 221 #undef intmax_t macro
223 # define intmax_t long long int macro
225 # define intmax_t int64_t macro
227 # define intmax_t long int macro
  /src/external/gpl2/xcvs/dist/lib/
stdint_.h 136 typedef int64_t intmax_t; typedef
139 typedef int32_t intmax_t; typedef
  /src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h 123 typedef int64_t intmax_t; typedef
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdint-gcc.h 91 typedef __INTMAX_TYPE__ intmax_t; typedef
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdint.h 333 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
339 # undef intmax_t macro
342 # define intmax_t gl_intmax_t macro
344 # define intmax_t int64_t macro
347 # define intmax_t gl_intmax_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 333 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
339 # undef intmax_t macro
342 # define intmax_t gl_intmax_t macro
344 # define intmax_t int64_t macro
347 # define intmax_t gl_intmax_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 333 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
339 # undef intmax_t macro
342 # define intmax_t gl_intmax_t macro
344 # define intmax_t int64_t macro
347 # define intmax_t gl_intmax_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 27 milliseconds

1 2 3 4