/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLib.c | 427 SetMem16 (&Sd->mCTable[0], sizeof (Sd->mCTable), CharC); in ReadCLen() 478 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 539 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC()
|
D | BaseUefiDecompressLibInternals.h | 61 UINT16 mCTable[4096]; member
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
D | TianoDecompress.c | 65 UINT16 mCTable[4096]; member 463 Sd->mCTable[Index] = CharC; in ReadCLen() 518 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 565 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | Decompress.c | 69 UINT16 mCTable[4096]; member 468 Sd->mCTable[Index] = CharC; in ReadCLen() 523 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 571 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC()
|
D | EfiCompress.c | 259 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], variable
|
D | TianoCompress.c | 277 …mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1… variable
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
D | BaseUefiTianoCustomDecompressLibInternals.h | 70 UINT16 mCTable[4096]; member
|
D | BaseUefiTianoCustomDecompressLib.c | 421 Sd->mCTable[Index] = CharC; in ReadCLen() 473 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 534 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 70 UINT16 mCTable[4096]; member
|
D | BaseUefiDecompressLib.c | 460 Sd->mCTable[Index] = CharC; in GlueReadCLen() 514 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in GlueReadCLen() 575 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in GlueDecodeC()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | Decompress.c | 65 UINT16 mCTable[4096]; member 464 Sd->mCTable[Index] = CharC; in ReadCLen() 521 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 569 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
D | Decompress.c | 177 UINT16 mCTable[4096]; member 614 Sd->mCTable[Index] = CharC; in ReadCLen() 669 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 717 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.h | 77 UINT16 mCTable[4096]; member
|
D | TianoCompress.c | 2442 Sd->mCTable[Index] = CharC; in ReadCLen() 2497 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 2544 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)]; in DecodeC()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 397 - mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC],
|
D | ShellR33.patch | 1496 - mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC],
|