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

12 3 4 5 6 7 8

  /external/valgrind/main/none/tests/s390x/
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/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 61 #include "base/basictypes.h" // for PRId64, among other things
270 snprintf(buf, sizeof(buf), ("%"PRId64" MB allocated cumulatively, "
271 "%"PRId64" MB currently in use"),
277 snprintf(buf, sizeof(buf), ("%"PRId64" MB freed cumulatively, "
278 "%"PRId64" MB currently in use"),
284 snprintf(buf, sizeof(buf), "%"PRId64" MB currently in use",
  /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/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 36 #include <inttypes.h> // gets us PRId64, etc
45 #include <inttypes.h> // uint16_t might be here; PRId64 too.
97 #ifndef PRId64
98 #define PRId64 "lld"
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 36 #include <inttypes.h> // gets us PRId64, etc
45 #include <inttypes.h> // uint16_t might be here; PRId64 too.
97 #ifndef PRId64
98 #define PRId64 "lld"
  /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"
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 162 #ifndef PRId64
163 # define PRId64 "I64d"
DataTypes.h.in 160 #ifndef PRId64
161 # define PRId64 "I64d"
  /external/llvm/lib/MC/
MCInstPrinter.cpp 69 return format("%" PRId64, Value);
  /external/qemu/
qstring.c 93 snprintf(num, sizeof(num), "%" PRId64, value);
qemu-io.c 111 printf("%s %d/%d bytes at offset %" PRId64 "\n",
153 printf("length argument %" PRId64
442 printf("offset %" PRId64 " is not sector aligned\n",
474 PRId64 ", %d bytes\n",
577 printf("offset %" PRId64 " is not sector aligned\n",
599 PRId64 ", %zd bytes\n",
713 printf("offset %" PRId64 " is not sector aligned\n",
827 printf("offset %" PRId64 " is not sector aligned\n",
1063 PRId64 ", %zd bytes\n",
1165 printf("offset %" PRId64 " is not sector aligned\n"
    [all...]
  /external/chromium_org/net/tools/get_server_time/
get_server_time.cc 266 "Request started at %s (ticks = %" PRId64 ")\n",
277 "Request ended at %s (ticks = %" PRId64 ")\n",
286 "Request took %" PRId64 " ticks (%.2f ms)\n",
  /external/chromium/net/http/
partial_data.cc 397 base::StringPrintf("%s: bytes %" PRId64 "-%" PRId64 "/%" PRId64,
406 headers->AddHeader(base::StringPrintf("%s: %" PRId64, kLengthHeader,
412 headers->AddHeader(base::StringPrintf("%s: %" PRId64, kLengthHeader,
  /external/chromium_org/net/http/
partial_data.cc 408 base::StringPrintf("%s: bytes %" PRId64 "-%" PRId64 "/%" PRId64,
417 headers->AddHeader(base::StringPrintf("%s: %" PRId64, kLengthHeader,
423 headers->AddHeader(base::StringPrintf("%s: %" PRId64, kLengthHeader,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 61 #include "base/basictypes.h" // for PRId64, among other things
342 snprintf(buf, sizeof(buf), ("%" PRId64 " MB allocated cumulatively, "
343 "%" PRId64 " MB currently in use"),
349 snprintf(buf, sizeof(buf), ("%" PRId64 " MB freed cumulatively, "
350 "%" PRId64 " MB currently in use"),
356 snprintf(buf, sizeof(buf), "%" PRId64 " MB currently in use",
  /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 */
  /external/bison/darwin-lib/
inttypes.h 503 # if !defined PRId64 || 0
504 # undef PRId64
505 # define PRId64 _PRI64_PREFIX "d"
613 # define PRIdLEAST64 PRId64
642 # define PRIdFAST8 PRId64
690 # define PRIdFAST16 PRId64
738 # define PRIdFAST32 PRId64
786 # define PRIdFAST64 PRId64
815 # define PRIdMAX PRId64
    [all...]
  /external/bison/linux-lib/
inttypes.h 503 # if !defined PRId64 || 0
504 # undef PRId64
505 # define PRId64 _PRI64_PREFIX "d"
613 # define PRIdLEAST64 PRId64
642 # define PRIdFAST8 PRId64
690 # define PRIdFAST16 PRId64
738 # define PRIdFAST32 PRId64
786 # define PRIdFAST64 PRId64
815 # define PRIdMAX PRId64
    [all...]
  /external/chromium/base/debug/
trace_event.cc 81 "'line_number':'%d', 'usec_begin': %" PRId64 "},\n",
  /external/chromium/webkit/glue/media/
buffered_resource_loader_unittest.cc 119 PRId64, instance_size)));
144 "%" PRId64 "-%" PRId64 "/%" PRId64,
  /external/chromium_org/ash/wm/
user_activity_detector.cc 20 "type=%d name=%s flags=%d time=%" PRId64,

Completed in 2542 milliseconds

12 3 4 5 6 7 8