Home
last modified time | relevance | path

Searched refs:GetBits (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c95 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()
DBaseUefiDecompressLibInternals.h100 GetBits (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c315 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/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DDecompress.c132 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/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLib.c86 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()
DBaseUefiTianoCustomDecompressLibInternals.h110 GetBits (
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c126 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/BaseTools/Source/C/Common/
DDecompress.c122 GetBits ( in GetBits() function
337 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP()
376 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen()
379 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen()
411 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen()
451 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
454 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
496 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen()
498 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
551 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c240 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/
DEdkIIGlueUefiDecompressLib.h27 #define GetBits(_SD, _NUMOFBITS) GlueGetBits(_SD, _NUMOFBITS) macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c2077 GetBits ( in GetBits() function
2296 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1))); in DecodeP()
2334 Number = (UINT16) GetBits (Sd, nbit); in ReadPTLen()
2337 CharC = (UINT16) GetBits (Sd, nbit); in ReadPTLen()
2369 CharC = (UINT16) GetBits (Sd, 2); in ReadPTLen()
2406 Number = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
2409 CharC = (UINT16) GetBits (Sd, CBIT); in ReadCLen()
2451 CharC = (UINT16) (GetBits (Sd, 4) + 3); in ReadCLen()
2453 CharC = (UINT16) (GetBits (Sd, CBIT) + 20); in ReadCLen()
2503 Sd->mBlockSize = (UINT16) GetBits (Sd, 16); in DecodeC()
DTianoCompress.h316 GetBits (