HomeSort by relevance Sort by last modified time
    Searched refs:PRIu64 (Results 151 - 175 of 341) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/skia/ext/
image_operations_bench.cc 250 printf("%" PRIu64 " MB/s,\telapsed = %" PRIu64 " source=%d dest=%d\n",
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
internal.h 152 #define BN_DEC_FMT1 "%" PRIu64
153 #define BN_DEC_FMT2 "%019" PRIu64
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-diff.c 262 "(%" PRIu64 " * 100 / %" PRIu64 ") - "
263 "(%" PRIu64 " * 100 / %" PRIu64 ")",
284 "(%" PRIu64 " * " "%" PRId64 ") - (%" PRIu64 " * " "%" PRId64 ")",
775 scnprintf(buf, size, "%" PRIu64, he->stat.period);
835 scnprintf(buf, size, "%" PRIu64, pair->stat.period);
builtin-mem.c 84 fmt = "%d%s%d%s0x%"PRIx64"%s0x%"PRIx64"%s%"PRIu64
88 "%s%5"PRIu64"%s0x%06"PRIx64"%s%s:%s\n";
  /external/lldb/source/Interpreter/
OptionValueArray.cpp 129 error.SetErrorStringWithFormat("index %i out of range, valid values are 0 through %" PRIu64, idx, (uint64_t)(array_count - 1));
131 error.SetErrorStringWithFormat("negative index %i out of range, valid values are -1 through -%" PRIu64, idx, (uint64_t)array_count);
  /external/lldb/source/Plugins/Process/Utility/
StopInfoMachException.cpp 235 strm.Printf("EXC_??? (%" PRIu64 ")", m_value);
242 strm.Printf(" (%s=%" PRIu64, code_label, m_exc_code);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugPubnames.cpp 35 "DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")",
39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize());
DWARFLocationDescription.cpp 74 s.Printf("%" PRIu64 " %" PRIi64, uint, sint);
  /external/qemu/distrib/ext4_utils/src/
ext2simg.c 90 printf(" Size: %"PRIu64"\n", info.len);
96 printf(" Blocks: %"PRIu64"\n", aux_info.len_blocks);
  /external/strace/
resource.c 47 sprintf(buf, "%" PRIu64 "*1024", lim / 1024);
49 sprintf(buf, "%" PRIu64, lim);
  /external/tcpdump/
config.h.in 260 #undef PRIu64
262 /* define if the platform doesn't define PRIu64 */
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 218 BQ_LOGV("stillTracking: item { slot=%d/%" PRIu64 " buffer=%p } "
219 "slot { slot=%d/%" PRIu64 " buffer=%p }",
ConsumerBase.cpp 196 CB_LOGV("acquireBufferLocked: -> slot=%d/%" PRIu64,
247 CB_LOGV("releaseBufferLocked: slot=%d/%" PRIu64,
  /external/lldb/source/Commands/
CommandObjectThread.cpp 552 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
730 result.AppendMessageWithFormat ("in process %" PRIu64 "\n", process->GetID());
748 result.AppendMessageWithFormat ("Resuming thread 0x%4.4" PRIx64 " in process %" PRIu64 "\n", thread->GetID(), process->GetID());
761 result.AppendMessageWithFormat ("Process %" PRIu64 " resuming\n", process->GetID());
767 result.AppendMessageWithFormat ("Process %" PRIu64 " %s\n", process->GetID(), StateAsCString (state));
    [all...]
  /external/lldb/source/DataFormatters/
Cocoa.cpp 286 stream.Printf("%" PRIu64 " index%s",
345 stream.Printf("unexpected value:(info=%" PRIu64 ", value=%" PRIu64,i_bits,value);
NSSet.cpp 104 stream.Printf("%s%" PRIu64 " %s%s",
291 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
434 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
  /external/lldb/source/Target/
Process.cpp 237 s.Printf (" pid = %" PRIu64 "\n", m_pid);
240 s.Printf (" parent = %" PRIu64 "\n", m_parent_pid);
327 s.Printf ("%-6" PRIu64 " %-6" PRIu64 " ", m_pid, m_parent_pid);
    [all...]
  /bionic/libc/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /development/ndk/platforms/android-L/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token_unittest.cc 26 std::string issue_time_str = base::StringPrintf("%" PRIu64, issue_time);
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 140 #define PRIu64 __PRI64_PREFIX "u"
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
mmap-basic.c 120 pr_debug("event with id %" PRIu64
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
top.c 75 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ",
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
AuxVector.cpp 127 log->Printf(" %s [%" PRIu64 "]: %" PRIx64, GetEntryName(*I), I->type, I->value);
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 674 log->Printf ("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64 ")",
679 log->Printf("ProcessPOSIX::EnableWatchpoint(watchID = %" PRIu64
741 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64 ")",
746 log->Printf("ProcessPOSIX::DisableWatchpoint(watchID = %" PRIu64

Completed in 448 milliseconds

1 2 3 4 5 67 8 91011>>