Home
last modified time | relevance | path

Searched refs:probLit (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c53 probLit = prob + offs + bit + symbol; \
54 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
207 CLzmaProb *probLit; in LzmaDec_DecodeReal() local
214 CLzmaProb *probLit; in LzmaDec_DecodeReal() local
620 const CLzmaProb *probLit; in LzmaDec_TryDummy() local
623 probLit = prob + offs + bit + symbol; in LzmaDec_TryDummy()
624 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_TryDummy()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c55 probLit = prob + offs + bit + symbol; \
56 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
209 CLzmaProb *probLit; in LzmaDec_DecodeReal() local
216 CLzmaProb *probLit; in LzmaDec_DecodeReal() local
622 const CLzmaProb *probLit; in LzmaDec_TryDummy() local
625 probLit = prob + offs + bit + symbol; in LzmaDec_TryDummy()
626 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_TryDummy()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c55 probLit = prob + offs + bit + symbol; \
56 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
209 CLzmaProb *probLit; in LzmaDec_DecodeReal() local
216 CLzmaProb *probLit; in LzmaDec_DecodeReal() local
622 const CLzmaProb *probLit; in LzmaDec_TryDummy() local
625 probLit = prob + offs + bit + symbol; in LzmaDec_TryDummy()
626 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_TryDummy()