Searched refs:ALIGN_MASK (Results 1 – 4 of 4) sorted by relevance
192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
31 static final int ALIGN_MASK = ALIGN_SIZE - 1; field in LZMACoder
301 rc.encodeReverseBitTree(distAlign, distReduced & ALIGN_MASK); in encodeMatch()420 + alignPrices[dist & ALIGN_MASK]; in getMatchAndLenPrice()
1167 #define ALIGN_MASK (ALIGN_SIZE - 1) macro