/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/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/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 | 33 #define CBIT 9 macro 451 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 454 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 498 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 1132 PutBits (CBIT, Number); in WriteCLen() 1156 PutBits (CBIT, Count - 20); in WriteCLen() 1240 PutBits (CBIT, 0); in SendBlock() 1241 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 | 51 #define CBIT 9 macro 1074 PutBits (CBIT, LoopVar8); in WriteCLen() 1098 PutBits (CBIT, Count - 20); in WriteCLen() 1147 PutBits (CBIT, 0); in SendBlock() 1148 PutBits (CBIT, Root); in SendBlock()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 52 #define CBIT 9 macro 955 PutBits (CBIT, Number); in WriteCLen() 979 PutBits (CBIT, Count - 20); in WriteCLen() 1064 PutBits (CBIT, 0); in SendBlock() 1065 PutBits (CBIT, Root); in SendBlock() 2406 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 2409 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 2453 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
|
D | TianoCompress.h | 47 #define CBIT 9 macro
|