/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
D | TianoDecompress.c | 35 #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/ |
D | Decompress.c | 39 #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()
|
D | EfiCompress.c | 57 #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()
|
D | TianoCompress.c | 55 #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/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
D | BaseUefiTianoCustomDecompressLibInternals.h | 40 #define CBIT 9 macro
|
D | BaseUefiTianoCustomDecompressLib.c | 410 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/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 40 #define CBIT 9 macro
|
D | BaseUefiDecompressLib.c | 447 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/MdePkg/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 31 #define CBIT 9 macro
|
D | BaseUefiDecompressLib.c | 418 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/ |
D | Decompress.c | 34 #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()
|
D | EfiCompress.c | 47 #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()
|
D | TianoCompress.c | 45 #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/ |
D | Decompress.c | 147 #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/ |
D | Compress.c | 50 #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/ |
D | TianoCompress.c | 52 #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()
|
D | TianoCompress.h | 47 #define CBIT 9 macro
|