Searched defs:INT64_C (Results 1 - 25 of 73) sorted by relevance

123

/netbsd-current/sys/arch/hppa/include/
H A Dint_const.h44 #define INT64_C(c) c ## LL macro
/netbsd-current/sys/arch/i386/include/
H A Dint_const.h48 #define INT64_C(c) c ## LL macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_const.h48 #define INT64_C(c) c ## L macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_const.h50 #define INT64_C(c) c ## L macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_const.h47 #define INT64_C(c) c ## L macro
/netbsd-current/sys/arch/vax/include/
H A Dint_const.h47 #define INT64_C(c) c ## LL macro
/netbsd-current/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-current/sys/arch/sh3/include/
H A Dint_const.h47 #define INT64_C(c) c ## LL macro
/netbsd-current/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-current/sys/arch/m68k/include/
H A Dint_const.h47 #define INT64_C(c) c ## LL macro
/netbsd-current/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-current/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-current/sys/sys/
H A Dcommon_int_const.h50 #define INT64_C(c) __int_join(c, __INT64_C_SUFFIX__) macro
/netbsd-current/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-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h454 #undef INT64_C macro
457 # define INT64_C(x) x##L macro
459 # define INT64_C(x) x##i64 macro
461 # define INT64_C(x) x##LL macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h454 #undef INT64_C macro
457 # define INT64_C(x) x##L macro
459 # define INT64_C(x) x##i64 macro
461 # define INT64_C(x) x##LL macro
/netbsd-current/external/bsd/jemalloc/dist/include/msvc_compat/C99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dstdint-msvc2008.h233 #define INT64_C(val) val##i64 macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdint-gcc.h245 #undef INT64_C macro
246 #define INT64_C(c) __INT64_C(c) macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dstdint.h649 # undef INT64_C macro
652 # define INT64_C(x) x##L macro
654 # define INT64_C(x) x##i64 macro
656 # define INT64_C(x) x##LL macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dstdint.h649 # undef INT64_C macro
652 # define INT64_C(x) x##L macro
654 # define INT64_C(x) x##i64 macro
656 # define INT64_C(x) x##LL macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dstdint.h649 # undef INT64_C macro
652 # define INT64_C(x) x##L macro
654 # define INT64_C(x) x##i64 macro
656 # define INT64_C(x) x##LL macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dstdint.h649 # undef INT64_C macro
652 # define INT64_C(x) x##L macro
654 # define INT64_C(x) x##i64 macro
656 # define INT64_C(x) x##LL macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/armeb/gnulib/import/
H A Dstdint.h649 # undef INT64_C macro
652 # define INT64_C(x) x##L macro
654 # define INT64_C(x) x##i64 macro
656 # define INT64_C(x) x##LL macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/hppa/gnulib/import/
H A Dstdint.h649 # undef INT64_C macro
652 # define INT64_C(x) x##L macro
654 # define INT64_C(x) x##i64 macro
656 # define INT64_C(x) x##LL macro

Completed in 296 milliseconds

123