Searched defs:NPT (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
H A D | BaseUefiTianoCustomDecompressLibInternals.h | 46 #define NPT NT macro 48 #define NPT MAXNP macro 69 UINT8 mPTLen[NPT];
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/ |
H A D | BaseUefiDecompressLibInternals.h | 37 #define NPT NT macro 39 #define NPT MAXNP macro 60 UINT8 mPTLen[NPT];
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/ |
H A D | TianoCompress.h | 55 #define NPT NT macro 57 #define NPT MAXNP macro 78 UINT8 mPTLen[NPT];
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | Decompress.c | 47 #define NPT NT macro 49 #define NPT MAXNP macro 70 UINT8 mPTLen[NPT];
|
H A D | EfiCompress.c | 61 #define NPT NT macro 63 #define NPT NP macro 250 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 258 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|
H A D | TianoCompress.c | 59 #define NPT NT macro 61 #define NPT NP macro 259 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 266 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Compress.c | 56 #define NPT NT macro 58 #define NPT NP macro 88 STATIC UINT8 mPTLen[NPT]; 113 STATIC UINT16 mPTCode[NPT]; 1100 ASSERT((LoopVar3+2)<NPT);
|
Completed in 99 milliseconds