Home
last modified time | relevance | path

Searched refs:CacheSize (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
DPpmd7Enc.c16 p->CacheSize = 1; in Ppmd7z_RangeEnc_Init()
29 while(--p->CacheSize != 0); in RangeEnc_ShiftLow()
32 p->CacheSize++; in RangeEnc_ShiftLow()
DPpmd7.h129 UInt64 CacheSize; member
/external/opencv3/samples/winrt_universal/PhoneTutorial/
DApp.xaml.cpp64 rootFrame->CacheSize = 1;
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
DApp.xaml.cpp90 rootFrame->CacheSize = 1;
/external/clang/lib/CodeGen/
DCGExpr.cpp628 const int CacheSize = 128; in EmitTypeCheck() local
629 llvm::Type *HashTable = llvm::ArrayType::get(IntPtrTy, CacheSize); in EmitTypeCheck()
634 CacheSize-1)); in EmitTypeCheck()