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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c258 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable
1058 PutBits(mPTLen[0], mPTCode[0]);
1061 PutBits(mPTLen[1], mPTCode[1]);
1064 PutBits(mPTLen[0], mPTCode[0]);
1065 PutBits(mPTLen[1], mPTCode[1]);
1068 PutBits(mPTLen[2], mPTCode[2]);
1072 PutBits(mPTLen[k + 2], mPTCode[k + 2]);
1100 PutBits(mPTLen[c], mPTCode[c]);
1129 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
1143 Root = MakeTree(NP, mPFreq, mPTLen, mPTCode);
[all...]
H A DTianoCompress.c266 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable
1153 PutBits (mPTLen[0], mPTCode[0]);
1156 PutBits (mPTLen[1], mPTCode[1]);
1159 PutBits (mPTLen[0], mPTCode[0]);
1160 PutBits (mPTLen[1], mPTCode[1]);
1163 PutBits (mPTLen[2], mPTCode[2]);
1167 PutBits (mPTLen[Index3 + 2], mPTCode[Index3 + 2]);
1197 PutBits (mPTLen[Index], mPTCode[Index]);
1236 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1252 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c113 STATIC UINT16 mPTCode[NPT]; variable
947 PutBits (mPTLen[LoopVar5], mPTCode[LoopVar5]);
1086 PutBits (mPTLen[0], mPTCode[0]);
1089 PutBits (mPTLen[1], mPTCode[1]);
1092 PutBits (mPTLen[0], mPTCode[0]);
1093 PutBits (mPTLen[1], mPTCode[1]);
1096 PutBits (mPTLen[2], mPTCode[2]);
1101 PutBits (mPTLen[LoopVar3 + 2], mPTCode[LoopVar3 + 2]);
1134 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1150 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
[all...]
/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
975 PutBits (mPTLen[0], mPTCode[0]);
978 PutBits (mPTLen[1], mPTCode[1]);
981 PutBits (mPTLen[0], mPTCode[0]);
982 PutBits (mPTLen[1], mPTCode[1]);
985 PutBits (mPTLen[2], mPTCode[2]);
989 PutBits (mPTLen[Index3 + 2], mPTCode[Index3 + 2]);
1019 PutBits (mPTLen[Index], mPTCode[Index]);
1059 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
1075 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
[all...]

Completed in 171 milliseconds