HomeSort by relevance Sort by last modified time
    Searched refs:kLarge (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkTDynamicHash.h 165 static const int kLarge = 50; // Arbitrary, tweak to suit your patience.
172 if (fCount < kLarge * kLarge) {
188 if (fCount < kLarge) {
  /external/v8/src/heap/
spaces.h 793 enum FreeListCategoryType { kSmall, kMedium, kLarge, kHuge };
910 case kLarge:
927 case kLarge:
    [all...]
spaces.cc     [all...]

Completed in 62 milliseconds