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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c56 #define NP (WNDBIT + 1) macro
60 #if NT > NP
63 #define NPT NP
258 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
1143 Root = MakeTree(NP, mPFreq, mPTLen, mPTCode);
1144 if (Root >= NP) {
1145 WritePTLen(NP, PBIT, -1);
1169 for (i = 0; i < NP; i++) {
1231 for (i = 0; i < NP; i++) {
H A DTianoCompress.c54 #define NP (WNDBIT + 1) macro
58 #if NT > NP
61 #define NPT NP
266 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
1252 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
1253 if (Root >= NP) {
1254 WritePTLen (NP, PBIT, -1);
1286 for (Index = 0; Index < NP; Index++) {
1360 for (Index = 0; Index < NP; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c51 #define NP (WNDBIT + 1) macro
55 #if NT > NP
58 #define NPT NP
112 STATIC UINT16 mPFreq[2 * NP - 1];
1150 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
1151 if (Root >= NP) {
1152 WritePTLen (NP, PBIT, -1);
1177 SetMem (mPFreq, NP * sizeof (UINT16), 0);
1191 SetMem (mPFreq, NP * sizeof (UINT16), 0);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c60 #define NP (WNDBIT + 1) macro
64 //#if NT > NP
67 //#define NPT NP
83 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
1075 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode);
1076 if (Root >= NP) {
1077 WritePTLen (NP, PBIT, -1);
1109 for (Index = 0; Index < NP; Index++) {
1183 for (Index = 0; Index < NP; Index++) {

Completed in 56 milliseconds