Home
last modified time | relevance | path

Searched refs:dicPos (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c152 SizeT dicPos = p->dicPos; in LzmaDec_DecodeReal() local
177 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()
199 unsigned matchByte = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
227 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
253 dic[dicPos] = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
254 dicPos++; in LzmaDec_DecodeReal()
442 p->dicPos = dicPos; in LzmaDec_DecodeReal()
448 p->dicPos = dicPos; in LzmaDec_DecodeReal()
461 if ((rem = limit - dicPos) == 0) in LzmaDec_DecodeReal()
463 p->dicPos = dicPos; in LzmaDec_DecodeReal()
[all …]
DLzmaDec.h55 SizeT dicPos; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c154 SizeT dicPos = p->dicPos; in LzmaDec_DecodeReal() local
179 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()
201 unsigned matchByte = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
229 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
255 dic[dicPos] = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
256 dicPos++; in LzmaDec_DecodeReal()
444 p->dicPos = dicPos; in LzmaDec_DecodeReal()
450 p->dicPos = dicPos; in LzmaDec_DecodeReal()
463 if ((rem = limit - dicPos) == 0) in LzmaDec_DecodeReal()
465 p->dicPos = dicPos; in LzmaDec_DecodeReal()
[all …]
DLzmaDec.h55 SizeT dicPos; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c154 SizeT dicPos = p->dicPos; in LzmaDec_DecodeReal() local
179 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal()
201 unsigned matchByte = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
229 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
255 dic[dicPos] = dic[dicPos - rep0 + (dicPos < rep0 ? dicBufSize : 0)]; in LzmaDec_DecodeReal()
256 dicPos++; in LzmaDec_DecodeReal()
444 p->dicPos = dicPos; in LzmaDec_DecodeReal()
450 p->dicPos = dicPos; in LzmaDec_DecodeReal()
463 if ((rem = limit - dicPos) == 0) in LzmaDec_DecodeReal()
465 p->dicPos = dicPos; in LzmaDec_DecodeReal()
[all …]
DLzmaDec.h55 SizeT dicPos; member