Lines Matching refs:LITERAL
228 - a LITERAL is a 8-bit character (one byte).
229 The decoder just puts that LITERAL to the uncompressed stream.
893 Decode Type of MATCH / LITERAL.
894 If it's LITERAL, decode LITERAL value and put the LITERAL to Window.
904 "unpackSize" value after each decoded LITERAL or MATCH.
929 The LZMA decoder uses binary model variables to select type of MATCH or LITERAL:
948 The "state" variable is updated after each LITERAL or MATCH with one of the
968 type of LITERAL or MATCH:
990 LITERAL symbol
992 If the value "0" was decoded with IsMatch[state2] decoding, we have "LITERAL" type.
1113 MATCH/LITERAL symbol (the begin of main loop):
1153 Then the decoder must go to the begin of main loop to decode next MATCH or LITERAL.