Home
last modified time | relevance | path

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

12

/netbsd-src/sys/arch/arm/include/
H A Dint_const.h65 #define INTMAX_C(c) c ## L macro
68 #define INTMAX_C(c) c ## LL macro
/netbsd-src/sys/arch/mips/include/
H A Dint_const.h65 #define INTMAX_C(c) c ## L macro
68 #define INTMAX_C(c) c ## LL macro
/netbsd-src/sys/arch/powerpc/include/
H A Dint_const.h65 #define INTMAX_C(c) c ## L macro
68 #define INTMAX_C(c) c ## LL macro
/netbsd-src/sys/arch/sparc/include/
H A Dint_const.h65 #define INTMAX_C(c) c ## L macro
68 #define INTMAX_C(c) c ## LL macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dstdint-darwin.h73 #define INTMAX_C(v) (v ## L) macro
76 #define INTMAX_C(v) (v ## LL) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdint-darwin.h73 #define INTMAX_C(v) (v ## L) macro
76 #define INTMAX_C(v) (v ## LL) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h266 #define INTMAX_C(x) x##L macro
269 #define INTMAX_C(x) x##LL macro
272 #define INTMAX_C(x) x##i64 macro
275 #define INTMAX_C(x) x macro
/netbsd-src/sys/arch/ia64/include/
H A Dint_const.h57 #define INTMAX_C(c) c ## L macro
/netbsd-src/sys/arch/sh3/include/
H A Dint_const.h56 #define INTMAX_C(c) c ## LL macro
/netbsd-src/sys/arch/m68k/include/
H A Dint_const.h56 #define INTMAX_C(c) c ## LL macro
/netbsd-src/sys/arch/alpha/include/
H A Dint_const.h56 #define INTMAX_C(c) c ## L macro
/netbsd-src/sys/arch/vax/include/
H A Dint_const.h56 #define INTMAX_C(c) c ## LL macro
/netbsd-src/sys/arch/hppa/include/
H A Dint_const.h53 #define INTMAX_C(c) c ## LL macro
/netbsd-src/sys/arch/amd64/include/
H A Dint_const.h59 #define INTMAX_C(c) c ## L macro
/netbsd-src/sys/arch/i386/include/
H A Dint_const.h57 #define INTMAX_C(c) c ## LL macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h475 # define INTMAX_C(x) x##LL macro
477 # define INTMAX_C(x) INT64_C(x) macro
479 # define INTMAX_C(x) x##L macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h475 # define INTMAX_C(x) x##LL macro
477 # define INTMAX_C(x) INT64_C(x) macro
479 # define INTMAX_C(x) x##L macro
/netbsd-src/sys/sys/
H A Dcommon_int_const.h59 #define INTMAX_C(c) __int_join(c, __INTMAX_C_SUFFIX__) macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dstdint.h664 # define INTMAX_C(x) x##LL macro
666 # define INTMAX_C(x) INT64_C(x) macro
668 # define INTMAX_C(x) x##L macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dstdint.h664 # define INTMAX_C(x) x##LL macro
666 # define INTMAX_C(x) INT64_C(x) macro
668 # define INTMAX_C(x) x##L macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dstdint.h664 # define INTMAX_C(x) x##LL macro
666 # define INTMAX_C(x) INT64_C(x) macro
668 # define INTMAX_C(x) x##L macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dstdint.h664 # define INTMAX_C(x) x##LL macro
666 # define INTMAX_C(x) INT64_C(x) macro
668 # define INTMAX_C(x) x##L macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dstdint.h664 # define INTMAX_C(x) x##LL macro
666 # define INTMAX_C(x) INT64_C(x) macro
668 # define INTMAX_C(x) x##L macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dstdint.h664 # define INTMAX_C(x) x##LL macro
666 # define INTMAX_C(x) INT64_C(x) macro
668 # define INTMAX_C(x) x##L macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
H A Dstdint.h664 # define INTMAX_C(x) x##LL macro
666 # define INTMAX_C(x) INT64_C(x) macro
668 # define INTMAX_C(x) x##L macro

12