/external/libpcap/pcap/ |
D | pcap-inttypes.h | 86 #ifndef PRIo64 88 #define PRIo64 "I64o" macro 90 #define PRIo64 "llo" macro
|
/external/tcpdump/ |
D | netdissect-stdinc.h | 98 #ifndef PRIo64 99 #define PRIo64 "I64o" macro 124 #ifndef PRIo64 125 #define PRIo64 "llo" macro
|
D | config.h.in | 280 /* define if the platform doesn't define PRIo64 */ 281 #undef PRIo64
|
/external/elfutils/src/ |
D | size.c | 438 : "%-*s %*" PRIo64 " %*" PRIo64 "\n")), in show_sysv() 454 printf ("%-*s %*" PRIo64 "\n\n\n", maxlen, sgettext ("sysv|Total"), in show_sysv() 488 : "%" PRIo64 "(%s)")), in show_sysv_one_line() 499 printf (" = %" PRIo64 "\n", total); in show_sysv_one_line() 609 : "%" PRIo64 "(%c%c%c)"), in show_segments() 623 printf (" = %" PRIo64 "\n", total); in show_segments()
|
D | nm.c | 836 : "%0*" PRIo64)), in show_symbols_sysv() 841 : "%0*" PRIo64)), in show_symbols_sysv() 996 #define OCTFMT "%6$s%2$0*1$" PRIo64 "%8$s %10$0*9$" PRIo64 " %7$s%3$c%4$s %5$s" in show_symbols_bsd() 1014 #define OCTFMT "%6$s%2$0*1$" PRIo64 "%8$s %7$s%3$c%4$s %5$s" in show_symbols_bsd() 1093 : "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n")), in show_symbols_posix()
|
D | strings.c | 355 printf ((radix == radix_octal ? "%7" PRIo64 " " in process_chunk_mb() 423 printf ((radix == radix_octal ? "%7" PRIo64 " " in process_chunk()
|
/external/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 12 #define PRIo64 PRI_64_LENGTH_MODIFIER "o" macro 87 (void)(i ? PRIo64 : PRIu64); in foo()
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 177 #ifndef PRIo64 178 # define PRIo64 "I64o" macro
|
D | DataTypes.h.cmake | 105 #define PRIo64 "I64o"
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 179 #if !defined PRIo64 || PRI_MACROS_BROKEN 180 # undef PRIo64 181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro 277 # define PRIoLEAST64 PRIo64 373 # define PRIoFAST64 PRIo64 570 return PRIo64; in get_sysdep_segment_value()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 131 PRIo64 = "lo" variable 132 PRIo64 = "llo" variable
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
D | DataTypes.h | 105 #define PRIo64 "I64o" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
D | DataTypes.h | 105 #define PRIo64 "I64o" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/ |
D | DataTypes.h | 105 #define PRIo64 "I64o" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
D | DataTypes.h | 105 #define PRIo64 "I64o" macro
|
/external/capstone/include/ |
D | platform.h | 100 #define PRIo64 __PRI_64_LENGTH_MODIFIER__ "o" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 177 #ifndef PRIo64
|
/external/libusb/msvc/ |
D | inttypes.h | 89 #define PRIo64 "I64o" macro
|
/external/u-boot/include/ |
D | inttypes.h | 89 # define PRIo64 __PRI64_PREFIX "o" macro
|
/external/libcxx/include/ |
D | cinttypes | 62 PRIo64
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 383 #ifndef PRIo64 384 #error PRIo64 not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 383 #ifndef PRIo64 384 #error PRIo64 not defined
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 177 return PRIo64; in getRadixFmt() 493 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in printObjectSectionSizes() 848 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in printBerkelyTotals()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 634 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList() 647 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 167 return PRIo64; in getRadixFmt() 476 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in printObjectSectionSizes()
|