Home
last modified time | relevance | path

Searched refs:ALIGN_SIZE (Results 1 – 2 of 2) 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];