Home
last modified time | relevance | path

Searched refs:PRId64 (Results 1 – 25 of 43) sorted by relevance

12

/external/libvpx/vpx_ports/
Dvpxtypes.h80 # define VPX64 PRId64
83 # undef PRId64
84 # define PRId64 "lld" macro
85 # define VPX64 PRId64
88 # undef PRId64
89 # define PRId64 "I64d" macro
90 # define VPX64 PRId64
95 # undef PRId64
96 # define PRId64 "lld" macro
97 # define VPX64 PRId64
[all …]
/external/chromium/base/
Dformat_macros.h28 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
41 #define WidePRId64 PRId64
49 #if !defined(PRId64)
50 #define PRId64 "I64d" macro
Dtrace_event.cc144 "'line_number':'%d', 'usec_begin': %" PRId64 "},\n", in Trace()
/external/elfutils/src/
Dsize.c456 fmtstr = "%-*s %*" PRId64 " %*" PRId64 "\n"; in show_sysv()
481 printf ("%-*s %*" PRId64 "\n\n\n", maxlen, sgettext ("sysv|Total"), in show_sysv()
509 fmtstr = "%" PRId64 "(%s)"; in show_sysv_one_line()
535 printf (" = %" PRId64 "\n", total); in show_sysv_one_line()
580 printf ("%*" PRId64 " %*" PRId64 " %*" PRId64 " %*" PRId64 " %*" in show_bsd()
651 : (radix == radix_decimal ? "%" PRId64 "(%c%c%c)" in show_segments()
664 printf (" = %" PRId64 "\n", total); in show_segments()
Dnm.c782 fmtstr = "%-*s|%*" PRId64 "|%-6s|%-8s|%*" PRId64 "|%*s|%s\n"; in show_symbols_sysv()
854 [radix_decimal] = "%*" PRId64 " %c%s %s\n", in show_symbols_bsd()
860 [radix_decimal] = "%2$*1$" PRId64 " %7$*6$" PRId64 " %3$c%4$s %5$s\n", in show_symbols_bsd()
916 fmtstr = "%s %c%s %*" PRId64 " %*" PRId64 "\n"; in show_symbols_posix()
Dreadelf.c594 printf (gettext (" Start of program headers: %" PRId64 " %s\n"), in print_ehdr()
597 printf (gettext (" Start of section headers: %" PRId64 " %s\n"), in print_ehdr()
747 " %2" PRId64 " %-5s %2" PRId32 " %3" PRId32 in print_shdr()
748 " %2" PRId64 "\n", in print_shdr()
1206 printf (gettext ("%" PRId64 " (bytes)\n"), dyn->d_un.d_val); in handle_dynamic()
1213 printf ("%" PRId64 "\n", dyn->d_un.d_val); in handle_dynamic()
1556 %#0*" PRIx64 " %-15s %#0*" PRIx64 " +%5" PRId64 " %s\n", in handle_relocs_rela()
1588 %#0*" PRIx64 " %-15s %#0*" PRIx64 " +%5" PRId64 " %s\n", in handle_relocs_rela()
1726 %5u: %0*" PRIx64 " %6" PRId64 " %-7s %-6s %-9s %6s %s"), in handle_symtab()
3180 printf (" %*s [%4" PRIuMAX "] %s %" PRId64 "\n", in print_ops()
[all …]
/external/tcpdump/missing/
Dbittypes.h87 #ifndef PRId64
89 #define PRId64 "I64d" macro
91 #define PRId64 "lld" macro
/external/chromium/net/http/
Dpartial_data.cc255 StringPrintf("%s: bytes %" PRId64 "-%" PRId64 "/%" PRId64, in FixResponseHeaders()
269 headers->AddHeader(StringPrintf("%s: %" PRId64, kLengthHeader, range_len)); in FixResponseHeaders()
274 headers->AddHeader(StringPrintf("%s: %" PRId64, kLengthHeader, in FixContentLength()
/external/qemu/block/
Draw-posix.c221 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64 in raw_pread_aligned()
234 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64 in raw_pread_aligned()
250 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64 in raw_pread_aligned()
281 DEBUG_BLOCK_PRINT("raw_pwrite(%d:%s, %" PRId64 ", %p, %d) [%" in raw_pwrite_aligned()
282 PRId64 "] lseek failed : %d = %s\n", in raw_pwrite_aligned()
294 DEBUG_BLOCK_PRINT("raw_pwrite(%d:%s, %" PRId64 ", %p, %d) [%" PRId64 in raw_pwrite_aligned()
/external/elfutils/tests/
Dsectiondump.c94 "size = %" PRId64 "\n" in handle_section()
98 "entsize = %" PRId64 "\n", in handle_section()
/external/e2fsprogs/intl/
Dloadmsgcat.c171 #if !defined PRId64 || PRI_MACROS_BROKEN
172 # undef PRId64
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld") macro
269 # define PRIdLEAST64 PRId64
365 # define PRIdFAST64 PRId64
566 return PRId64; in get_sysdep_segment_value()
/external/libvpx/vpx/
Dvpx_integer.h30 #define PRId64 "I64d" macro
/external/chromium/base/i18n/
Dnumber_formatting.cc41 return UTF8ToUTF16(StringPrintf("%" PRId64, number)); in FormatNumber()
/external/elfutils/libebl/
Debldynamictagname.c89 snprintf (buf, len, gettext ("<unknown>: %" PRId64), tag);
Deblcorenote.c128 printf (" %s: %" PRId64 "\n", at, (int64_t) val);
/external/tcpdump/
Dacconfig.h110 #undef PRId64
/external/qemu/
Dmonitor.c745 monitor_printf(mon, "%*" PRId64, max_digits, v); in memory_dump()
822 monitor_printf(mon, "%" PRId64, val); in do_print()
1433 monitor_printf(mon, "node %d size: %" PRId64 " MB\n", i, in do_info_numa()
1454 monitor_printf(mon, "async time %" PRId64 " (%0.3f)\n", in do_info_profile()
1456 monitor_printf(mon, "qemu time %" PRId64 " (%0.3f)\n", in do_info_profile()
1458 monitor_printf(mon, "kqemu time %" PRId64 " (%0.3f %0.1f%%) count=%" in do_info_profile()
1459 PRId64 " int=%" PRId64 " excp=%" PRId64 " intr=%" in do_info_profile()
1460 PRId64 "\n", in do_info_profile()
Dqstring.c92 snprintf(num, sizeof(num), "%" PRId64, value); in qstring_append_int()
Dcpu-defs.h53 #define TARGET_FMT_ld "%" PRId64
Dqjson.c118 snprintf(buffer, sizeof(buffer), "%" PRId64, qint_get_int(val)); in to_json()
Dqemu-common.h66 #define PRId64 "I64d" macro
Dbuffered_file.c116 DPRINTF("putting %d bytes at %" PRId64 "\n", size, pos); in buffered_put_buffer()
/external/chromium/net/url_request/
Durl_request_view_net_internals_job.cc284 "<li>Time to live (ms) for success entries: %" PRId64"</li>" in OutputBody()
285 "<li>Time to live (ms) for failure entries: %" PRId64"</li></ul>", in OutputBody()
/external/qemu/tcg/
Dtcg.c1920 fprintf(f, "%s %" PRId64 "\n", tcg_op_defs[i].name, tcg_table_op_count[i]); in dump_op_count()
2118 cpu_fprintf(f, "JIT cycles %" PRId64 " (%0.3f s at 2.4 GHz)\n", in tcg_dump_info()
2120 cpu_fprintf(f, "translated TBs %" PRId64 " (aborted=%" PRId64 " %0.1f%%)\n", in tcg_dump_info()
2148 cpu_fprintf(f, "cpu_restore count %" PRId64 "\n", in tcg_dump_info()
/external/elfutils/po/
Delfutils.pot432 msgid " Start of program headers: %<PRId64> %s\n"
441 msgid " Start of section headers: %<PRId64> %s\n"
645 msgid "%<PRId64> (bytes)\n"
749 msgid "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
930 msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n"
965 " [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
1122 msgid " advance line by constant %d to %<PRId64>\n"
1181 msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n"
1206 "Note segment of %<PRId64> bytes at offset %#0<PRIx64>:\n"

12