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

1 2 3 4

  /src/sys/arch/alpha/include/
int_const.h 56 #define INTMAX_C(c) c ## L
  /src/sys/arch/amd64/include/
int_const.h 59 #define INTMAX_C(c) c ## L
  /src/sys/arch/arm/include/
int_const.h 65 #define INTMAX_C(c) c ## L
68 #define INTMAX_C(c) c ## LL
  /src/sys/arch/hppa/include/
int_const.h 53 #define INTMAX_C(c) c ## LL
  /src/sys/arch/i386/include/
int_const.h 57 #define INTMAX_C(c) c ## LL
  /src/sys/arch/ia64/include/
int_const.h 57 #define INTMAX_C(c) c ## L
  /src/sys/arch/m68k/include/
int_const.h 56 #define INTMAX_C(c) c ## LL
  /src/sys/arch/mips/include/
int_const.h 65 #define INTMAX_C(c) c ## L
68 #define INTMAX_C(c) c ## LL
  /src/sys/arch/powerpc/include/
int_const.h 65 #define INTMAX_C(c) c ## L
68 #define INTMAX_C(c) c ## LL
  /src/sys/arch/sh3/include/
int_const.h 56 #define INTMAX_C(c) c ## LL
  /src/sys/arch/sparc/include/
int_const.h 65 #define INTMAX_C(c) c ## L
68 #define INTMAX_C(c) c ## LL
  /src/sys/arch/vax/include/
int_const.h 56 #define INTMAX_C(c) c ## LL
  /src/sys/sys/
common_int_const.h 59 #define INTMAX_C(c) __int_join(c, __INTMAX_C_SUFFIX__)
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdint-darwin.h 73 #define INTMAX_C(v) (v ## L)
76 #define INTMAX_C(v) (v ## LL)
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdint-darwin.h 73 #define INTMAX_C(v) (v ## L)
76 #define INTMAX_C(v) (v ## LL)
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 241 #define INTMAX_C INT64_C
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 273 # define INT64_MAX INTMAX_C (9223372036854775807)
473 #undef INTMAX_C
475 # define INTMAX_C(x) x##LL
477 # define INTMAX_C(x) INT64_C(x)
479 # define INTMAX_C(x) x##L
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h 273 # define INT64_MAX INTMAX_C (9223372036854775807)
473 #undef INTMAX_C
475 # define INTMAX_C(x) x##LL
477 # define INTMAX_C(x) INT64_C(x)
479 # define INTMAX_C(x) x##L
  /src/external/gpl2/xcvs/dist/lib/
stdint_.h 266 #define INTMAX_C(x) x##L
269 #define INTMAX_C(x) x##LL
272 #define INTMAX_C(x) x##i64
275 #define INTMAX_C(x) x
  /src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h 241 #define INTMAX_C INT64_C
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 242 # define INTMAX_C INT64_C
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdint-gcc.h 255 #undef INTMAX_C
256 #define INTMAX_C(c) __INTMAX_C(c)
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdint.h 338 # undef INTMAX_C
403 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
405 # define INT64_MIN (- INTMAX_C (1) << 63)
406 # define INT64_MAX INTMAX_C (9223372036854775807)
662 # ifndef INTMAX_C
664 # define INTMAX_C(x) x##LL
666 # define INTMAX_C(x) INT64_C(x)
668 # define INTMAX_C(x) x##L
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdint.h 338 # undef INTMAX_C
403 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
405 # define INT64_MIN (- INTMAX_C (1) << 63)
406 # define INT64_MAX INTMAX_C (9223372036854775807)
662 # ifndef INTMAX_C
664 # define INTMAX_C(x) x##LL
666 # define INTMAX_C(x) INT64_C(x)
668 # define INTMAX_C(x) x##L

Completed in 71 milliseconds

1 2 3 4