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

1 2

  /external/chromium/base/
format_macros.h 12 // printf("xyz:%" PRId64, value);
28 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
41 #define WidePRId64 PRId64
49 #if !defined(PRId64)
50 #define PRId64 "I64d"
trace_event.cc 144 "'line_number':'%d', 'usec_begin': %" PRId64 "},\n",
  /external/libvpx/vpx_ports/
vpxtypes.h 80 # define VPX64 PRId64
83 # undef PRId64
84 # define PRId64 "lld"
85 # define VPX64 PRId64
88 # undef PRId64
89 # define PRId64 "I64d"
90 # define VPX64 PRId64
95 # undef PRId64
96 # define PRId64 "lld"
97 # define VPX64 PRId64
    [all...]
  /external/tcpdump/missing/
bittypes.h 87 #ifndef PRId64
89 #define PRId64 "I64d"
91 #define PRId64 "lld"
93 #endif /* PRId64 */
  /external/libvpx/vpx/
vpx_integer.h 30 #define PRId64 "I64d"
  /external/chromium/base/i18n/
number_formatting.cc 41 return UTF8ToUTF16(StringPrintf("%" PRId64, number));
  /external/chromium/net/http/
partial_data.cc 255 StringPrintf("%s: bytes %" PRId64 "-%" PRId64 "/%" PRId64,
269 headers->AddHeader(StringPrintf("%s: %" PRId64, kLengthHeader, range_len));
274 headers->AddHeader(StringPrintf("%s: %" PRId64, kLengthHeader,
  /external/elfutils/src/
size.c 456 fmtstr = "%-*s %*" PRId64 " %*" PRId64 "\n";
481 printf ("%-*s %*" PRId64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
509 fmtstr = "%" PRId64 "(%s)";
535 printf (" = %" PRId64 "\n", total);
580 printf ("%*" PRId64 " %*" PRId64 " %*" PRId64 " %*" PRId64 " %*"
651 : (radix == radix_decimal ? "%" PRId64 "(%c%c%c)
    [all...]
  /external/elfutils/libebl/
ebldynamictagname.c 89 snprintf (buf, len, gettext ("<unknown>: %" PRId64), tag);
eblcorenote.c 128 printf (" %s: %" PRId64 "\n", at, (int64_t) val);
  /external/tcpdump/
acconfig.h 110 #undef PRId64
config.h.in 110 #undef PRId64
  /external/elfutils/tests/
sectiondump.c 94 "size = %" PRId64 "\n"
98 "entsize = %" PRId64 "\n",
  /external/qemu/
qstring.c 92 snprintf(num, sizeof(num), "%" PRId64, value);
cpu-defs.h 53 #define TARGET_FMT_ld "%" PRId64
  /frameworks/base/cmds/installd/
installd.c 90 snprintf(reply, REPLY_MAX, "%" PRId64 " %" PRId64 " %" PRId64, codesize, datasize, cachesize);
  /bionic/libc/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /development/ndk/platforms/android-3/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /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 */
  /external/qemu/block/
raw-posix.c 221 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
234 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
250 DEBUG_BLOCK_PRINT("raw_pread(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
281 DEBUG_BLOCK_PRINT("raw_pwrite(%d:%s, %" PRId64 ", %p, %d) [%"
282 PRId64 "] lseek failed : %d = %s\n",
294 DEBUG_BLOCK_PRINT("raw_pwrite(%d:%s, %" PRId64 ", %p, %d) [%" PRId64
    [all...]

Completed in 1331 milliseconds

1 2