Searched refs:Literal (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/adm5120/image/lzma-loader/src/
H A DLzmaDecode.c114 #define Literal (RepLenCoder + kNumLenProbs) macro
116 #if Literal != LZMA_BASE_SIZE
210 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + vs->Properties.lp));
260 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + vs->Properties.lp));
290 prob = p + Literal + (LZMA_LIT_SIZE *
/netgear-R7800-V1.0.2.28/target/linux/adm8668/image/lzma-loader/src/
H A DLzmaDecode.c118 #define Literal (RepLenCoder + kNumLenProbs) macro
120 #if Literal != LZMA_BASE_SIZE
216 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + vs->Properties.lp));
266 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + vs->Properties.lp));
296 prob = p + Literal + (LZMA_LIT_SIZE *
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/image/lzma-loader/src/
H A DLzmaDecode.c114 #define Literal (RepLenCoder + kNumLenProbs) macro
116 #if Literal != LZMA_BASE_SIZE
210 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + vs->Properties.lp));
260 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + vs->Properties.lp));
290 prob = p + Literal + (LZMA_LIT_SIZE *
/netgear-R7800-V1.0.2.28/target/linux/brcm47xx/image/lzma-loader/src/
H A DLzmaDecode.c326 #define Literal (RepLenCoder + kNumLenProbs) macro
328 #if Literal != LZMA_BASE_SIZE
363 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + lp));
446 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + lp));
489 CProb *probs = p + Literal + (LZMA_LIT_SIZE *
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/image/lzma-loader/src/
H A DLzmaDecode.c326 #define Literal (RepLenCoder + kNumLenProbs) macro
328 #if Literal != LZMA_BASE_SIZE
363 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + lp));
446 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + lp));
489 CProb *probs = p + Literal + (LZMA_LIT_SIZE *
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A DLzmaDecode.c118 #define Literal (RepLenCoder + kNumLenProbs) macro
120 #if Literal != LZMA_BASE_SIZE
216 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + vs->Properties.lp));
266 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (lc + vs->Properties.lp));
296 prob = p + Literal + (LZMA_LIT_SIZE *

Completed in 90 milliseconds