Searched refs:kLarge (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkTDynamicHash.h165 static const int kLarge = 50; // Arbitrary, tweak to suit your patience. local
172 if (fCount < kLarge * kLarge) {
188 if (fCount < kLarge) {
/external/skqp/src/core/
H A DSkTDynamicHash.h165 static const int kLarge = 50; // Arbitrary, tweak to suit your patience. local
172 if (fCount < kLarge * kLarge) {
188 if (fCount < kLarge) {
/external/v8/src/heap/
H A Dspaces.h123 kLarge, enumerator in enum:v8::internal::FreeListCategoryType
1827 return kLarge;
1840 return kLarge;

Completed in 753 milliseconds