HomeSort by relevance Sort by last modified time
    Searched refs:PRId64 (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/qemu/block/
qcow2-refcount.c 330 fprintf(stderr, "qcow2: Grow refcount table %" PRId32 " => %" PRId64 "\n",
469 printf("update_refcount: offset=%" PRId64 " size=%" PRId64 " addend=%d\n",
605 printf("alloc_clusters: size=%" PRId64 " -> %" PRId64 "\n",
956 fprintf(stderr, "ERROR: cluster %" PRId64 ": "
    [all...]
raw-posix.c 256 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
270 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
300 DEBUG_BLOCK_PRINT("raw_pwrite(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
    [all...]
vmdk.c 680 "RW %" PRId64 " SPARSE \"%s\"\n"
686 "ddb.geometry.cylinders = \"%" PRId64 "\"\n"
  /external/chromium/chrome/browser/download/
download_item.cc 655 " db_handle = %" PRId64
656 " total_bytes = %" PRId64
  /external/elfutils/src/
readelf.c 741 printf (gettext (" Start of program headers: %" PRId64 " %s\n"),
744 printf (gettext (" Start of section headers: %" PRId64 " %s\n"),
888 " %2" PRId64 " %-5s %2" PRId32 " %3" PRId32
889 " %2" PRId64 "\n",
    [all...]
strings.c 290 locfmt = "%7" PRId64 " ";
  /external/qemu/
block.c     [all...]
buffered_file.c 115 DPRINTF("putting %d bytes at %" PRId64 "\n", size, pos);
input.c 232 monitor_printf(mon, "%c Mouse #%" PRId64 ": %s%s\n",
qjson.c 132 snprintf(buffer, sizeof(buffer), "%" PRId64, qint_get_int(val));
qemu-option.c 480 printf("%s=%" PRId64 " ", list->name, list->value.n);
865 n = snprintf(buf, sizeof(buf), "%" PRId64,
qemu-common.h 114 #define PRId64 "I64d"
qemu-timer.c 823 printf("timer: min=%" PRId64 " us max=%" PRId64 " us avg=%" PRId64 " us avg_freq=%0.3f Hz\n",
    [all...]
kqemu.c 655 fprintf(f, "total: %" PRId64 "\n", total);
660 fprintf(f, "%08lx: %" PRId64 " %0.2f%% %0.2f%%\n",
  /external/llvm/lib/Support/
Timer.cpp 187 OS << format("%9" PRId64 " ", (int64_t)getMemUsed());
  /external/qemu/elff/
dwarf_utils.cc 285 printf("SXWORD) = %" PRId64 " (x%" PRIX64 ")\n", attr_value->s64,
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_utils.cc 285 printf("SXWORD) = %" PRId64 " (x%" PRIX64 ")\n", attr_value->s64,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h 63 # define PRId64 __PRI64_PREFIX "d"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 63 # define PRId64 __PRI64_PREFIX "d"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 63 # define PRId64 __PRI64_PREFIX "d"
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc.
139 #ifndef PRId64
140 # define PRId64 "lld"
364 snprintf(intbuf, sizeof(intbuf), "%"PRId64, VALUE_AS(int64));
    [all...]
  /external/qemu/hw/
i8259.c 545 monitor_printf(mon, "%2d: %" PRId64 "\n", i, count);
  /external/qemu/tcg/
tcg.h 37 #define TCG_PRIld PRId64
tcg.c     [all...]
  /frameworks/base/cmds/installd/
commands.c 370 ALOGI("free_cache(%" PRId64 ") avail %" PRId64 "\n", free_size, avail);
    [all...]

Completed in 650 milliseconds

1 2 34 5