Searched refs:LZW_BIT_MASK (Results 1 – 2 of 2) sorted by relevance
45 #define LZW_BIT_MASK 0x1F macro
283 state->max_bits = max_bits & LZW_BIT_MASK; in ft_lzwstate_io()