Home
last modified time | relevance | path

Searched refs:NT (Results 1 – 25 of 53) sorted by relevance

123

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLibInternals.h44 #define NT (CODE_BIT + 3) macro
45 #if NT > MAXNP
46 #define NPT NT
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLibInternals.h44 #define NT (CODE_BIT + 3) macro
45 #if NT > MAXNP
46 #define NPT NT
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLibInternals.h35 #define NT (CODE_BIT + 3) macro
36 #if NT > MAXNP
37 #define NPT NT
DBaseUefiDecompressLib.c435 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/Nt32Pkg/WinNtBusDriverDxe/
DWinNtBusDriverDxe.inf2 # 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/
DResetRuntimeDxe.inf2 # 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/
DTimerDxe.inf2 # 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/
DTianoCompress.h51 #define NT (CODE_BIT + 3) macro
52 #if NT > MAXNP
53 #define NPT NT
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c39 #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/
DDecompress.c43 #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()
DEfiCompress.c60 #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()
DTianoCompress.c58 #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/
DDecompress.c39 #define NT (CODE_BIT + 3) macro
40 #if NT > MAXNP
41 #define NPT NT
474 if (CharC >= NT) { in ReadCLen()
487 } while (CharC >= NT); in ReadCLen()
555 Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3); in DecodeC()
DEfiCompress.c50 #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()
DTianoCompress.c48 #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];
1027 for (Index = 0; Index < NT; Index++) { in CountTFreq()
1235 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode); in SendBlock()
1236 if (Root >= NT) { in SendBlock()
1237 WritePTLen (NT, TBIT, 3); in SendBlock()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c151 #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/
DCompress.c53 #define NT (CODE_BIT + 3) macro
55 #if NT > NP
56 #define NPT NT
113 STATIC UINT16 mTFreq[2 * NT - 1];
949 for (LoopVar1 = 0; LoopVar1 < NT; LoopVar1++) { in CountTFreq()
979 ASSERT((LoopVar3+2)<(2 * NT - 1)); in CountTFreq()
1109 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode); in SendBlock()
1110 if (Root >= NT) { in SendBlock()
1111 WritePTLen (NT, TBIT, 3); in SendBlock()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
DThunk16Lib.h51 UINT32 NT:1; // Nested Task member
78 UINT32 NT:1; // Nested Task member
/device/linaro/bootloader/edk2/EmbeddedPkg/RealTimeClockRuntimeDxe/
DRealTimeClockRuntimeDxe.inf4 # This Reset module simulates system reset by process exit on NT.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pydoc.py346 NT = namedtuple('NT', ['abc', 'def'], rename=True)
348 help(NT)
/device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
DRealTimeClockRuntimeDxe.inf2 # NT Emulation Real time clock Architectural Protocol Driver as defined in TIANO
/device/linaro/bootloader/edk2/Nt32Pkg/MetronomeDxe/
DMetronomeDxe.inf2 # NT Emulation Metronome Architectural Protocol Driver as defined in DXE CIS
/device/linaro/bootloader/edk2/EmbeddedPkg/ResetRuntimeDxe/
DResetRuntimeDxe.inf4 # This Reset module simulates system reset by process exit on NT.
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtThunkPPIToProtocolPei/
DWinNtThunkPPIToProtocolPei.inf4 # Tiano PEIM to abstract construction of firmware volume in a Windows NT environment.
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtAutoScanPei/
DWinNtAutoScanPei.inf4 # This module abstracts memory auto-scan in a Windows NT environment.

123