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

1 2 3 4 5

  /external/chromium/base/
format_macros.h 13 // printf("xyz:%" PRId64, value);
29 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
42 #define WidePRId64 PRId64
52 #if !defined(PRId64)
53 #define PRId64 "I64d"
  /external/libvpx/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/chromium/chrome/browser/history/
history_unittest_base.cc 26 sql_time.push_back(StringPrintf("%" PRId64, now)); // last_visit_time
27 sql_time.push_back(StringPrintf("%" PRId64, now)); // visit_time
28 sql_time.push_back(StringPrintf("%" PRId64, now)); // time_slot
download_create_info.cc 67 " received_bytes = %" PRId64
68 " total_bytes = %" PRId64
  /external/tcpdump/missing/
bittypes.h 87 #ifndef PRId64
89 #define PRId64 "I64d"
91 #define PRId64 "lld"
93 #endif /* PRId64 */
  /external/libvpx/libvpx/vpx/
vpx_integer.h 49 #define PRId64 "I64d"
  /external/open-vcdiff/gflags/src/windows/
port.h 71 #define PRId64 "I64d"
  /frameworks/native/libs/utils/
StopWatch.cpp 23 /* for PRId64 */
46 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed));
50 ALOGD(" [%d: %" PRId64 ", %" PRId64, i, ns2us(soFar), ns2us(thisLap));
  /external/chromium/base/i18n/
number_formatting.cc 43 return UTF8ToUTF16(StringPrintf("%" PRId64, number));
  /external/llvm/lib/MC/
MCInstPrinter.cpp 60 return format("%" PRId64, Value);
  /external/valgrind/main/none/tests/s390x/
cu24.c 112 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
113 printf(" dst len: %"PRId64"\n", result.len1);
116 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src);
117 printf(" src len: %"PRId64"\n", result.len2);
cu24_1.c 112 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
113 printf(" dst len: %"PRId64"\n", result.len1);
116 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src);
117 printf(" src len: %"PRId64"\n", result.len2);
cu21.c 118 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
119 printf(" dst len: %"PRId64"\n", result.len1);
122 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src);
123 printf(" src len: %"PRId64"\n", result.len2);
cu21_1.c 118 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
119 printf(" dst len: %"PRId64"\n", result.len1);
122 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src);
123 printf(" src len: %"PRId64"\n", result.len2);
cu41.c 119 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
120 printf(" dst len: %"PRId64"\n", result.len1);
123 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src);
124 printf(" src len: %"PRId64"\n", result.len2);
cu42.c 109 printf(" dst address difference: %"PRId64, result.addr1 - (uint64_t)dst);
110 printf(" dst len: %"PRId64"\n", result.len1);
113 printf(" src address difference: %"PRId64, result.addr2 - (uint64_t)src);
114 printf(" src len: %"PRId64"\n", result.len2);
  /external/llvm/include/llvm/Support/
DataTypes.h 171 #ifndef PRId64
172 # define PRId64 "I64d"
DataTypes.h.cmake 161 #ifndef PRId64
162 # define PRId64 "I64d"
DataTypes.h.in 158 #ifndef PRId64
159 # define PRId64 "I64d"
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 346 "version: %"PRId64"d, "
347 "mtime: %" PRId64"d (client: %" PRId64"d), "
348 "ctime: %" PRId64"d (client: %" PRId64"d), "
349 "name: %s, sync_timestamp: %" PRId64"d, "
  /external/elfutils/src/
size.c 449 fmtstr = "%-*s %*" PRId64 " %*" PRId64 "\n";
476 printf ("%-*s %*" PRId64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
498 fmtstr = "%" PRId64 "(%s)";
528 printf (" = %" PRId64 "\n", total);
573 printf ("%*" PRId64 " %*" PRId64 " %*" PRId64 " %*" PRId64 " %*"
640 : (radix == radix_decimal ? "%" PRId64 "(%c%c%c)
    [all...]
  /external/tcpdump/
acconfig.h 110 #undef PRId64
  /external/bison/lib/
inttypes.in.h 191 # if !defined PRId64 || @PRI_MACROS_BROKEN@
192 # undef PRId64
193 # define PRId64 _PRI64_PREFIX "d"
301 # define PRIdLEAST64 PRId64
330 # define PRIdFAST8 PRId64
378 # define PRIdFAST16 PRId64
426 # define PRIdFAST32 PRId64
474 # define PRIdFAST64 PRId64
503 # define PRIdMAX PRId64
  /external/elfutils/tests/
sectiondump.c 106 "size = %" PRId64 "\n"
110 "entsize = %" PRId64 "\n",
  /external/qemu/android/utils/
system.h 18 #include <inttypes.h> /* for PRId64 et al. */
171 #ifndef PRId64
172 # define PRId64 "lld"

Completed in 309 milliseconds

1 2 3 4 5