Searched refs:LZMA_LIT_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c183 LZMA_LIT_SIZE = 768, enumerator in enum:__anon19715
274 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp));
276 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp));
290 prob = (p + LZMA_LITERAL + (LZMA_LIT_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_unlzma.c235 #define LZMA_LIT_SIZE 768 macro
354 (LZMA_LIT_SIZE
616 num_probs = LZMA_BASE_SIZE + (LZMA_LIT_SIZE << (lc + lp));
620 num_probs = LZMA_LITERAL + (LZMA_LIT_SIZE << (lc + lp));
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaDec.c109 #define LZMA_LIT_SIZE 768 macro
111 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
174 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
520 prob += (LZMA_LIT_SIZE *
718 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));

Completed in 110 milliseconds