Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/unxz/
Dxz_lzma2.h191 #define ALIGN_SIZE (1 << ALIGN_BITS) macro
192 #define ALIGN_MASK (ALIGN_SIZE - 1)
Dxz_dec_lzma2.c202 uint16_t dist_align[ALIGN_SIZE];