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

1 2 3 4

  /src/sys/arch/alpha/include/
int_const.h 57 #define UINTMAX_C(c) c ## UL
  /src/sys/arch/amd64/include/
int_const.h 60 #define UINTMAX_C(c) c ## UL
  /src/sys/arch/arm/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/hppa/include/
int_const.h 54 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/i386/include/
int_const.h 58 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/ia64/include/
int_const.h 58 #define UINTMAX_C(c) c ## UL
  /src/sys/arch/m68k/include/
int_const.h 57 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/mips/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/powerpc/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/sh3/include/
int_const.h 57 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/sparc/include/
int_const.h 66 #define UINTMAX_C(c) c ## UL
69 #define UINTMAX_C(c) c ## ULL
  /src/sys/arch/vax/include/
int_const.h 57 #define UINTMAX_C(c) c ## ULL
  /src/sys/sys/
common_int_const.h 60 #define UINTMAX_C(c) __int_join(c, __UINTMAX_C_SUFFIX__)
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdint-darwin.h 74 #define UINTMAX_C(v) (v ## UL)
77 #define UINTMAX_C(v) (v ## ULL)
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdint-darwin.h 74 #define UINTMAX_C(v) (v ## UL)
77 #define UINTMAX_C(v) (v ## ULL)
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 242 #define UINTMAX_C UINT64_C
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 278 # define UINT64_MAX UINTMAX_C (18446744073709551615)
482 #undef UINTMAX_C
484 # define UINTMAX_C(x) x##ULL
486 # define UINTMAX_C(x) UINT64_C(x)
488 # define UINTMAX_C(x) x##UL
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h 278 # define UINT64_MAX UINTMAX_C (18446744073709551615)
482 #undef UINTMAX_C
484 # define UINTMAX_C(x) x##ULL
486 # define UINTMAX_C(x) UINT64_C(x)
488 # define UINTMAX_C(x) x##UL
  /src/external/gpl2/xcvs/dist/lib/
stdint_.h 267 #define UINTMAX_C(x) x##UL
270 #define UINTMAX_C(x) x##ULL
273 #define UINTMAX_C(x) x##ui64
276 #define UINTMAX_C(x) x##U
  /src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h 242 #define UINTMAX_C UINT64_C
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 243 # define UINTMAX_C UINT64_C
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdint-gcc.h 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdint-gcc.h 257 #undef UINTMAX_C
258 #define UINTMAX_C(c) __UINTMAX_C(c)
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdint.h 352 # undef UINTMAX_C
410 # define UINT64_MAX UINTMAX_C (18446744073709551615)
672 # ifndef UINTMAX_C
674 # define UINTMAX_C(x) x##ULL
676 # define UINTMAX_C(x) UINT64_C(x)
678 # define UINTMAX_C(x) x##UL
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdint.h 352 # undef UINTMAX_C
410 # define UINT64_MAX UINTMAX_C (18446744073709551615)
672 # ifndef UINTMAX_C
674 # define UINTMAX_C(x) x##ULL
676 # define UINTMAX_C(x) UINT64_C(x)
678 # define UINTMAX_C(x) x##UL

Completed in 21 milliseconds

1 2 3 4