Searched refs:mCCode (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 110 STATIC UINT16 mCCode[NC]; variable 902 PutBits (mCLen[LoopVar5], mCCode[LoopVar5]); in EncodeC() 1104 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | EfiCompress.c | 259 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], variable 1085 PutBits(mCLen[c], mCCode[c]); in EncodeC() 1126 Root = MakeTree(NC, mCFreq, mCLen, mCCode); in SendBlock()
|
D | TianoCompress.c | 277 …mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1… variable 1190 PutBits (mCLen[Value], mCCode[Value]); in EncodeC() 1243 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | EfiCompress.c | 249 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1],mCCode[NC], variable 1082 PutBits(mCLen[c], mCCode[c]); in EncodeC() 1123 Root = MakeTree(NC, mCFreq, mCLen, mCCode); in SendBlock()
|
D | TianoCompress.c | 258 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable 1177 PutBits (mCLen[Value], mCCode[Value]); in EncodeC() 1230 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 76 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable 1002 PutBits (mCLen[Value], mCCode[Value]); in EncodeC() 1055 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 397 - mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], 398 + mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCCode[NC],
|
D | ShellR33.patch | 1496 - mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], 1497 + mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCCode[NC],
|