Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c497 p->btNumAvailBytes = 0; in MatchFinderMt_Init()
534 p->btNumAvailBytes = p->btBuf[p->btBufPos++]; in MatchFinderMt_GetNextBlock_Bt()
549 return p->btNumAvailBytes; in MatchFinderMt_GetNumAvailableBytes()
672 p->btNumAvailBytes--; in MatchFinderMt2_GetMatches()
693 if (p->btNumAvailBytes-- >= 4) in MatchFinderMt_GetMatches()
700 p->btNumAvailBytes--; in MatchFinderMt_GetMatches()
715 #define SKIP_HEADER(n) SKIP_HEADER2 if (p->btNumAvailBytes-- >= (n)) { const Byte *cur = p->pointer…
720 SKIP_HEADER2 { p->btNumAvailBytes--;
DLzFindMt.h53 UInt32 btNumAvailBytes; member