Searched defs:ALIGN_MASK (Results 1 – 8 of 8) sorted by relevance
17 #define ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) macro
17 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
31 static final int ALIGN_MASK = ALIGN_SIZE - 1; field in LZMACoder
192 #define ALIGN_MASK (ALIGN_SIZE - 1) macro
79 #define ALIGN_MASK (ALIGN_NUM - 1) macro
88 #define ALIGN_MASK (ALIGN_NUM-1) macro
94 #define ALIGN_MASK (ALIGN_NUM-1) macro
1167 #define ALIGN_MASK (ALIGN_SIZE - 1) macro