Searched refs:LZMA_NUM_ALIGN_BITS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c210 LZMA_NUM_ALIGN_BITS = 4, enumerator in enum:__anon19715
226 LZMA_LEN_CODER = (LZMA_ALIGN + (1 << LZMA_NUM_ALIGN_BITS)),
450 num_bits -= LZMA_NUM_ALIGN_BITS;
454 rep0 <<= LZMA_NUM_ALIGN_BITS; local
455 num_bits = LZMA_NUM_ALIGN_BITS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_unlzma.c262 #define LZMA_NUM_ALIGN_BITS 4 macro
278 #define LZMA_LEN_CODER (LZMA_ALIGN + (1 << LZMA_NUM_ALIGN_BITS))
506 num_bits -= LZMA_NUM_ALIGN_BITS;
511 cst->rep0 <<= LZMA_NUM_ALIGN_BITS;
512 num_bits = LZMA_NUM_ALIGN_BITS;

Completed in 112 milliseconds