Searched refs:mChildCount (Results 1 – 1 of 1) sorted by relevance
262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable317 mChildCount = NULL; in EfiCompress()436 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount)); in AllocateMemory()476 if (mChildCount) { in FreeMemory()477 free (mChildCount); in FreeMemory()606 mChildCount[q]++; in MakeChild()632 mChildCount[New] = 0; in Split()789 if (r >= WNDSIZ || --mChildCount[r] > 1) { in DeleteNode()