Home
last modified time | relevance | path

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

/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/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/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/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/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.c33 #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()
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
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/
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.c51 #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/
DTianoCompress.c52 #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()
DTianoCompress.h47 #define CBIT 9 macro