Searched refs:ALIGN_SIZE (Results 1 – 4 of 4) sorted by relevance
191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro192 #define ALIGN_MASK (ALIGN_SIZE - 1)
202 uint16_t dist_align[ALIGN_SIZE];
233 #define ALIGN_SIZE (1 << ALIGN_BITS) macro234 #define ALIGN_MASK (ALIGN_SIZE - 1)
146 probability pos_align[ALIGN_SIZE];839 } while (offset < ALIGN_SIZE); in lzma_decode()