Home
last modified time | relevance | path

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

/third_party/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()
/third_party/node/test/parallel/
Dtest-repl-options.js78 historySize: 50 property
Dtest-repl-programmatic-history.js239 historySize: historySize property
Dtest-readline-promises-interface.js110 historySize, property
371 const [rli, fi] = getInterface({ terminal: true, historySize: 2 }); property
769 const [rli, fi] = getInterface({ terminal, historySize: 0 }); property
Dtest-readline-interface.js133 historySize, property
394 const [rli, fi] = getInterface({ terminal: true, historySize: 2 }); property
897 const [rli, fi] = getInterface({ terminal, historySize: 0 }); property
/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java79 public boolean Create(int historySize, int keepAddBufferBefore, in Create()
/third_party/lzma/C/
DLzFind.h44 UInt32 historySize; member
DLzFindMt.h55 UInt32 historySize; member
DLzFind.c280 static UInt32 GetBlockSize(CMatchFinder *p, UInt32 historySize) in GetBlockSize()
370 int MatchFinder_Create(CMatchFinder *p, UInt32 historySize, in MatchFinder_Create()
DLzFindMt.c848 SRes MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore, in MatchFinderMt_Create()
/third_party/typescript/src/tsserver/
DnodeServer.ts21 historySize?: number; property
/third_party/node/lib/
Drepl.js798 historySize: options.historySize, property