Home
last modified time | relevance | path

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

12

/external/libpcap/
Dportability.h183 #ifndef PRIo64
185 #define PRIo64 "I64o" macro
187 #define PRIo64 "llo" macro
/external/tcpdump/
Dnetdissect-stdinc.h98 #ifndef PRIo64
99 #define PRIo64 "I64o" macro
124 #ifndef PRIo64
125 #define PRIo64 "llo" macro
Dconfig.h.in277 /* define if the platform doesn't define PRIo64 */
278 #undef PRIo64
/external/elfutils/src/
Dsize.c453 : "%-*s %*" PRIo64 " %*" PRIo64 "\n")), in show_sysv()
469 printf ("%-*s %*" PRIo64 "\n\n\n", maxlen, sgettext ("sysv|Total"), in show_sysv()
503 : "%" PRIo64 "(%s)")), in show_sysv_one_line()
514 printf (" = %" PRIo64 "\n", total); in show_sysv_one_line()
624 : "%" PRIo64 "(%c%c%c)"), in show_segments()
638 printf (" = %" PRIo64 "\n", total); in show_segments()
Dnm.c850 : "%0*" PRIo64)), in show_symbols_sysv()
855 : "%0*" PRIo64)), in show_symbols_sysv()
1010 #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()
1028 #define OCTFMT "%6$s%2$0*1$" PRIo64 "%8$s %7$s%3$c%4$s %5$s" in show_symbols_bsd()
1107 : "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n")), in show_symbols_posix()
Dstrings.c370 printf ((radix == radix_octal ? "%7" PRIo64 " " in process_chunk_mb()
438 printf ((radix == radix_octal ? "%7" PRIo64 " " in process_chunk()
/external/bison/lib/
Dinttypes.in.h208 # if !defined PRIo64 || @PRI_MACROS_BROKEN@
209 # undef PRIo64
210 # define PRIo64 _PRIu64_PREFIX "o" macro
311 # define PRIoLEAST64 PRIo64
346 # define PRIoFAST8 PRIo64
394 # define PRIoFAST16 PRIo64
442 # define PRIoFAST32 PRIo64
484 # define PRIoFAST64 PRIo64
519 # define PRIoMAX PRIo64
/external/bison/linux-lib/
Dinttypes.h520 # if !defined PRIo64 || 0
521 # undef PRIo64
522 # define PRIo64 _PRIu64_PREFIX "o" macro
623 # define PRIoLEAST64 PRIo64
658 # define PRIoFAST8 PRIo64
706 # define PRIoFAST16 PRIo64
754 # define PRIoFAST32 PRIo64
796 # define PRIoFAST64 PRIo64
831 # define PRIoMAX PRIo64
/external/bison/darwin-lib/
Dinttypes.h520 # if !defined PRIo64 || 0
521 # undef PRIo64
522 # define PRIo64 _PRIu64_PREFIX "o" macro
623 # define PRIoLEAST64 PRIo64
658 # define PRIoFAST8 PRIo64
706 # define PRIoFAST16 PRIo64
754 # define PRIoFAST32 PRIo64
796 # define PRIoFAST64 PRIo64
831 # define PRIoMAX PRIo64
/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/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DDataTypes.h105 #define PRIo64 "I64o" macro
/external/swiftshader/third_party/llvm-subzero/build/Android/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/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/Windows/include/llvm/Support/
DDataTypes.h177 #ifndef PRIo64
/external/libusb/msvc/
Dinttypes.h89 #define PRIo64 "I64o" macro
/external/syslinux/com32/include/
Dinttypes.h65 #define PRIo64 __PRI64_RANK "o" macro
/external/libcxx/include/
Dcinttypes62 PRIo64
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp383 #ifndef PRIo64
384 #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/tools/llvm-nm/
Dllvm-nm.cpp634 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList()
647 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp167 return PRIo64; in getRadixFmt()
476 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in printObjectSectionSizes()

12