Searched refs:ALIGN_MASK (Results 1 – 5 of 5) sorted by relevance
22 #define ALIGN_MASK (32 - 1) macro432 + cache_size + alpha_size + ALIGN_MASK; in AllocateMemory()473 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK); in AllocateMemory()474 assert((yuv_size & ALIGN_MASK) == 0); in AllocateMemory()
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()
1173 #define ALIGN_MASK (ALIGN_SIZE - 1) macro