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

/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dlzma_decode.S22 #define LZMA_LIT_SIZE 768 define
269 movl $(Literal + (LZMA_LIT_SIZE << (FIXED_LC + FIXED_LP))), %ecx
271 movl $LZMA_LIT_SIZE, %eax
377 movl $LZMA_LIT_SIZE, %edx
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c131 #define LZMA_LIT_SIZE 768 macro
133 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
201 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
547 prob += (LZMA_LIT_SIZE *
745 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));

Completed in 281 milliseconds