Home
last modified time | relevance | path

Searched defs:UINT64_C (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/public-domain/xz/dist/src/liblzma/api/
H A Dlzma.h145 # define UINT64_C(n) n ## UI64 macro
150 # define UINT64_C(n) n ## ULL macro
152 # define UINT64_C(n) n ## UL macro
/netbsd-src/sys/arch/arm/include/
H A Dint_const.h57 #define UINT64_C(c) c ## UL macro
59 #define UINT64_C(c) c ## ULL macro
/netbsd-src/sys/arch/mips/include/
H A Dint_const.h57 #define UINT64_C(c) c ## UL macro
59 #define UINT64_C(c) c ## ULL macro
/netbsd-src/sys/arch/powerpc/include/
H A Dint_const.h57 #define UINT64_C(c) c ## UL macro
59 #define UINT64_C(c) c ## ULL macro
/netbsd-src/sys/arch/sparc/include/
H A Dint_const.h57 #define UINT64_C(c) c ## UL macro
59 #define UINT64_C(c) c ## ULL macro
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dsysdefs.h77 # define UINT64_C(n) n ## ULL macro
90 # define UINT64_C(n) n ## UL macro
/netbsd-src/sys/arch/mips/mips/
H A Dlocore_octeon.S158 #define UINT64_C(x) (x) macro
/netbsd-src/sys/arch/ia64/include/
H A Dint_const.h53 #define UINT64_C(c) c ## UL macro
/netbsd-src/sys/arch/sh3/include/
H A Dint_const.h52 #define UINT64_C(c) c ## ULL macro
/netbsd-src/sys/arch/m68k/include/
H A Dint_const.h52 #define UINT64_C(c) c ## ULL macro
/netbsd-src/sys/arch/alpha/include/
H A Dint_const.h52 #define UINT64_C(c) c ## UL macro
/netbsd-src/sys/arch/vax/include/
H A Dint_const.h52 #define UINT64_C(c) c ## ULL macro
/netbsd-src/sys/arch/hppa/include/
H A Dint_const.h49 #define UINT64_C(c) c ## ULL macro
/netbsd-src/sys/arch/amd64/include/
H A Dint_const.h55 #define UINT64_C(c) c ## UL macro
/netbsd-src/sys/arch/i386/include/
H A Dint_const.h53 #define UINT64_C(c) c ## ULL macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h254 #define UINT64_C(x) x##UL macro
257 #define UINT64_C(x) x##ULL macro
260 #define UINT64_C(x) x##ui64 macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h464 # define UINT64_C(x) x##UL macro
466 # define UINT64_C(x) x##ui64 macro
468 # define UINT64_C(x) x##ULL macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h464 # define UINT64_C(x) x##UL macro
466 # define UINT64_C(x) x##ui64 macro
468 # define UINT64_C(x) x##ULL macro
/netbsd-src/sys/sys/
H A Dcommon_int_const.h55 #define UINT64_C(c) __int_join(c, __UINT64_C_SUFFIX__) macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dstdint.h653 # define UINT64_C(x) x##UL macro
655 # define UINT64_C(x) x##ui64 macro
657 # define UINT64_C(x) x##ULL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dstdint.h653 # define UINT64_C(x) x##UL macro
655 # define UINT64_C(x) x##ui64 macro
657 # define UINT64_C(x) x##ULL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dstdint.h653 # define UINT64_C(x) x##UL macro
655 # define UINT64_C(x) x##ui64 macro
657 # define UINT64_C(x) x##ULL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dstdint.h653 # define UINT64_C(x) x##UL macro
655 # define UINT64_C(x) x##ui64 macro
657 # define UINT64_C(x) x##ULL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dstdint.h653 # define UINT64_C(x) x##UL macro
655 # define UINT64_C(x) x##ui64 macro
657 # define UINT64_C(x) x##ULL macro
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dstdint.h653 # define UINT64_C(x) x##UL macro
655 # define UINT64_C(x) x##ui64 macro
657 # define UINT64_C(x) x##ULL macro

123