Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp198 UInt32 filterId, numCommands, commandsSize; in Parse_MACH() local
225 commandsSize = Get32(buf + 0x14, be); in Parse_MACH()
227 if (commandsSize > (1 << 24) || numCommands > (1 << 18)) in Parse_MACH()