Home
last modified time | relevance | path

Searched refs:PRIo64 (Results 1 – 25 of 34) sorted by relevance

12

/external/elfutils/src/
Dsize.c441 : "%-*s %*" PRIo64 " %*" PRIo64 "\n")), in show_sysv()
457 printf ("%-*s %*" PRIo64 "\n\n\n", maxlen, sgettext ("sysv|Total"), in show_sysv()
494 : "%" PRIo64 "(%s)")), in show_sysv_one_line()
505 printf (" = %" PRIo64 "\n", total); in show_sysv_one_line()
552 : "%#*" PRIo64 " %#*" PRIo64 " %#*" PRIo64 " %*" PRId64 " %*" PRIx64 " %s", in show_bsd()
618 : "%" PRIo64 "(%c%c%c)"), in show_segments()
632 printf (" = %" PRIo64 "\n", total); in show_segments()
Dnm.c847 : "%0*" PRIo64)), in show_symbols_sysv()
852 : "%0*" PRIo64)), in show_symbols_sysv()
1019 #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()
1037 #define OCTFMT "%6$s%2$0*1$" PRIo64 "%8$s %7$s%3$c%4$s %5$s" in show_symbols_bsd()
1129 : " %0*" PRIo64 " %0*" PRIo64)), in show_symbols_posix()
Dstrings.c355 printf ((radix == radix_octal ? "%7" PRIo64 " " in process_chunk_mb()
423 printf ((radix == radix_octal ? "%7" PRIo64 " " in process_chunk()
/external/tcpdump/
Dnetdissect-stdinc.h98 #ifndef PRIo64
99 #define PRIo64 "I64o" macro
124 #ifndef PRIo64
125 #define PRIo64 "llo" macro
/external/llvm-project/clang/test/CoverageMapping/
Dmacro-expressions.cpp12 #define PRIo64 PRI_64_LENGTH_MODIFIER "o" macro
87 (void)(i ? PRIo64 : PRIu64); in foo()
/external/clang/test/CoverageMapping/
Dmacro-expressions.cpp12 #define PRIo64 PRI_64_LENGTH_MODIFIER "o" macro
87 (void)(i ? PRIo64 : PRIu64); in foo()
/external/llvm/include/llvm/Support/
DDataTypes.h177 #ifndef PRIo64
178 # define PRIo64 "I64o" macro
DDataTypes.h.cmake105 #define PRIo64 "I64o"
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py131 PRIo64 = "lo" variable
132 PRIo64 = "llo" variable
/external/e2fsprogs/intl/
Dloadmsgcat.c179 #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/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/external/capstone/include/
Dplatform.h100 #define PRIo64 __PRI_64_LENGTH_MODIFIER__ "o" macro
/external/capstone/include/capstone/
Dplatform.h112 #define PRIo64 __PRI_64_LENGTH_MODIFIER__ "o" macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h177 #ifndef PRIo64
/external/python/pycparser/utils/fake_libc_include/
D_fake_defines.h56 #define PRIo64 "o" macro
/external/llvm-project/libcxx/include/
Dcinttypes61 PRIo64
/external/libcxx/include/
Dcinttypes62 PRIo64
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp384 #ifndef PRIo64
385 #error PRIo64 not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp383 #ifndef PRIo64
384 #error PRIo64 not defined
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp384 #ifndef PRIo64
385 #error PRIo64 not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp383 #ifndef PRIo64
384 #error PRIo64 not defined
/external/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp174 return PRIo64; in getRadixFmt()
518 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printObjectSectionSizes()
871 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printBerkeleyTotals()

12