Searched refs:PBIT (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 52 #define PBIT 4 macro 1127 WritePTLen (NP, PBIT, -1); in SendBlock() 1129 PutBits (PBIT, 0); in SendBlock() 1130 PutBits (PBIT, Root); in SendBlock()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | EfiCompress.c | 59 #define PBIT 4 macro 1147 WritePTLen(NP, PBIT, -1); in SendBlock() 1149 PutBits(PBIT, 0); in SendBlock() 1150 PutBits(PBIT, Root); in SendBlock()
|
D | TianoCompress.c | 57 #define PBIT 5 macro 1266 WritePTLen (NP, PBIT, -1); in SendBlock() 1268 PutBits (PBIT, 0); in SendBlock() 1269 PutBits (PBIT, Root); in SendBlock()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | EfiCompress.c | 49 #define PBIT 4 macro 1144 WritePTLen(NP, PBIT, -1); in SendBlock() 1146 PutBits(PBIT, 0); in SendBlock() 1147 PutBits(PBIT, Root); in SendBlock()
|
D | TianoCompress.c | 47 #define PBIT 5 macro 1253 WritePTLen (NP, PBIT, -1); in SendBlock() 1255 PutBits (PBIT, 0); in SendBlock() 1256 PutBits (PBIT, Root); in SendBlock()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 54 #define PBIT 5 macro 1079 WritePTLen (NP, PBIT, -1); in SendBlock() 1081 PutBits (PBIT, 0); in SendBlock() 1082 PutBits (PBIT, Root); in SendBlock()
|