Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
Deficompress.c262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
317 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()