Searched refs:mPFreq (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 111 STATIC UINT16 mPFreq[2 * NP - 1]; variable 1125 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode); in SendBlock() 1152 SetMem (mPFreq, NP * sizeof (UINT16), 0); in SendBlock() 1165 SetMem (mPFreq, NP * sizeof (UINT16), 0); in HufEncodeStart() 1209 mPFreq[LoopVar5]++; in CompressOutput()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | EfiCompress.c | 260 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable 1145 Root = MakeTree(NP, mPFreq, mPTLen, mPTCode); in SendBlock() 1172 mPFreq[i] = 0; in SendBlock() 1220 mPFreq[c]++; in Output() 1234 mPFreq[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 1264 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode); in SendBlock() 1299 mPFreq[Index] = 0; in SendBlock() 1356 mPFreq[CharC]++; in Output() 1373 mPFreq[Index] = 0; in HufEncodeStart()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | EfiCompress.c | 250 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; variable 1142 Root = MakeTree(NP, mPFreq, mPTLen, mPTCode); in SendBlock() 1169 mPFreq[i] = 0; in SendBlock() 1217 mPFreq[c]++; in Output() 1231 mPFreq[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 1251 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode); in SendBlock() 1286 mPFreq[Index] = 0; in SendBlock() 1343 mPFreq[CharC]++; in Output() 1360 mPFreq[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 1077 Root = MakeTree (NP, mPFreq, mPTLen, mPTCode); in SendBlock() 1112 mPFreq[Index] = 0; in SendBlock() 1169 mPFreq[CharC]++; in Output() 1186 mPFreq[Index] = 0; in HufEncodeStart()
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 399 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|
D | ShellR33.patch | 1498 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
|