Searched defs:LZW_MASK (Results 1 – 3 of 3) sorted by relevance
47 #define LZW_MASK( n ) ( ( 1U << (n) ) - 1U ) macro