Searched refs:CacheSize (Results 1 - 9 of 9) sorted by relevance

/external/lzma/C/
H A DPpmd7Enc.c16 p->CacheSize = 1;
29 while (--p->CacheSize != 0);
32 p->CacheSize++;
H A DPpmd7.h129 UInt64 CacheSize; member in struct:__anon15398
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dfile_block_cache_test.cc396 EXPECT_EQ(cache.CacheSize(), 24);
412 } while (cache.CacheSize() == 24 && Env::Default()->NowSeconds() - start < 3);
415 EXPECT_EQ(cache.CacheSize(), 8);
424 } while (cache.CacheSize() == 8 && Env::Default()->NowSeconds() - start < 3);
426 EXPECT_EQ(cache.CacheSize(), 0);
H A Dfile_block_cache.h102 size_t CacheSize() const LOCKS_EXCLUDED(mu_);
H A Dfile_block_cache.cc219 size_t FileBlockCache::CacheSize() const { function in class:tensorflow::FileBlockCache
/external/swiftshader/src/D3D9/
H A DDirect3DQuery9.cpp224 vcache.CacheSize = 16;
/external/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp421 // - global cache array that contains CacheSize pointers (zero-initialized).
424 // CacheSize is encoded in the name of the run-time function.
429 const int CacheSize = 16;
431 Type *Ty = ArrayType::get(IntptrTy, CacheSize);
/external/mesa3d/include/D3D9/
H A Dd3d9types.h1581 DWORD CacheSize; member in struct:_D3DDEVINFO_VCACHE
/external/clang/lib/CodeGen/
H A DCGExpr.cpp653 const int CacheSize = 128; local
654 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize);
659 CacheSize-1));

Completed in 237 milliseconds