HomeSort by relevance Sort by last modified time
    Searched refs:PRId64 (Results 26 - 50 of 67) sorted by null

12 3

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /external/qemu/android/
snapshot.c 178 snprintf(buf, buf_size, "%" PRId64, size);
188 snprintf(buf, buf_size, "%" PRId64 "%c",
  /external/tcpdump/
config.h.in 110 #undef PRId64
  /external/elfutils/src/
nm.c 782 fmtstr = "%-*s|%*" PRId64 "|%-6s|%-8s|%*" PRId64 "|%*s|%s\n";
854 [radix_decimal] = "%*" PRId64 " %c%s %s\n",
860 [radix_decimal] = "%2$*1$" PRId64 " %7$*6$" PRId64 " %3$c%4$s %5$s\n",
916 fmtstr = "%s %c%s %*" PRId64 " %*" PRId64 "\n";
    [all...]
readelf.c 594 printf (gettext (" Start of program headers: %" PRId64 " %s\n"),
597 printf (gettext (" Start of section headers: %" PRId64 " %s\n"),
747 " %2" PRId64 " %-5s %2" PRId32 " %3" PRId32
748 " %2" PRId64 "\n",
    [all...]
  /external/chromium/webkit/glue/media/
buffered_resource_loader.cc 616 header = base::StringPrintf("bytes=%" PRId64 "-%" PRId64,
621 header = base::StringPrintf("bytes=%" PRId64 "-",
  /external/qemu/android/utils/
ini.c 460 snprintf(temp, sizeof temp, "%" PRId64, value);
501 snprintf(temp, sizeof temp, "%" PRId64 "%c", size/divisor, suffix);
503 snprintf(temp, sizeof temp, "%" PRId64, size);
  /external/chromium/chrome/browser/download/
base_file.cc 241 " bytes_so_far_ = %" PRId64 " detached_ = %c }",
download_item.cc 655 " db_handle = %" PRId64
656 " total_bytes = %" PRId64
  /external/e2fsprogs/intl/
loadmsgcat.c 171 #if !defined PRId64 || PRI_MACROS_BROKEN
172 # undef PRId64
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld")
269 # define PRIdLEAST64 PRId64
365 # define PRIdFAST64 PRId64
566 return PRId64;
    [all...]
  /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...]
  /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,

Completed in 710 milliseconds

12 3