Home
last modified time | relevance | path

Searched refs:CBIT (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c35 #define CBIT 9 macro
453 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
456 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
500 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DDecompress.c39 #define CBIT 9 macro
458 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
461 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
505 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
DEfiCompress.c57 #define CBIT 9 macro
1048 PutBits(CBIT, n); in WriteCLen()
1071 PutBits(CBIT, Count - 20); in WriteCLen()
1142 PutBits(CBIT, 0); in SendBlock()
1143 PutBits(CBIT, Root); in SendBlock()
DTianoCompress.c55 #define CBIT 9 macro
1152 PutBits (CBIT, Number); in WriteCLen()
1176 PutBits (CBIT, Count - 20); in WriteCLen()
1260 PutBits (CBIT, 0); in SendBlock()
1261 PutBits (CBIT, Root); in SendBlock()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLibInternals.h40 #define CBIT 9 macro
DBaseUefiDecompressLib.c447 Number = (UINT16) GetBits (Sd, CBIT); in GlueReadCLen()
453 CharC = (UINT16) GetBits (Sd, CBIT); in GlueReadCLen()
496 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in GlueReadCLen()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLibInternals.h40 #define CBIT 9 macro
DBaseUefiTianoCustomDecompressLib.c410 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
416 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
457 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLibInternals.h31 #define CBIT 9 macro
DBaseUefiDecompressLib.c418 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
424 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
462 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DDecompress.c34 #define CBIT 9 macro
454 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
457 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
501 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
DEfiCompress.c47 #define CBIT 9 macro
1045 PutBits(CBIT, n); in WriteCLen()
1068 PutBits(CBIT, Count - 20); in WriteCLen()
1139 PutBits(CBIT, 0); in SendBlock()
1140 PutBits(CBIT, Root); in SendBlock()
DTianoCompress.c45 #define CBIT 9 macro
1139 PutBits (CBIT, Number); in WriteCLen()
1163 PutBits (CBIT, Count - 20); in WriteCLen()
1247 PutBits (CBIT, 0); in SendBlock()
1248 PutBits (CBIT, Root); in SendBlock()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c147 #define CBIT 9 macro
604 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
607 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
651 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c50 #define CBIT 9 macro
1049 PutBits (CBIT, LoopVar8); in WriteCLen()
1073 PutBits (CBIT, Count - 20); in WriteCLen()
1121 PutBits (CBIT, 0); in SendBlock()
1122 PutBits (CBIT, Root); in SendBlock()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c52 #define CBIT 9 macro
964 PutBits (CBIT, Number); in WriteCLen()
988 PutBits (CBIT, Count - 20); in WriteCLen()
1073 PutBits (CBIT, 0); in SendBlock()
1074 PutBits (CBIT, Root); in SendBlock()
2432 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
2435 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
2479 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
DTianoCompress.h47 #define CBIT 9 macro