Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c91 STATIC INT32 mMatchLen; variable
337 mLevel[New] = (UINT8) mMatchLen; in Split()
339 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
340 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split()
363 if (mMatchLen >= 4) { in InsertNode()
371 mMatchLen--; in InsertNode()
379 while (mLevel[LoopVar6] >= mMatchLen) { in InsertNode()
402 mMatchLen = 1; in InsertNode()
406 mMatchLen = 2; in InsertNode()
426 TempString3 = &mText[mPos + mMatchLen]; in InsertNode()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiCompress.c254 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
630 mLevel[New] = (UINT8)mMatchLen; in Split()
632 MakeChild(New, mText[mMatchPos + mMatchLen], Old); in Split()
633 MakeChild(New, mText[mPos + mMatchLen], mPos); in Split()
654 if (mMatchLen >= 4) { in InsertNode()
664 mMatchLen--; in InsertNode()
669 while (mLevel[q] >= mMatchLen) { in InsertNode()
690 mMatchLen = 1; in InsertNode()
693 mMatchLen = 2; in InsertNode()
713 t1 = &mText[mPos + mMatchLen]; in InsertNode()
[all …]
DTianoCompress.c272 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
662 mLevel[New] = (UINT8) mMatchLen; in Split()
664 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
665 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split()
693 if (mMatchLen >= 4) { in InsertNode()
701 mMatchLen--; in InsertNode()
709 while (mLevel[NodeQ] >= mMatchLen) { in InsertNode()
732 mMatchLen = 1; in InsertNode()
736 mMatchLen = 2; in InsertNode()
756 t1 = &mText[mPos + mMatchLen]; in InsertNode()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiCompress.c244 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
627 mLevel[New] = (UINT8)mMatchLen; in Split()
629 MakeChild(New, mText[mMatchPos + mMatchLen], Old); in Split()
630 MakeChild(New, mText[mPos + mMatchLen], mPos); in Split()
651 if (mMatchLen >= 4) { in InsertNode()
661 mMatchLen--; in InsertNode()
666 while (mLevel[q] >= mMatchLen) { in InsertNode()
687 mMatchLen = 1; in InsertNode()
690 mMatchLen = 2; in InsertNode()
710 t1 = &mText[mPos + mMatchLen]; in InsertNode()
[all …]
DTianoCompress.c253 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
649 mLevel[New] = (UINT8) mMatchLen; in Split()
651 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
652 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split()
680 if (mMatchLen >= 4) { in InsertNode()
688 mMatchLen--; in InsertNode()
696 while (mLevel[NodeQ] >= mMatchLen) { in InsertNode()
719 mMatchLen = 1; in InsertNode()
723 mMatchLen = 2; in InsertNode()
743 t1 = &mText[mPos + mMatchLen]; in InsertNode()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c71 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable
474 mLevel[New] = (UINT8) mMatchLen; in Split()
476 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
477 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split()
505 if (mMatchLen >= 4) { in InsertNode()
513 mMatchLen--; in InsertNode()
521 while (mLevel[NodeQ] >= mMatchLen) { in InsertNode()
544 mMatchLen = 1; in InsertNode()
548 mMatchLen = 2; in InsertNode()
568 t1 = &mText[mPos + mMatchLen]; in InsertNode()
[all …]