/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
D | BaseUefiTianoCustomDecompressLibInternals.h | 46 #define NPT NT macro 48 #define NPT MAXNP macro 69 UINT8 mPTLen[NPT];
|
D | BaseUefiTianoCustomDecompressLib.c | 326 ASSERT (nn <= NPT); in ReadPTLen() 349 while (Index < Number && Index < NPT) { in ReadPTLen() 378 while ((INT16) (--CharC) >= 0 && Index < NPT) { in ReadPTLen() 384 while (Index < nn && Index < NPT) { in ReadPTLen()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 46 #define NPT NT macro 48 #define NPT MAXNP macro 69 UINT8 mPTLen[NPT];
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 37 #define NPT NT macro 39 #define NPT MAXNP macro 60 UINT8 mPTLen[NPT];
|
D | BaseUefiDecompressLib.c | 336 ASSERT (nn <= NPT); in ReadPTLen() 357 while (Index < Number && Index < NPT) { in ReadPTLen() 386 while ((INT16) (--CharC) >= 0 && Index < NPT) { in ReadPTLen() 392 while (Index < nn && Index < NPT) { in ReadPTLen()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.h | 53 #define NPT NT macro 55 #define NPT MAXNP macro 76 UINT8 mPTLen[NPT];
|
D | TianoCompress.c | 69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 76 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; 2358 assert (nn <= NPT); in ReadPTLen()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | Decompress.c | 41 #define NPT NT macro 43 #define NPT MAXNP macro 64 UINT8 mPTLen[NPT]; 377 assert (nn <= NPT); in ReadPTLen()
|
D | EfiCompress.c | 53 #define NPT NT macro 55 #define NPT NP macro 242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 250 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|
D | TianoCompress.c | 51 #define NPT NT macro 53 #define NPT NP macro 251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 258 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
D | TianoDecompress.c | 41 #define NPT NT macro 43 #define NPT MAXNP macro 64 UINT8 mPTLen[NPT];
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | Decompress.c | 45 #define NPT NT macro 47 #define NPT MAXNP macro 68 UINT8 mPTLen[NPT];
|
D | EfiCompress.c | 63 #define NPT NT macro 65 #define NPT NP macro 252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 260 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|
D | TianoCompress.c | 61 #define NPT NT macro 63 #define NPT NP macro 270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 277 …mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1…
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 56 #define NPT NT macro 58 #define NPT NP macro 87 STATIC UINT8 mPTLen[NPT]; 112 STATIC UINT16 mPTCode[NPT]; 1076 ASSERT((LoopVar3+2)<NPT); in WriteCLen()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
D | Decompress.c | 153 #define NPT NT macro 155 #define NPT MAXNP macro 176 UINT8 mPTLen[NPT];
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 399 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|
D | ShellR33.patch | 1498 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|