Searched refs:wMask (Results 1 – 2 of 2) sorted by relevance
231 private final int wMask; field in LZ77Compressor269 wMask = wSize - 1; in LZ77Compressor()469 prev[pos & wMask] = hashHead; in insertString()482 final int prevHashHead = prev[currentPosition & wMask]; in longestMatchForNextPosition()555 matchHead = prev[matchHead & wMask]; in longestMatch()
1150 wchar_t wMask = wstrMask[iIndexMask]; in AFSpecial_KeystrokeEx() local1151 if (!IsReservedMaskChar(wMask)) in AFSpecial_KeystrokeEx()1152 wChange.SetAt(i, wMask); in AFSpecial_KeystrokeEx()1154 if (!MaskSatisfied(wChange[i], wMask)) { in AFSpecial_KeystrokeEx()