Searched refs:reps (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 286 UInt32 reps[LZMA_NUM_REPS]; member 322 UInt32 reps[LZMA_NUM_REPS]; member 395 memcpy(dest->reps, p->reps, sizeof(p->reps)); in LzmaEnc_SaveState() 421 memcpy(dest->reps, p->reps, sizeof(p->reps)); in LzmaEnc_RestoreState() 967 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; in GetOptimum() local 1004 reps[i] = p->reps[i]; in GetOptimum() 1005 data2 = data - (reps[i] + 1); in GetOptimum() 1033 matchByte = *(data - (reps[0] + 1)); in GetOptimum() 1077 p->opt[0].backs[i] = reps[i]; in GetOptimum() 1228 reps[0] = prevOpt->backs[pos]; in GetOptimum() [all …]
|
D | LzmaDec.c | 142 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() 427 p->reps[0] = rep0; in LzmaDec_DecodeReal() 428 p->reps[1] = rep1; in LzmaDec_DecodeReal() 429 p->reps[2] = rep2; in LzmaDec_DecodeReal() 430 p->reps[3] = rep3; in LzmaDec_DecodeReal() 444 UInt32 rep0 = p->reps[0]; in LzmaDec_WriteRem() 530 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy() 531 ((p->dicPos < p->reps[0]) ? p->dicBufSize : 0)]; in LzmaDec_TryDummy() 722 p->reps[0] = p->reps[1] = p->reps[2] = p->reps[3] = 1; in LzmaDec_InitStateReal()
|
D | LzmaDec.h | 58 UInt32 reps[4]; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.c | 161 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() 446 p->reps[0] = rep0; in LzmaDec_DecodeReal() 447 p->reps[1] = rep1; in LzmaDec_DecodeReal() 448 p->reps[2] = rep2; in LzmaDec_DecodeReal() 449 p->reps[3] = rep3; in LzmaDec_DecodeReal() 463 UInt32 rep0 = p->reps[0]; in LzmaDec_WriteRem() 549 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy() 550 ((p->dicPos < p->reps[0]) ? p->dicBufSize : 0)]; in LzmaDec_TryDummy() 740 p->reps[0] = p->reps[1] = p->reps[2] = p->reps[3] = 1; in LzmaDec_InitStateReal()
|
D | LzmaDec.h | 58 UInt32 reps[4]; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzmaDec.c | 161 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() 446 p->reps[0] = rep0; in LzmaDec_DecodeReal() 447 p->reps[1] = rep1; in LzmaDec_DecodeReal() 448 p->reps[2] = rep2; in LzmaDec_DecodeReal() 449 p->reps[3] = rep3; in LzmaDec_DecodeReal() 463 UInt32 rep0 = p->reps[0]; in LzmaDec_WriteRem() 549 unsigned matchByte = p->dic[p->dicPos - p->reps[0] + in LzmaDec_TryDummy() 550 ((p->dicPos < p->reps[0]) ? p->dicBufSize : 0)]; in LzmaDec_TryDummy() 740 p->reps[0] = p->reps[1] = p->reps[2] = p->reps[3] = 1; in LzmaDec_InitStateReal()
|
D | LzmaDec.h | 58 UInt32 reps[4]; member
|