/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLib.c | 95 GetBits ( in GetBits() function 302 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP() 340 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 346 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 385 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen() 418 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 424 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 460 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen() 462 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen() 508 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
|
D | BaseUefiDecompressLibInternals.h | 100 GetBits (
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLib.c | 315 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in GlueDecodeP() 352 Number = (UINT16) GetBits (Sd, nbit); in GlueReadPTLen() 365 CharC = (UINT16) GetBits (Sd, nbit); in GlueReadPTLen() 408 CharC = (UINT16) GetBits (Sd, 2); in GlueReadPTLen() 447 Number = (UINT16) GetBits (Sd, CBIT); in GlueReadCLen() 453 CharC = (UINT16) GetBits (Sd, CBIT); in GlueReadCLen() 494 CharC = (UINT16) (GetBits (Sd, 4) + 3); in GlueReadCLen() 496 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in GlueReadCLen() 544 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in GlueDecodeC()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
D | BaseUefiTianoCustomDecompressLib.c | 86 GetBits ( in GetBits() function 292 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP() 330 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 336 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 377 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen() 410 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 416 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 455 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen() 457 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen() 503 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
|
D | BaseUefiTianoCustomDecompressLibInternals.h | 110 GetBits (
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
D | TianoDecompress.c | 126 GetBits ( in GetBits() function 343 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP() 381 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 384 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 416 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen() 453 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 456 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 498 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen() 500 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen() 550 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | Decompress.c | 132 GetBits ( in GetBits() function 346 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP() 385 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 388 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 420 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen() 458 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 461 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 503 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen() 505 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen() 556 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | Decompress.c | 123 GetBits ( in GetBits() function 338 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP() 379 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 382 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 414 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen() 454 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 457 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 499 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen() 501 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen() 554 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
D | Decompress.c | 240 GetBits ( in GetBits() function 479 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP() 518 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 528 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 560 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen() 604 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 607 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 649 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen() 651 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen() 702 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueUefiDecompressLib.h | 27 #define GetBits(_SD, _NUMOFBITS) GlueGetBits(_SD, _NUMOFBITS) macro
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 2099 GetBits ( in GetBits() function 2320 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP() 2360 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 2363 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen() 2395 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen() 2432 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 2435 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen() 2477 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen() 2479 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen() 2529 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
|
D | TianoCompress.h | 316 GetBits (
|