HomeSort by relevance Sort by last modified time
    Searched refs:PRIo64 (Results 1 - 15 of 15) sorted by null

  /external/tcpdump/missing/
bittypes.h 95 #ifndef PRIo64
97 #define PRIo64 "I64o"
99 #define PRIo64 "llo"
101 #endif /* PRIo64 */
  /external/tcpdump/
acconfig.h 111 #undef PRIo64
config.h.in 111 #undef PRIo64
configure     [all...]
  /external/elfutils/src/
size.c 458 fmtstr = "%-*s %*" PRIo64 " %*" PRIo64 "\n";
484 printf ("%-*s %*" PRIo64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
511 fmtstr = "%" PRIo64 "(%s)";
537 printf (" = %" PRIo64 "\n", total);
652 : "%" PRIo64 "(%c%c%c)"),
666 printf (" = %" PRIo64 "\n", total);
nm.c 784 fmtstr = "%-*s|%0*" PRIo64 "|%-6s|%-8s|%*" PRIo64 "|%*s|%s\n";
855 [radix_octal] = "%0*" PRIo64 " %c%s %s\n"
861 [radix_octal] = "%2$0*1$" PRIo64 " %7$0*6$" PRIo64 " %3$c%4$s %5$s\n"
918 fmtstr = "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n";
    [all...]
  /bionic/libc/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /external/e2fsprogs/intl/
loadmsgcat.c 179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo")
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
570 return PRIo64;
    [all...]
  /external/qemu/
qemu-common.h 69 #define PRIo64 "I64o"

Completed in 1385 milliseconds