Home
last modified time | relevance | path

Searched refs:streamPos (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.h18 UInt32 streamPos; member
54 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
58 && (p)->streamPos == (p)->pos \
DLzFind.c51 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
57 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
69 UInt32 curSize = 0xFFFFFFFF - (p->streamPos - p->pos); in MatchFinder_ReadBlock()
73 p->streamPos += curSize; in MatchFinder_ReadBlock()
81 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()
94 p->streamPos += (UInt32)size; in MatchFinder_ReadBlock()
95 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()
104 (size_t)(p->streamPos - p->pos) + p->keepSizeBefore); in MatchFinder_MoveBlock()
120 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()
275 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.h18 UInt32 streamPos; member
54 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
58 && (p)->streamPos == (p)->pos \
DLzFind.c49 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
55 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
67 UInt32 curSize = 0xFFFFFFFF - (p->streamPos - p->pos); in MatchFinder_ReadBlock()
71 p->streamPos += curSize; in MatchFinder_ReadBlock()
79 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()
92 p->streamPos += (UInt32)size; in MatchFinder_ReadBlock()
93 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()
102 (size_t)(p->streamPos - p->pos) + p->keepSizeBefore); in MatchFinder_MoveBlock()
118 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()
273 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
[all …]
DLzFindMt.c199 UInt32 num = mf->streamPos - mf->pos; in HashThreadFunc()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.h18 UInt32 streamPos; member
54 #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos)
58 && (p)->streamPos == (p)->pos \
DLzFind.c51 UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } in MatchFinder_GetNumAvailableBytes()
57 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()
69 UInt32 curSize = 0xFFFFFFFF - (p->streamPos - p->pos); in MatchFinder_ReadBlock()
73 p->streamPos += curSize; in MatchFinder_ReadBlock()
81 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock()
94 p->streamPos += (UInt32)size; in MatchFinder_ReadBlock()
95 if (p->streamPos - p->pos > p->keepSizeAfter) in MatchFinder_ReadBlock()
104 (size_t)(p->streamPos - p->pos) + p->keepSizeBefore); in MatchFinder_MoveBlock()
120 if (p->keepSizeAfter >= p->streamPos - p->pos) in MatchFinder_ReadIfRequired()
275 limit2 = p->streamPos - p->pos; in MatchFinder_SetLimits()
[all …]