Home | History | Annotate | Download | only in UefiShellDebug1CommandsLib

Lines Matching defs:Root

689   @param[in] Root   The root of the tree.

693 IN INT32 Root
705 CountLen (Root);
774 @return The root of the Huffman tree.
793 // make tree, calculate len[], return root
848 // return root
1097 UINT32 Root;
1104 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
1105 Size = mCFreq[Root];
1107 if (Root >= NC) {
1109 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1110 if (Root >= NT) {
1114 PutBits (TBIT, Root);
1122 PutBits (CBIT, Root);
1125 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
1126 if (Root >= NP) {
1130 PutBits (PBIT, Root);