Home
last modified time | relevance | path

Searched refs:kMaxMapSize (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DShaderCache.h60 if (mMap.size() >= kMaxMapSize) in create()
86 const static size_t kMaxMapSize = 100;
/external/cronet/net/disk_cache/blockfile/
Dsparse_control.cc40 const int kMaxMapSize = 8 * 1024; variable
47 const int64_t kMaxEndOffset = 8ll * kMaxMapSize * kMaxEntrySize;
373 if (map_len > kMaxMapSize || map_len % 4) in DeleteChildren()
441 if (map_len > kMaxMapSize || map_len % 4) in OpenSparseEntry()