Lines Matching refs:unpackSize
862 unpackSize contains any value
872 unpackSize contains unpack size
880 unpackSize contains unpack size
902 The reference implementation of LZMA decoder uses "unpackSize" variable
904 "unpackSize" value after each decoded LITERAL or MATCH.
909 if (unpackSizeDefined && unpackSize == 0 && !markerIsMandatory)
997 if (unpackSizeDefined && unpackSize == 0)
1004 Then the decoder must update the "state" value and "unpackSize" value;
1007 unpackSize--;
1050 if (unpackSizeDefined && unpackSize == 0)
1072 if (unpackSizeDefined && unpackSize == 0)
1117 unpackSize--;
1143 if (unpackSizeDefined && unpackSize < len)
1145 len = (unsigned)unpackSize;
1149 unpackSize -= len;