HomeSort by relevance Sort by last modified time
    Searched refs:PRId64 (Results 126 - 150 of 189) sorted by null

1 2 3 4 56 7 8

  /external/qemu/
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...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc     [all...]
heap-profile-table.cc 314 "%6d: %8" PRId64 " [%6d: %8" PRId64 "] @%s",
482 len = snprintf(buf, sizeof(buf), "%6d: %8" PRId64 " @ %s\n",
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc     [all...]
heap-profile-table.cc 306 snprintf(buf + buflen, bufsize - buflen, "%6d: %8"PRId64" [%6d: %8"PRId64"] @%s",
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 199 PRId64 ", 0, 0)",
213 "INSERT INTO \"visits\" VALUES(%" PRIuS ", %" PRIuS ", %" PRId64
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.cc 741 "Native version (%" PRId64 ") does not match sync version (%"
742 PRId64 ")",
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer.cc 109 "[Remote -> Local] Start: tracker_id=%" PRId64,
585 "[Remote -> Local]: Finished: action=%s, tracker=%" PRId64
register_app_task_unittest.cc 249 return base::StringPrintf("file_id_%" PRId64, next_file_id_++);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 271 #ifndef PRId64
272 #error PRId64 not defined
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 68 base::StringPrintf(" (%" PRId64 ")", (*track_it)->id);
  /external/chromium_org/chromeos/dbus/
power_policy_controller.cc 24 str += base::StringPrintf(name "=%" PRId64 " ", delays.field()); \
  /external/chromium_org/content/browser/download/
base_file.cc 253 " bytes_so_far_ = %" PRId64
  /external/chromium_org/net/cookies/
canonical_cookie.cc 391 PRId64,
  /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"

Completed in 584 milliseconds

1 2 3 4 56 7 8