/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 109 STATIC UINT16 mCFreq[2 * NC - 1]; variable 1104 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock() 1105 Size = mCFreq[Root]; in SendBlock() 1151 SetMem (mCFreq, NC * sizeof (UINT16), 0); in SendBlock() 1164 SetMem (mCFreq, NC * sizeof (UINT16), 0); in HufEncodeStart() 1199 mCFreq[LoopVar5]++; in CompressOutput()
|
/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 1126 Root = MakeTree(NC, mCFreq, mCLen, mCCode); in SendBlock() 1127 Size = mCFreq[Root]; in SendBlock() 1169 mCFreq[i] = 0; in SendBlock() 1210 mCFreq[c]++; in Output() 1231 mCFreq[i] = 0; in HufEncodeStart()
|
D | TianoCompress.c | 277 …mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1… variable 1243 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock() 1244 Size = mCFreq[Root]; in SendBlock() 1295 mCFreq[Index] = 0; in SendBlock() 1343 mCFreq[CharC]++; in Output() 1369 mCFreq[Index] = 0; in HufEncodeStart()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | EfiCompress.c | 249 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1],mCCode[NC], variable 1123 Root = MakeTree(NC, mCFreq, mCLen, mCCode); in SendBlock() 1124 Size = mCFreq[Root]; in SendBlock() 1166 mCFreq[i] = 0; in SendBlock() 1207 mCFreq[c]++; in Output() 1228 mCFreq[i] = 0; in HufEncodeStart()
|
D | TianoCompress.c | 258 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable 1230 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock() 1231 Size = mCFreq[Root]; in SendBlock() 1282 mCFreq[Index] = 0; in SendBlock() 1330 mCFreq[CharC]++; in Output() 1356 mCFreq[Index] = 0; in HufEncodeStart()
|
/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 1055 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock() 1056 Size = mCFreq[Root]; in SendBlock() 1108 mCFreq[Index] = 0; in SendBlock() 1156 mCFreq[CharC]++; in Output() 1182 mCFreq[Index] = 0; in HufEncodeStart()
|
/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],
|