Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Deficompress.c883 INT32 LastMatchLen; in Encode() local
905 LastMatchLen = mMatchLen; in Encode()
912 if (mMatchLen > LastMatchLen || LastMatchLen < THRESHOLD) { in Encode()
926 Output(LastMatchLen + (UINT8_MAX + 1 - THRESHOLD), in Encode()
928 while (--LastMatchLen > 0) { in Encode()