Home
last modified time | relevance | path

Searched refs:ALIGN_MASK (Results 1 – 4 of 4) sorted by relevance

/external/xz-embedded/linux/lib/xz/
Dxz_lzma2.h192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMACoder.java31 static final int ALIGN_MASK = ALIGN_SIZE - 1; field in LZMACoder
DLZMAEncoder.java301 rc.encodeReverseBitTree(distAlign, distReduced & ALIGN_MASK); in encodeMatch()
420 + alignPrices[dist & ALIGN_MASK]; in getMatchAndLenPrice()
/external/toybox/toys/pending/
Dxzcat.c1167 #define ALIGN_MASK (ALIGN_SIZE - 1) macro