Searched defs:PRId64 (Results 1 - 25 of 175) sorted by relevance

1234567

/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar_windows.h36 #define PRId64 "I64" macro
/netbsd-current/external/apache2/llvm/config/llvm/Support/
H A DDataTypes.h99 #define PRId64 "I64d" macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dbpf-dis.c112 (*info->fprintf_func) (info->stream, "%" PRId64, value); local
H A Dppc-dis.c868 (*info->fprintf_func) (info->stream, "r%" PRId64, value); local
870 (*info->fprintf_func) (info->stream, "f%" PRId64, value); local
872 (*info->fprintf_func) (info->stream, "v%" PRId64, value); local
874 (*info->fprintf_func) (info->stream, "vs%" PRId64, value); local
880 (*info->fprintf_func) (info->stream, "fsl%" PRId64, value); local
882 (*info->fprintf_func) (info->stream, "fcr%" PRId64, value); local
884 (*info->fprintf_func) (info->stream, "%" PRId64, value); local
889 (*info->fprintf_func) (info->stream, "cr%" PRId64, value); local
906 (*info->fprintf_func) (info->stream, "%" PRId64, value); local
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dbpf-dis.c112 (*info->fprintf_func) (info->stream, "%" PRId64, value); local
H A Dppc-dis.c988 (*info->fprintf_func) (info->stream, "r%" PRId64, value); local
990 (*info->fprintf_func) (info->stream, "f%" PRId64, value); local
992 (*info->fprintf_func) (info->stream, "v%" PRId64, value); local
994 (*info->fprintf_func) (info->stream, "vs%" PRId64, value); local
996 (*info->fprintf_func) (info->stream, "a%" PRId64, value); local
1002 (*info->fprintf_func) (info->stream, "fsl%" PRId64, value); local
1004 (*info->fprintf_func) (info->stream, "fcr%" PRId64, value); local
1006 (*info->fprintf_func) (info->stream, "%" PRId64, value); local
1011 (*info->fprintf_func) (info->stream, "cr%" PRId64, value); local
1028 (*info->fprintf_func) (info->stream, "%" PRId64, valu local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhwint.h86 #undef PRId64 macro
87 #define PRId64 GCC_PRI64 "d" macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dbpf-dis.c112 (*info->fprintf_func) (info->stream, "%" PRId64, value); local
H A Dppc-dis.c906 (*info->fprintf_func) (info->stream, "r%" PRId64, value); local
908 (*info->fprintf_func) (info->stream, "f%" PRId64, value); local
910 (*info->fprintf_func) (info->stream, "v%" PRId64, value); local
912 (*info->fprintf_func) (info->stream, "vs%" PRId64, value); local
914 (*info->fprintf_func) (info->stream, "a%" PRId64, value); local
920 (*info->fprintf_func) (info->stream, "fsl%" PRId64, value); local
922 (*info->fprintf_func) (info->stream, "fcr%" PRId64, value); local
924 (*info->fprintf_func) (info->stream, "%" PRId64, value); local
929 (*info->fprintf_func) (info->stream, "cr%" PRId64, value); local
946 (*info->fprintf_func) (info->stream, "%" PRId64, valu local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhwint.h86 #undef PRId64 macro
87 #define PRId64 GCC_PRI64 "d" macro
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dbpf-dis.c112 (*info->fprintf_func) (info->stream, "%" PRId64, value); local
H A Dppc-dis.c1090 "r%" PRId64, value); local
1093 "f%" PRId64, value); local
1096 "v%" PRId64, value); local
1099 "vs%" PRId64, value); local
1102 "dm%" PRId64, value); local
1105 "a%" PRId64, value); local
1112 "fsl%" PRId64, value); local
1115 "fcr%" PRId64, value); local
1118 "%" PRId64, value); local
1124 "cr%" PRId64, valu local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dbfd-in.h106 # undef PRId64 macro
107 # define PRId64 BFD_PRI64 "d" macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dbfd-in.h106 # undef PRId64 macro
107 # define PRId64 BFD_PRI64 "d" macro
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dloadmsgcat.c172 # undef PRId64 macro
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld") macro
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dloadmsgcat.c172 # undef PRId64 macro
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld") macro
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dloadmsgcat.c172 # undef PRId64 macro
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld") macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_fmtio.h47 #define PRId64 "lld" /* int64_t */ macro
/netbsd-current/sys/arch/i386/include/
H A Dint_fmtio.h48 #define PRId64 "lld" /* int64_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_fmtio.h47 #define PRId64 "ld" /* int64_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_fmtio.h50 #define PRId64 "ld" /* int64_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_fmtio.h47 #define PRId64 "ld" /* int64_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_fmtio.h47 #define PRId64 "lld" /* int64_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_fmtio.h47 #define PRId64 "lld" /* int64_t */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dint_fmtio.h48 #define PRId64 "ld" /* int64_t */ macro
50 #define PRId64 "lld" /* int64_t */ macro

Completed in 494 milliseconds

1234567