Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp41 const UInt32 kMinBufSize = 4; in Alloc() local
42 if (size < kMinBufSize) in Alloc()
43 size = kMinBufSize; in Alloc()