Searched refs:PRIo64 (Results 1 - 25 of 26) sorted by relevance

12

/external/libpcap/Win32/Include/
H A Dbittypes.h65 #ifndef PRIo64
67 #define PRIo64 "I64o" macro
69 #define PRIo64 "llo" macro
71 #endif /* PRIo64 */
/external/tcpdump/win32/Include/
H A Dbittypes.h65 #ifndef PRIo64
67 #define PRIo64 "I64o" macro
69 #define PRIo64 "llo" macro
71 #endif /* PRIo64 */
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dinttypes.h39 #define PRIo64 __INTTYPE_PRI64__ "o" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h177 #ifndef PRIo64
178 # define PRIo64 "I64o" macro
H A DDataTypes.h.cmake100 #define PRIo64 "I64o"
H A DDataTypes.h.in100 #define PRIo64 "I64o"
/external/bison/lib/
H A Dinttypes.in.h208 # if !defined PRIo64 || @PRI_MACROS_BROKEN@
209 # undef PRIo64 macro
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/elfutils/0.153/src/
H A Dsize.c458 fmtstr = "%-*s %*" PRIo64 " %*" PRIo64 "\n";
486 printf ("%-*s %*" PRIo64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
507 fmtstr = "%" PRIo64 "(%s)";
537 printf (" = %" PRIo64 "\n", total);
648 : "%" PRIo64 "(%c%c%c)"),
662 printf (" = %" PRIo64 "\n", total);
H A Dnm.c810 number_fmtstr = "%0*" PRIo64;
942 [radix_octal] = "%8$s%2$0*1$" PRIo64 "%10$s %9$s%3$c%4$s %5$s"
948 [radix_octal] = "%8$s%2$0*1$" PRIo64 "%10$s %7$0*6$" PRIo64 " %9$s%3$c%4$s %5$s"
1062 fmtstr = "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n";
H A Dstrings.c295 locfmt = "%7" PRIo64 " ";
/external/chromium_org/third_party/libusb/src/msvc/
H A Dinttypes.h89 #define PRIo64 "I64o" macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dinttypes.h131 #define PRIo64 "I64o" macro
/external/mesa3d/include/c99/
H A Dinttypes.h131 #define PRIo64 "I64o" macro
/external/qemu/include/qom/
H A Dcpu.h40 #define VADDR_PRIo PRIo64
/external/bison/darwin-lib/
H A Dinttypes.h520 # if !defined PRIo64 || 0
521 # undef PRIo64 macro
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/linux-lib/
H A Dinttypes.h520 # if !defined PRIo64 || 0
521 # undef PRIo64 macro
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/tcpdump/
H A Dconfig.h.in256 /* define if the platform doesn't define PRIo64 */
257 #undef PRIo64
/external/jemalloc/include/msvc_compat/C99/
H A Dinttypes.h139 #define PRIo64 __PRI64_PREFIX "o" macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64 macro
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo") macro
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
570 return PRIo64;
/external/libcxx/test/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp139 #ifndef PRIo64
140 #error PRIo64 not defined
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp383 #ifndef PRIo64
384 #error PRIo64 not defined
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp104 return PRIo64;
402 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " "
/external/ltrace/
H A Dlens_default.c81 return fprintf(stream, "0%"PRIo64, v); \
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp1324 result.AppendErrorWithFormat ("Value %" PRIo64 " is too large to fit in a %lu byte unsigned integer value.\n", uval64, item_byte_size);
/external/lldb/source/Core/
H A DDataExtractor.cpp1576 s->Printf ("0%" PRIo64, GetMaxS64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset));

Completed in 1062 milliseconds

12