HomeSort by relevance Sort by last modified time
    Searched refs:LZMA_LIT_SIZE (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaDec.c 117 #define LZMA_LIT_SIZE 0x300
123 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
176 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
602 prob += ((UInt32)LZMA_LIT_SIZE *
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 119 #define LZMA_LIT_SIZE 0x300
125 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
178 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
604 prob += ((UInt32)LZMA_LIT_SIZE *
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzmaDec.c 119 #define LZMA_LIT_SIZE 0x300
125 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
178 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
604 prob += ((UInt32)LZMA_LIT_SIZE *
  /external/lzma/C/
LzmaDec.c 117 #define LZMA_LIT_SIZE 0x300
123 #define LzmaProps_GetNumProbs(p) (Literal + ((UInt32)LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
176 prob += ((UInt32)LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) +
602 prob += ((UInt32)LZMA_LIT_SIZE *

Completed in 514 milliseconds