Home
last modified time | relevance | path

Searched refs:hashNumAvail (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c223 p->hashNumAvail = p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()
316 distances[1] = p->hashNumAvail; in BtGetMatches()
322 distances[1] = numProcessed + p->hashNumAvail; in BtGetMatches()
323 if (p->hashNumAvail >= p->numHashBytes) in BtGetMatches()
325 for (; p->hashNumAvail != 0; p->hashNumAvail--) in BtGetMatches()
334 if (lenLimit >= p->hashNumAvail) in BtGetMatches()
335 lenLimit = p->hashNumAvail; in BtGetMatches()
337 UInt32 size2 = p->hashNumAvail - lenLimit + 1; in BtGetMatches()
370 p->hashNumAvail -= pos - p->pos; in BtGetMatches()
DLzFindMt.h70 UInt32 hashNumAvail; member