Home
last modified time | relevance | path

Searched defs:historySize (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
DIMatchFinder.cs19 void Create(UInt32 historySize, UInt32 keepAddBufferBefore, in Create()
DLzBinTree.cs79 public void Create(UInt32 historySize, UInt32 keepAddBufferBefore, in Create()
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java79 public boolean Create(int historySize, int keepAddBufferBefore, in Create()
/external/lzma/C/
DLzFind.h45 UInt32 historySize; member
DLzFindMt.h61 UInt32 historySize; member
DLzFindMt.c465 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore, in MatchFinderMt_Create()
DLzFind.c171 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, in MatchFinder_Create()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.h46 UInt32 historySize; member
DLzFind.c172 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, in MatchFinder_Create()
/external/chromium_org/third_party/lzma_sdk/
DLzFind.h45 UInt32 historySize; member
DLzFind.c171 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, in MatchFinder_Create()
/external/chromium_org/ui/events/gesture_detection/
Dvelocity_tracker.cc325 size_t historySize = event.GetHistorySize(); in AddMovement() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js394 historySize: function() { }, method in CodeMirror