Searched refs:LZW_CLEAR (Results 1 – 3 of 3) sorted by relevance
42 #define LZW_CLEAR 256 macro
292 : LZW_CLEAR ) - 256; in ft_lzwstate_io()328 if ( code == LZW_CLEAR && state->block_mode ) in ft_lzwstate_io()
3271 Slightly improve LZW_CLEAR handling.3274 Ensure that subsequent (modulo garbage byte(s)) LZW_CLEAR codes are3277 ones if the code following LZW_CLEAR is invalid.