Home
last modified time | relevance | path

Searched defs:UINTMAX_C (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/sys/arch/arm/include/
H A Dint_const.h66 #define UINTMAX_C(c) c ## UL macro
69 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/sys/arch/mips/include/
H A Dint_const.h66 #define UINTMAX_C(c) c ## UL macro
69 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/sys/arch/powerpc/include/
H A Dint_const.h66 #define UINTMAX_C(c) c ## UL macro
69 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/sys/arch/sparc/include/
H A Dint_const.h66 #define UINTMAX_C(c) c ## UL macro
69 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dstdint-darwin.h74 #define UINTMAX_C(v) (v ## UL) macro
77 #define UINTMAX_C(v) (v ## ULL) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdint-darwin.h74 #define UINTMAX_C(v) (v ## UL) macro
77 #define UINTMAX_C(v) (v ## ULL) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h267 #define UINTMAX_C(x) x##UL macro
270 #define UINTMAX_C(x) x##ULL macro
273 #define UINTMAX_C(x) x##ui64 macro
276 #define UINTMAX_C(x) x##U macro
/netbsd-src/sys/arch/ia64/include/
H A Dint_const.h58 #define UINTMAX_C(c) c ## UL macro
/netbsd-src/sys/arch/sh3/include/
H A Dint_const.h57 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/sys/arch/m68k/include/
H A Dint_const.h57 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/sys/arch/alpha/include/
H A Dint_const.h57 #define UINTMAX_C(c) c ## UL macro
/netbsd-src/sys/arch/vax/include/
H A Dint_const.h57 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/sys/arch/hppa/include/
H A Dint_const.h54 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/sys/arch/amd64/include/
H A Dint_const.h60 #define UINTMAX_C(c) c ## UL macro
/netbsd-src/sys/arch/i386/include/
H A Dint_const.h58 #define UINTMAX_C(c) c ## ULL macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h484 # define UINTMAX_C(x) x##ULL macro
486 # define UINTMAX_C(x) UINT64_C(x) macro
488 # define UINTMAX_C(x) x##UL macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h484 # define UINTMAX_C(x) x##ULL macro
486 # define UINTMAX_C(x) UINT64_C(x) macro
488 # define UINTMAX_C(x) x##UL macro
/netbsd-src/sys/sys/
H A Dcommon_int_const.h60 #define UINTMAX_C(c) __int_join(c, __UINTMAX_C_SUFFIX__) macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dstdint.h674 # define UINTMAX_C(x) x##ULL macro
676 # define UINTMAX_C(x) UINT64_C(x) macro
678 # define UINTMAX_C(x) x##UL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dstdint.h674 # define UINTMAX_C(x) x##ULL macro
676 # define UINTMAX_C(x) UINT64_C(x) macro
678 # define UINTMAX_C(x) x##UL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dstdint.h674 # define UINTMAX_C(x) x##ULL macro
676 # define UINTMAX_C(x) UINT64_C(x) macro
678 # define UINTMAX_C(x) x##UL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dstdint.h674 # define UINTMAX_C(x) x##ULL macro
676 # define UINTMAX_C(x) UINT64_C(x) macro
678 # define UINTMAX_C(x) x##UL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dstdint.h674 # define UINTMAX_C(x) x##ULL macro
676 # define UINTMAX_C(x) UINT64_C(x) macro
678 # define UINTMAX_C(x) x##UL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dstdint.h674 # define UINTMAX_C(x) x##ULL macro
676 # define UINTMAX_C(x) UINT64_C(x) macro
678 # define UINTMAX_C(x) x##UL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
H A Dstdint.h674 # define UINTMAX_C(x) x##ULL macro
676 # define UINTMAX_C(x) UINT64_C(x) macro
678 # define UINTMAX_C(x) x##UL macro

12