Searched refs:mChildCount (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DTianoCompress.c259 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
316 mChildCount = NULL;
433 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
479 if (mChildCount != NULL) {
480 free (mChildCount);
615 mChildCount[Parent]++;
642 mChildCount[New] = 0;
826 mChildCount[NodeR]--;
827 if (mChildCount[Node
[all...]
H A DEfiCompress.c250 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
305 mChildCount = NULL;
424 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount));
464 if (mChildCount) {
465 free (mChildCount);
594 mChildCount[q]++;
620 mChildCount[New] = 0;
777 if (r >= WNDSIZ || --mChildCount[r] > 1) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c85 STATIC UINT8 *mChildCount; variable
197 mChildCount = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
231 SHELL_FREE_NON_NULL (mChildCount);
318 mChildCount[LoopVar6]++;
338 mChildCount[New] = 0;
515 mChildCount[LoopVar4]--;
516 if (mChildCount[LoopVar4] > 1) {
1365 mChildCount = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c76 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
134 mChildCount = NULL;
255 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
301 if (mChildCount != NULL) {
302 free (mChildCount);
437 mChildCount[Parent]++;
464 mChildCount[New] = 0;
648 mChildCount[NodeR]--;
649 if (mChildCount[Node
[all...]

Completed in 317 milliseconds