/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
D | BaseUefiTianoCustomDecompressLibInternals.h | 44 #define NT (CODE_BIT + 3) macro 45 #if NT > MAXNP 46 #define NPT NT
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 35 #define NT (CODE_BIT + 3) macro 36 #if NT > MAXNP 37 #define NPT NT
|
D | BaseUefiDecompressLib.c | 435 if (CharC >= NT) { in ReadCLen() 448 } while (CharC >= NT); in ReadCLen() 514 Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3); in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 44 #define NT (CODE_BIT + 3) macro 45 #if NT > MAXNP 46 #define NPT NT
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/ |
D | WinNtBusDriverDxe.inf | 2 # Win NT Bus driver 4 # This following section documents the envirnoment variables for the Win NT 6 # configuration of the NT environment
|
/device/linaro/bootloader/edk2/Nt32Pkg/ResetRuntimeDxe/ |
D | ResetRuntimeDxe.inf | 2 # NT Emulation Reset Architectural Protocol Driver as defined in TIANO 4 # This Reset module simulates system reset by process exit on NT.
|
/device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/ |
D | TimerDxe.inf | 2 # NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS 4 # This Timer module uses an NT Thread to simulate the timer-tick driven
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.h | 51 #define NT (CODE_BIT + 3) macro 52 #if NT > MAXNP 53 #define NPT NT
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
D | TianoDecompress.c | 39 #define NT (CODE_BIT + 3) macro 40 #if NT > MAXNP 41 #define NPT NT 473 if (CharC >= NT) { in ReadCLen() 486 } while (CharC >= NT); in ReadCLen() 551 Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3); in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | Decompress.c | 43 #define NT (CODE_BIT + 3) macro 44 #if NT > MAXNP 45 #define NPT NT 478 if (CharC >= NT) { in ReadCLen() 491 } while (CharC >= NT); in ReadCLen() 557 Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3); in DecodeC()
|
D | EfiCompress.c | 60 #define NT (CODE_BIT + 3) macro 62 #if NT > NP 63 #define NPT NT 260 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; 949 for (i = 0; i < NT; i++) { in CountTFreq() 1131 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode); in SendBlock() 1132 if (Root >= NT) { in SendBlock() 1133 WritePTLen(NT, TBIT, 3); in SendBlock()
|
D | TianoCompress.c | 58 #define NT (CODE_BIT + 3) macro 60 #if NT > NP 61 #define NPT NT 277 …mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1… 1040 for (Index = 0; Index < NT; Index++) { in CountTFreq() 1248 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode); in SendBlock() 1249 if (Root >= NT) { in SendBlock() 1250 WritePTLen (NT, TBIT, 3); in SendBlock()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | Decompress.c | 38 #define NT (CODE_BIT + 3) macro 39 #if NT > MAXNP 40 #define NPT NT 471 if (CharC >= NT) { in ReadCLen() 484 } while (CharC >= NT); in ReadCLen() 552 Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3); in DecodeC()
|
D | EfiCompress.c | 50 #define NT (CODE_BIT + 3) macro 52 #if NT > NP 53 #define NPT NT 250 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; 946 for (i = 0; i < NT; i++) { in CountTFreq() 1128 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode); in SendBlock() 1129 if (Root >= NT) { in SendBlock() 1130 WritePTLen(NT, TBIT, 3); in SendBlock()
|
D | TianoCompress.c | 48 #define NT (CODE_BIT + 3) macro 50 #if NT > NP 51 #define NPT NT 258 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; 1020 for (Index = 0; Index < NT; Index++) { in CountTFreq() 1228 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode); in SendBlock() 1229 if (Root >= NT) { in SendBlock() 1230 WritePTLen (NT, TBIT, 3); in SendBlock()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
D | Decompress.c | 151 #define NT (CODE_BIT + 3) macro 152 #if NT > MAXNP 153 #define NPT NT 624 if (CharC >= NT) { in ReadCLen() 637 } while (CharC >= NT); in ReadCLen() 703 Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3); in DecodeC()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 54 #define NT (CODE_BIT + 3) macro 56 #if NT > NP 57 #define NPT NT 115 STATIC UINT16 mTFreq[2 * NT - 1]; 972 for (LoopVar1 = 0; LoopVar1 < NT; LoopVar1++) { in CountTFreq() 1002 ASSERT((LoopVar3+2)<(2 * NT - 1)); in CountTFreq() 1135 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode); in SendBlock() 1136 if (Root >= NT) { in SendBlock() 1137 WritePTLen (NT, TBIT, 3); in SendBlock()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/ |
D | Thunk16Lib.h | 51 UINT32 NT:1; // Nested Task member 78 UINT32 NT:1; // Nested Task member
|
/device/linaro/bootloader/edk2/EmbeddedPkg/RealTimeClockRuntimeDxe/ |
D | RealTimeClockRuntimeDxe.inf | 4 # This Reset module simulates system reset by process exit on NT.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_pydoc.py | 346 NT = namedtuple('NT', ['abc', 'def'], rename=True) 348 help(NT)
|
/device/linaro/bootloader/edk2/Nt32Pkg/MetronomeDxe/ |
D | MetronomeDxe.inf | 2 # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
|
/device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/ |
D | RealTimeClockRuntimeDxe.inf | 2 # NT Emulation Real time clock Architectural Protocol Driver as defined in TIANO
|
/device/linaro/bootloader/edk2/EmbeddedPkg/ResetRuntimeDxe/ |
D | ResetRuntimeDxe.inf | 4 # This Reset module simulates system reset by process exit on NT.
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkPPIToProtocolPei/ |
D | WinNtThunkPPIToProtocolPei.inf | 4 # Tiano PEIM to abstract construction of firmware volume in a Windows NT environment.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_15.txt | 2 Received: from fepD.post.tele.dk (195.41.46.149) by mail.groupcare.dk (LSMTP for Windows NT v1.1b) …
|