HomeSort by relevance Sort by last modified time
    Searched full:tosize (Results 1 - 18 of 18) sorted by null

  /frameworks/base/libs/hwui/utils/
LinearAllocator.cpp 244 static const char* toSize(size_t value, float& result) {
260 prettySuffix = toSize(mTotalAllocated, prettySize);
262 prettySuffix = toSize(mWastedSpace, prettySize);
  /external/v8/src/compiler/
basic-block-instrumentor.cc 79 data->SetBlockId(block_number, block->id().ToSize());
schedule.cc 124 return os << id.ToSize();
154 DCHECK(block_id.ToSize() < all_blocks_.size());
155 return all_blocks_[block_id.ToSize()];
scheduler.cc     [all...]
verifier.cc     [all...]
code-generator.h 61 Label* GetLabel(RpoNumber rpo) { return &labels_[rpo.ToSize()]; }
instruction.h     [all...]
schedule.h 48 size_t ToSize() const { return index_; }
instruction.cc 635 DCHECK(GetRpo(*it).ToSize() == rpo_number);
    [all...]
register-allocator.cc     [all...]
  /toolchain/binutils/binutils-2.25/gold/
resolve.cc 308 typename Sized_symbol<size>::Size_type tosize = 0; local
313 tosize = to->symsize();
319 if (tosize > to->symsize())
320 to->set_symsize(tosize);
371 typename Sized_symbol<size>::Size_type tosize = to->symsize(); local
381 if (tosize > to->symsize())
382 to->set_symsize(tosize);
397 if (sym.get_st_size() > tosize)
415 if (tosize > sym.get_st_size())
420 else if (tosize < sym.get_st_size()
    [all...]
  /external/v8/test/cctest/compiler/
test-instruction.cc 98 return schedule.rpo_order()->at(block->rpo_number().ToSize());
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 587 int32_t toSize = ures_getSize(fromArray);
591 if (fromSize > toSize) {
592 fromSize = toSize;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
HashMap.java 274 private void inflateTable(int toSize) {
275 // Find a power of 2 >= toSize
276 int capacity = roundUpToPowerOf2(toSize);
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/opencv3/modules/highgui/src/
window_QT.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1335 milliseconds