Searched refs:ALIGN_MASK (Results 1 – 9 of 9) sorted by relevance
16 #define ALIGN(x, a) ALIGN_MASK((x), (a) - 1)17 #define ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) macro
17 #define ALIGN_MASK (ALIGN_SIZE - 1) macro38 for (; (len > 0) && ((intptr_t)buf & ALIGN_MASK); len--, buf++) { in av1_get_crc32c_value_sse4_2()
94 #define ALIGN_MASK (ALIGN_NUM-1) macro150 test_arr[i].dst &= ~dst_align_arr[rand32 (0) & ALIGN_MASK]; in init_copies()152 test_arr[i].src &= ~src_align_arr[rand32 (0) & ALIGN_MASK]; in init_copies()
79 #define ALIGN_MASK (ALIGN_NUM - 1) macro122 int align = strlen_align_arr[rand32 (0) & ALIGN_MASK]; in init_strlen_tests()
88 #define ALIGN_MASK (ALIGN_NUM-1) macro122 test_arr[i].offset &= ~align_arr[rand32 (0) & ALIGN_MASK]; in init_memset()
192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
31 static final int ALIGN_MASK = ALIGN_SIZE - 1; field in LZMACoder
339 rc.encodeReverseBitTree(distAlign, distReduced & ALIGN_MASK); in encodeMatch()459 + alignPrices[dist & ALIGN_MASK]; in getMatchAndLenPrice()
1167 #define ALIGN_MASK (ALIGN_SIZE - 1) macro