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

  /external/chromium_org/cc/output/
shader_unittest.cc 25 gfx::Size smallSize(512, 512);
33 &stub_gl, &threshold_cache, threshold_min, smallSize));
43 &stub_gl, &threshold_cache, threshold_min, smallSize));
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 65 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) :
66 SmallArray(SmallStorage), CurArray(SmallStorage), CurArraySize(SmallSize) {
67 assert(SmallSize && (SmallSize & (SmallSize-1)) == 0 &&
232 /// SmallSize or less elements. This internally rounds up SmallSize to the next
235 template<class PtrType, unsigned SmallSize>
237 // Make sure that SmallSize is a power of two, round up if not.
238 enum { SmallSizePowTwo = RoundUpToPowerOfTwo<SmallSize>::Val }
    [all...]
SmallBitVector.h 273 size_t SmallSize = getSmallSize();
274 BitVector *BV = new BitVector(SmallSize);
275 for (size_t i = 0; i < SmallSize; ++i)
  /external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h 23 template <class PtrType, unsigned SmallSize> class SmallPtrSet;
  /external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h 26 template<class PtrType, unsigned SmallSize>
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 534 size_t smallSize = WTF::kSystemPageSize / 4;
535 bucketIdx = (smallSize + kExtraAllocSize) >> WTF::kBucketShift;
539 ptr = partitionAlloc(allocator.root(), smallSize);
543 totalSlots = page->bucket->pageSize / (smallSize + kExtraAllocSize);
544 firstPageSlots = WTF::kSystemPageSize / (smallSize + kExtraAllocSize);
  /external/libvorbis/lib/
envelope.c 357 int smallsize=e->current/e->searchstep+VE_POST; /* adjust for placing marks local
361 memmove(e->mark,e->mark+smallshift,(smallsize-smallshift)*sizeof(*e->mark));
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 303 milliseconds