/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | EfiCompress.c | 242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable 295 mText = NULL; in EfiCompress() 410 mText = malloc (WNDSIZ * 2 + MAXMATCH); in AllocateMemory() 411 if (mText == NULL) { in AllocateMemory() 415 mText[i] = 0; in AllocateMemory() 455 if (mText) { in FreeMemory() 456 free (mText); in FreeMemory() 629 MakeChild(New, mText[mMatchPos + mMatchLen], Old); in Split() 630 MakeChild(New, mText[mPos + mMatchLen], mPos); in Split() 683 q = (INT16)(mText[mPos] + WNDSIZ); in InsertNode() [all …]
|
D | TianoCompress.c | 251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable 306 mText = NULL; in TianoCompress() 419 mText = malloc (WNDSIZ * 2 + MAXMATCH); in AllocateMemory() 420 if (mText == NULL) { in AllocateMemory() 424 mText[Index] = 0; in AllocateMemory() 470 if (mText != NULL) { in FreeMemory() 471 free (mText); in FreeMemory() 651 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split() 652 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split() 714 NodeQ = (NODE) (mText[mPos] + WNDSIZ); in InsertNode() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | EfiCompress.c | 252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable 305 mText = NULL; in EfiCompress() 420 mText = malloc (WNDSIZ * 2 + MAXMATCH); in AllocateMemory() 422 mText[i] = 0; in AllocateMemory() 458 if (mText) { in FreeMemory() 459 free (mText); in FreeMemory() 632 MakeChild(New, mText[mMatchPos + mMatchLen], Old); in Split() 633 MakeChild(New, mText[mPos + mMatchLen], mPos); in Split() 686 q = (INT16)(mText[mPos] + WNDSIZ); in InsertNode() 687 c = mText[mPos + 1]; in InsertNode() [all …]
|
D | TianoCompress.c | 270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable 326 mText = NULL; in TianoCompress() 439 mText = malloc (WNDSIZ * 2 + MAXMATCH); in AllocateMemory() 441 mText[Index] = 0; in AllocateMemory() 483 if (mText != NULL) { in FreeMemory() 484 free (mText); in FreeMemory() 664 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split() 665 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split() 727 NodeQ = (NODE) (mText[mPos] + WNDSIZ); in InsertNode() 728 CharC = mText[mPos + 1]; in InsertNode() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 83 STATIC UINT8 *mText; variable 191 mText = AllocateZeroPool (WNDSIZ * 2 + MAXMATCH); in AllocateMemory() 224 SHELL_FREE_NON_NULL (mText); in FreeMemory() 339 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split() 340 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split() 397 LoopVar6 = (NODE) (mText[mPos] + WNDSIZ); in InsertNode() 398 LoopVar5 = mText[mPos + 1]; in InsertNode() 426 TempString3 = &mText[mPos + mMatchLen]; in InsertNode() 427 TempString2 = &mText[mMatchPos + mMatchLen]; in InsertNode() 544 LoopVar11 = Child (LoopVar4, mText[LoopVar10 + mLevel[LoopVar4]]); in DeleteNode() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable 125 mText = NULL; in TianoCompress() 242 mText = malloc (WNDSIZ * 2 + MAXMATCH); in AllocateMemory() 243 if (mText == NULL) { in AllocateMemory() 248 mText[Index] = 0; in AllocateMemory() 295 if (mText != NULL) { in FreeMemory() 296 free (mText); in FreeMemory() 476 MakeChild (New, mText[mMatchPos + mMatchLen], Old); in Split() 477 MakeChild (New, mText[mPos + mMatchLen], mPos); in Split() 539 NodeQ = (NODE) (mText[mPos] + WNDSIZ); in InsertNode() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrFormPkg.h | 827 EFI_IFR_TEXT *mText; 830 CIfrText () : CIfrObj (EFI_IFR_TEXT_OP, (CHAR8 **)&mText), in CIfrText() 831 CIfrOpHeader (EFI_IFR_TEXT_OP, &mText->Header), in CIfrText() 832 CIfrStatementHeader (&mText->Statement) { in CIfrText() 833 mText->TextTwo = EFI_STRING_ID_INVALID; in CIfrText() 837 mText->TextTwo = StringId; in SetTextTwo()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrFormPkg.h | 1120 EFI_IFR_TEXT *mText; 1123 CIfrText () : CIfrObj (EFI_IFR_TEXT_OP, (CHAR8 **)&mText), in CIfrText() 1124 CIfrOpHeader (EFI_IFR_TEXT_OP, &mText->Header), in CIfrText() 1125 CIfrStatementHeader (&mText->Statement) { in CIfrText() 1126 mText->TextTwo = EFI_STRING_ID_INVALID; in CIfrText() 1130 mText->TextTwo = StringId; in SetTextTwo()
|