Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DTianoCompress.c251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
308 mChildCount = NULL; in TianoCompress()
428 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount)); in AllocateMemory()
433 if (mLevel == NULL || mChildCount == NULL || mPosition == NULL || in AllocateMemory()
478 if (mChildCount != NULL) { in FreeMemory()
479 free (mChildCount); in FreeMemory()
614 mChildCount[Parent]++; in MakeChild()
641 mChildCount[New] = 0; in Split()
825 mChildCount[NodeR]--; in DeleteNode()
826 if (mChildCount[NodeR] > 1) { in DeleteNode()
DEfiCompress.c242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
297 mChildCount = NULL; in EfiCompress()
419 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount)); in AllocateMemory()
424 if (mLevel == NULL || mChildCount == NULL || mPosition == NULL || in AllocateMemory()
463 if (mChildCount) { in FreeMemory()
464 free (mChildCount); in FreeMemory()
593 mChildCount[q]++; in MakeChild()
619 mChildCount[New] = 0; in Split()
776 if (r >= WNDSIZ || --mChildCount[r] > 1) { in DeleteNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DTianoCompress.c270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
328 mChildCount = NULL; in TianoCompress()
445 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount)); in AllocateMemory()
491 if (mChildCount != NULL) { in FreeMemory()
492 free (mChildCount); in FreeMemory()
627 mChildCount[Parent]++; in MakeChild()
654 mChildCount[New] = 0; in Split()
838 mChildCount[NodeR]--; in DeleteNode()
839 if (mChildCount[NodeR] > 1) { in DeleteNode()
DEfiCompress.c252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
307 mChildCount = NULL; in EfiCompress()
426 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount)); in AllocateMemory()
466 if (mChildCount) { in FreeMemory()
467 free (mChildCount); in FreeMemory()
596 mChildCount[q]++; in MakeChild()
622 mChildCount[New] = 0; in Split()
779 if (r >= WNDSIZ || --mChildCount[r] > 1) { in DeleteNode()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c84 STATIC UINT8 *mChildCount; variable
193 mChildCount = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount)); in AllocateMemory()
226 SHELL_FREE_NON_NULL (mChildCount); in FreeMemory()
310 mChildCount[LoopVar6]++; in MakeChild()
329 mChildCount[New] = 0; in Split()
504 mChildCount[LoopVar4]--; in DeleteNode()
505 if (mChildCount[LoopVar4] > 1) { in DeleteNode()
1335 mChildCount = NULL; in Compress()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
127 mChildCount = NULL; in TianoCompress()
252 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount)); in AllocateMemory()
257 if (mLevel == NULL || mChildCount == NULL || mPosition == NULL || in AllocateMemory()
303 if (mChildCount != NULL) { in FreeMemory()
304 free (mChildCount); in FreeMemory()
439 mChildCount[Parent]++; in MakeChild()
466 mChildCount[New] = 0; in Split()
650 mChildCount[NodeR]--; in DeleteNode()
651 if (mChildCount[NodeR] > 1) { in DeleteNode()