Searched refs:LZW_FIRST (Results 1 – 6 of 6) sorted by relevance
43 #define LZW_FIRST 257 macro
291 state->free_ent = ( state->block_mode ? LZW_FIRST in ft_lzwstate_io()331 state->free_ent = ( LZW_FIRST - 1 ) - 256; in ft_lzwstate_io()
296 state->free_ent = ( state->block_mode ? LZW_FIRST in ft_lzwstate_io()336 state->free_ent = ( LZW_FIRST - 1 ) - 256; in ft_lzwstate_io()