Home
last modified time | relevance | path

Searched refs:ALIGN_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
192 #define ALIGN_MASK (ALIGN_SIZE - 1)
H A Dxz_dec_lzma2.c202 uint16_t dist_align[ALIGN_SIZE];
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c146 probability pos_align[ALIGN_SIZE];
839 } while (offset < ALIGN_SIZE); in lzma_decode()