Searched refs:PRId64 (Results 1 - 25 of 177) sorted by relevance

12345678

/external/libpcap/Win32/Include/
H A Dbittypes.h57 #ifndef PRId64
59 #define PRId64 "I64d" macro
61 #define PRId64 "lld" macro
63 #endif /* PRId64 */
/external/tcpdump/win32/Include/
H A Dbittypes.h57 #ifndef PRId64
59 #define PRId64 "I64d" macro
61 #define PRId64 "lld" macro
63 #endif /* PRId64 */
/external/chromium_org/base/
H A Dformat_macros.h12 // printf("xyz:%" PRId64, value);
28 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
41 #define WidePRId64 PRId64
79 #if !defined(PRId64)
80 #define PRId64 "I64d" macro
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_inttypes.h39 #define PRId64 "I64d" macro
/external/valgrind/main/none/tests/s390x/
H A Decag.c58 printf("L%u cache line size data: %"PRId64"\n", level+1,
60 printf("L%u cache line size insn: %"PRId64"\n", level+1,
62 printf("L%u total cachesize data: %"PRId64"\n", level+1,
64 printf("L%u total cachesize insn: %"PRId64"\n", level+1,
66 printf("L%u set. assoc. data: %"PRId64"\n", level+1,
68 printf("L%u set. assoc. insn: %"PRId64"\n", level+1,
H A Drounding-5.c50 printf("cegbr: %"PRId64" -> %f\n", i64, out);
60 printf("cegbr: %"PRId64" -> %f\n", i64, out);
H A Dcu24.c112 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
113 printf(" dst len: %"PRId64"\n", result.len1);
116 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src);
117 printf(" src len: %"PRId64"\n", result.len2);
H A Dcu24_1.c112 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
113 printf(" dst len: %"PRId64"\n", result.len1);
116 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src);
117 printf(" src len: %"PRId64"\n", result.len2);
H A Drounding-3.c65 convert_to_int("cgebr",float,int64_t,PRId64,0,value)
67 convert_to_int("cgdbr",double,int64_t,PRId64,0,value)
H A Dcomp-1.c32 printf("%.6s (%"PRId64", %"PRId64") --> cc = %d\n", \
49 printf("%.6s (%"PRId64", %"PRId64") --> cc = %d\n", \
65 printf("%.6s (%"PRId64", %"PRId64") --> cc = %d\n", \
H A Drounding-6.c53 convert_to_int("cgebr",float,int64_t,PRId64,round,value)
55 convert_to_int("cgdbr",double,int64_t,PRId64,round,value)
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest_base.cc28 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // last_visit_time
29 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // visit_time
30 sql_time.push_back(base::StringPrintf("%" PRId64, now)); // time_slot
/external/chromium_org/net/http/
H A Dhttp_byte_range.cc74 return base::StringPrintf("bytes=-%" PRId64, suffix_length());
79 return base::StringPrintf("bytes=%" PRId64 "-", first_byte_position());
81 return base::StringPrintf("bytes=%" PRId64 "-%" PRId64,
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h52 #define PRId64 "I64d" macro
/external/strace/
H A Dptp.c54 tprintf(", {start={%" PRId64 ", %" PRIu32 "}"
55 ", period={%" PRId64 ", %" PRIu32 "}"
85 tprintf("{%" PRId64 ", %" PRIu32 "}",
88 tprintf(", {%" PRId64 ", %" PRIu32 "}",
/external/chromium_org/media/blink/
H A Dtest_response_generator.cc63 "bytes %" PRId64 "-%" PRId64 "/",
68 content_range += base::StringPrintf("%" PRId64, content_length_);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h61 #define PRId64 "I64d" macro
/external/qemu/include/qapi/qmp/
H A Dqerror.h196 ERROR_CLASS_GENERIC_ERROR, "Property %s.%s doesn't take value '%" PRId64 "', it's not a power of 2"
199 ERROR_CLASS_GENERIC_ERROR, "Property %s.%s doesn't take value %" PRId64 " (minimum: %" PRId64 ", maximum: %" PRId64 ")"
/external/chromium_org/chrome/browser/extensions/
H A Dblob_reader.cc48 base::StringPrintf("bytes=%" PRId64 "-%" PRId64, offset,
/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc44 " total_bytes = %" PRId64
/external/chromium_org/storage/browser/fileapi/
H A Ddump_file_system.cc93 ShowMessageAndExit(base::StringPrintf("GetFileInfo failed for %"PRId64,
103 "ListChildren failed for %s (%"PRId64")",
122 printf("%s%s %"PRId64" %"PRId64" %s\n",
/external/compiler-rt/SDKs/darwin/usr/include/
H A Dinttypes.h29 #define PRId64 __INTTYPE_PRI64__ "d" macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h171 #ifndef PRId64
172 # define PRId64 "I64d" macro
/external/elfutils/0.153/src/
H A Dsize.c456 fmtstr = "%-*s %*" PRId64 " %*" PRId64 "\n";
483 printf ("%-*s %*" PRId64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
505 fmtstr = "%" PRId64 "(%s)";
535 printf (" = %" PRId64 "\n", total);
580 printf ("%*" PRId64 " %*" PRId64 " %*" PRId64 " %*" PRId64 " %*"
647 : (radix == radix_decimal ? "%" PRId64 "(
[all...]
/external/chromium_org/base/i18n/
H A Dnumber_formatting.cc54 return UTF8ToUTF16(StringPrintf("%" PRId64, number));

Completed in 3590 milliseconds

12345678