/netbsd-src/sys/arch/arm/include/ |
H A D | int_const.h | 66 #define UINTMAX_C(c) c ## UL macro 69 #define UINTMAX_C(c) c ## ULL macro
|
/netbsd-src/sys/arch/mips/include/ |
H A D | int_const.h | 66 #define UINTMAX_C(c) c ## UL macro 69 #define UINTMAX_C(c) c ## ULL macro
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | int_const.h | 66 #define UINTMAX_C(c) c ## UL macro 69 #define UINTMAX_C(c) c ## ULL macro
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | int_const.h | 66 #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 D | stdint-darwin.h | 74 #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 D | stdint-darwin.h | 74 #define UINTMAX_C(v) (v ## UL) macro 77 #define UINTMAX_C(v) (v ## ULL) macro
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | stdint_.h | 267 #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 D | int_const.h | 58 #define UINTMAX_C(c) c ## UL macro
|
/netbsd-src/sys/arch/sh3/include/ |
H A D | int_const.h | 57 #define UINTMAX_C(c) c ## ULL macro
|
/netbsd-src/sys/arch/m68k/include/ |
H A D | int_const.h | 57 #define UINTMAX_C(c) c ## ULL macro
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | int_const.h | 57 #define UINTMAX_C(c) c ## UL macro
|
/netbsd-src/sys/arch/vax/include/ |
H A D | int_const.h | 57 #define UINTMAX_C(c) c ## ULL macro
|
/netbsd-src/sys/arch/hppa/include/ |
H A D | int_const.h | 54 #define UINTMAX_C(c) c ## ULL macro
|
/netbsd-src/sys/arch/amd64/include/ |
H A D | int_const.h | 60 #define UINTMAX_C(c) c ## UL macro
|
/netbsd-src/sys/arch/i386/include/ |
H A D | int_const.h | 58 #define UINTMAX_C(c) c ## ULL macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | stdint_.h | 484 # 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 D | stdint_.h | 484 # 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 D | common_int_const.h | 60 #define UINTMAX_C(c) __int_join(c, __UINTMAX_C_SUFFIX__) macro
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/ |
H A D | stdint.h | 674 # 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 D | stdint.h | 674 # 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 D | stdint.h | 674 # 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 D | stdint.h | 674 # 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 D | stdint.h | 674 # 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 D | stdint.h | 674 # 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 D | stdint.h | 674 # define UINTMAX_C(x) x##ULL macro 676 # define UINTMAX_C(x) UINT64_C(x) macro 678 # define UINTMAX_C(x) x##UL macro
|