Searched refs:lzLength (Results 1 – 1 of 1) sorted by relevance
878 u16 lzLength = (u16)( (length & 0xFF) + 3 ); in CXReadUncompLH() local938 if ( context->destCount < lzLength ) in CXReadUncompLH()945 lzLength = (u16)context->destCount; in CXReadUncompLH()948 context->destCount -= lzLength; in CXReadUncompLH()949 while ( lzLength-- ) in CXReadUncompLH()