Home
last modified time | relevance | path

Searched defs:INT64_C (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/sys/arch/arm/include/
H A Dint_const.h48 #define INT64_C(c) c ## L macro
50 #define INT64_C(c) c ## LL macro
/netbsd-src/sys/arch/mips/include/
H A Dint_const.h48 #define INT64_C(c) c ## L macro
50 #define INT64_C(c) c ## LL macro
/netbsd-src/sys/arch/powerpc/include/
H A Dint_const.h48 #define INT64_C(c) c ## L macro
50 #define INT64_C(c) c ## LL macro
/netbsd-src/sys/arch/sparc/include/
H A Dint_const.h48 #define INT64_C(c) c ## L macro
50 #define INT64_C(c) c ## LL macro
/netbsd-src/sys/arch/ia64/include/
H A Dint_const.h48 #define INT64_C(c) c ## L macro
/netbsd-src/sys/arch/sh3/include/
H A Dint_const.h47 #define INT64_C(c) c ## LL macro
/netbsd-src/sys/arch/m68k/include/
H A Dint_const.h47 #define INT64_C(c) c ## LL macro
/netbsd-src/sys/arch/alpha/include/
H A Dint_const.h47 #define INT64_C(c) c ## L macro
/netbsd-src/sys/arch/vax/include/
H A Dint_const.h47 #define INT64_C(c) c ## LL macro
/netbsd-src/sys/arch/hppa/include/
H A Dint_const.h44 #define INT64_C(c) c ## LL macro
/netbsd-src/sys/arch/amd64/include/
H A Dint_const.h50 #define INT64_C(c) c ## L macro
/netbsd-src/sys/arch/i386/include/
H A Dint_const.h48 #define INT64_C(c) c ## LL macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h253 #define INT64_C(x) x##L macro
256 #define INT64_C(x) x##LL macro
259 #define INT64_C(x) x##i64 macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h457 # define INT64_C(x) x##L macro
459 # define INT64_C(x) x##i64 macro
461 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h457 # define INT64_C(x) x##L macro
459 # define INT64_C(x) x##i64 macro
461 # define INT64_C(x) x##LL macro
/netbsd-src/sys/sys/
H A Dcommon_int_const.h50 #define INT64_C(c) __int_join(c, __INT64_C_SUFFIX__) macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dstdint.h646 # define INT64_C(x) x##L macro
648 # define INT64_C(x) x##i64 macro
650 # define INT64_C(x) x##LL macro

12