Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c116 STATIC NODE mMatchPos; variable
339 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
372 LoopVar4 = (NODE) ((mMatchPos + 1) | WNDSIZ); in InsertNode()
416 mMatchPos = LoopVar4; in InsertNode()
419 mMatchPos = (NODE) (mPosition[LoopVar4] & ~PERC_FLAG); in InsertNode()
422 if (mMatchPos >= mPos) { in InsertNode()
423 mMatchPos -= WNDSIZ; in InsertNode()
427 TempString2 = &mText[mMatchPos + mMatchLen]; in InsertNode()
1266 LastMatchPos = mMatchPos; in Encode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiCompress.c262 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
632 MakeChild(New, mText[mMatchPos + mMatchLen], Old); in Split()
665 r = (INT16)((mMatchPos + 1) | WNDSIZ); in InsertNode()
705 mMatchPos = r; in InsertNode()
708 mMatchPos = (NODE)(mPosition[r] & ~PERC_FLAG); in InsertNode()
710 if (mMatchPos >= mPos) { in InsertNode()
711 mMatchPos -= WNDSIZ; in InsertNode()
714 t2 = &mText[mMatchPos + mMatchLen]; in InsertNode()
896 LastMatchPos = mMatchPos; in Encode()
DTianoCompress.c279 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
664 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
702 NodeR = (NODE) ((mMatchPos + 1) | WNDSIZ); in InsertNode()
746 mMatchPos = NodeR; in InsertNode()
749 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in InsertNode()
752 if (mMatchPos >= mPos) { in InsertNode()
753 mMatchPos -= WNDSIZ; in InsertNode()
757 t2 = &mText[mMatchPos + mMatchLen]; in InsertNode()
973 LastMatchPos = mMatchPos; in Encode()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiCompress.c252 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
629 MakeChild(New, mText[mMatchPos + mMatchLen], Old); in Split()
662 r = (INT16)((mMatchPos + 1) | WNDSIZ); in InsertNode()
702 mMatchPos = r; in InsertNode()
705 mMatchPos = (NODE)(mPosition[r] & ~PERC_FLAG); in InsertNode()
707 if (mMatchPos >= mPos) { in InsertNode()
708 mMatchPos -= WNDSIZ; in InsertNode()
711 t2 = &mText[mMatchPos + mMatchLen]; in InsertNode()
893 LastMatchPos = mMatchPos; in Encode()
DTianoCompress.c260 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
651 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
689 NodeR = (NODE) ((mMatchPos + 1) | WNDSIZ); in InsertNode()
733 mMatchPos = NodeR; in InsertNode()
736 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in InsertNode()
739 if (mMatchPos >= mPos) { in InsertNode()
740 mMatchPos -= WNDSIZ; in InsertNode()
744 t2 = &mText[mMatchPos + mMatchLen]; in InsertNode()
960 LastMatchPos = mMatchPos; in Encode()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c78 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
476 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split()
514 NodeR = (NODE) ((mMatchPos + 1) | WNDSIZ); in InsertNode()
558 mMatchPos = NodeR; in InsertNode()
561 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in InsertNode()
564 if (mMatchPos >= mPos) { in InsertNode()
565 mMatchPos -= WNDSIZ; in InsertNode()
569 t2 = &mText[mMatchPos + mMatchLen]; in InsertNode()
785 LastMatchPos = mMatchPos; in Encode()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch401 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL;
DShellR33.patch1500 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL;