HomeSort by relevance Sort by last modified time
    Searched refs:PRIx64 (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium/base/
format_macros.h 43 #define WidePRIx64 PRIx64
57 #if !defined(PRIx64)
58 #define PRIx64 "I64x"
  /external/qemu/
targphys.h 20 #define TARGET_FMT_plx "%016" PRIx64
cpu-defs.h 52 #define TARGET_FMT_lx "%016" PRIx64
dis-asm.h 22 #define sprintf_vma(s,x) sprintf (s, "%0" PRIx64, x)
23 #define snprintf_vma(s,ss,x) snprintf (s, ss, "%0" PRIx64, x)
disas.c 52 "Address 0x%" PRIx64 " is out of bounds.\n", memaddr);
65 (*info->fprintf_func) (info->stream, "0x%" PRIx64, addr);
  /external/tcpdump/missing/
bittypes.h 103 #ifndef PRIx64
105 #define PRIx64 "I64x"
107 #define PRIx64 "llx"
109 #endif /* PRIx64 */
  /external/elfutils/tests/
sectiondump.c 91 "flags = %" PRIx64 "\n"
92 "addr = %" PRIx64 "\n"
93 "offset = %" PRIx64 "\n"
97 "addralign = %" PRIx64 "\n"
171 printf ("%5Zu: %*" PRIx64 " %6" PRIx64 " %4d\n",
get-lines.c 92 printf ("%" PRIx64 ": %s:%d:", (uint64_t) addr,
  /external/elfutils/src/
readelf.c 591 printf (gettext (" Entry point address: %#" PRIx64 "\n"),
684 There are %d section headers, starting at offset %#" PRIx64 ":\n\
746 printf ("[%2zu] %-20s %-12s %0*" PRIx64 " %0*" PRIx64 " %0*" PRIx64
800 printf (" %-14s 0x%06" PRIx64 " 0x%0*" PRIx64 " 0x%0*" PRIx64
801 " 0x%06" PRIx64 " 0x%06" PRIx64 " %c%c%c 0x%" PRIx64 "\n"
    [all...]
size.c 454 fmtstr = "%-*s %*" PRIx64 " %*" PRIx64 "\n";
478 printf ("%-*s %*" PRIx64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
507 fmtstr = "%" PRIx64 "(%s)";
533 printf (" = %#" PRIx64 "\n", total);
581 PRIx64 " %s",
650 printf (radix == radix_hex ? "%" PRIx64 "(%c%c%c)"
662 printf (" = %#" PRIx64 "\n", total);
nm.c 780 fmtstr = "%-*s|%0*" PRIx64 "|%-6s|%-8s|%*" PRIx64 "|%*s|%s\n";
853 [radix_hex] = "%0*" PRIx64 " %c%s %s\n",
859 [radix_hex] = "%2$0*1$" PRIx64 " %7$0*6$" PRIx64 " %3$c%4$s %5$s\n",
914 fmtstr = "%s %c%s %0*" PRIx64 " %0*" PRIx64 "\n";
    [all...]
  /external/netperf/
netcpu_pstatnew.c 108 "\tidle[%d] = 0x%"PRIx64" ",
117 "user[%d] = 0x%"PRIx64" ",
126 "kern[%d] = 0x%"PRIx64" ",
135 "intr[%d] = 0x%"PRIx64"\n",
  /external/tcpdump/
acconfig.h 112 #undef PRIx64
config.h.in 112 #undef PRIx64
  /bionic/libc/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /development/ndk/platforms/android-3/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /external/elfutils/libebl/
eblcorenote.c 137 printf (" %s: %" PRIx64 "\n", at, (uint64_t) val);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /external/e2fsprogs/intl/
loadmsgcat.c 187 #if !defined PRIx64 || PRI_MACROS_BROKEN
188 # undef PRIx64
189 # define PRIx64 (sizeof (long) == 8 ? "lx" : "llx")
191 #if !defined PRIX64 || PRI_MACROS_BROKEN
192 # undef PRIX64
193 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX")
285 # define PRIxLEAST64 PRIx64
289 # define PRIXLEAST64 PRIX64
381 # define PRIxFAST64 PRIx64
385 # define PRIXFAST64 PRIX64
    [all...]
  /external/qemu/block/
qcow2-refcount.c 608 fprintf(stderr, "ERROR: invalid cluster offset=0x%" PRIx64 "\n",
613 fprintf(stderr, "ERROR: overflow cluster offset=0x%" PRIx64
676 PRIx64 " refcount=%d\n", entry, refcount);
689 fprintf(stderr, "ERROR offset=%" PRIx64 ": Cluster is not "
748 fprintf(stderr, "ERROR OFLAG_COPIED: l2_offset=%" PRIx64
763 fprintf(stderr, "ERROR l2_offset=%" PRIx64 ": Table is not "

Completed in 862 milliseconds

1 2