Searched refs:LZ_MAX_CODE (Results 1 – 1 of 1) sorted by relevance
49 const int LZ_MAX_CODE = 4095; variable668 if (runningCode_ >= LZ_MAX_CODE) { in LZWEncode()711 if (runningCode_ >= maxCode_ && Code <= LZ_MAX_CODE) { in LZWWriteOut()