Searched defs:mCCode (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c257 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1],mCCode[NC], variable
1083 PutBits(mCLen[c], mCCode[c]);
1124 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
H A DTianoCompress.c266 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable
1178 PutBits (mCLen[Value], mCCode[Value]);
1231 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c111 STATIC UINT16 mCCode[NC]; variable
922 PutBits (mCLen[LoopVar5], mCCode[LoopVar5]);
1129 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c83 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable
1000 PutBits (mCLen[Value], mCCode[Value]);
1053 Root = MakeTree (NC, mCFreq, mCLen, mCCode);

Completed in 82 milliseconds