Searched refs:NP (Results 1 - 9 of 9) 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/Graphics/shaderlib/wine/include/
H A Dpktdef.h161 * __IFX(NP,PACKET), * __IFX(LP,PACKET)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dpktdef.h161 * __IFX(NP,PACKET), * __IFX(LP,PACKET)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwindef16.h73 typedef a##16 *NP##a##16; \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwindef16.h73 typedef a##16 *NP##a##16; \
/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++) {
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm95 dd NAME(TRPMGCHyperTrap0bHandler) ; b - #NP - F - Y - Segment not present.
136 dd NAME(TRPMGCTrap0bHandler) ; b - #NP - F - Y - Segment not present.

Completed in 91 milliseconds