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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c183 LZMA_LIT_SIZE = 768, enumerator in enum:__anon11171
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-WNDR4500v2-V1.0.0.60_1.0.38/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 159 milliseconds