Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp735 static int GetGroupIndex(bool encrypted, int bcjFiltered) in GetGroupIndex() argument
736 { return (encrypted ? 2 : 0) + (bcjFiltered ? 1 : 0); } in GetGroupIndex()