HomeSort by relevance Sort by last modified time
    Searched refs:mTFreq (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 250 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
947 mTFreq[i] = 0;
963 mTFreq[0] = (UINT16)(mTFreq[0] + Count);
965 mTFreq[1]++;
967 mTFreq[0]++;
968 mTFreq[1]++;
970 mTFreq[2]++;
973 mTFreq[k + 2]++;
1128 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
    [all...]
TianoCompress.c 258 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
1028 mTFreq[Index] = 0;
1047 mTFreq[0] = (UINT16) (mTFreq[0] + Count);
1049 mTFreq[1]++;
1051 mTFreq[0]++;
1052 mTFreq[1]++;
1054 mTFreq[2]++;
1057 mTFreq[Index3 + 2]++;
1235 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 260 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
950 mTFreq[i] = 0;
966 mTFreq[0] = (UINT16)(mTFreq[0] + Count);
968 mTFreq[1]++;
970 mTFreq[0]++;
971 mTFreq[1]++;
973 mTFreq[2]++;
976 mTFreq[k + 2]++;
1131 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode);
    [all...]
TianoCompress.c 277 mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
1041 mTFreq[Index] = 0;
1060 mTFreq[0] = (UINT16) (mTFreq[0] + Count);
1062 mTFreq[1]++;
1064 mTFreq[0]++;
1065 mTFreq[1]++;
1067 mTFreq[2]++;
1070 mTFreq[Index3 + 2]++;
1248 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 113 STATIC UINT16 mTFreq[2 * NT - 1];
950 mTFreq[LoopVar1] = 0;
969 mTFreq[0] = (UINT16) (mTFreq[0] + Count);
971 mTFreq[1]++;
973 mTFreq[0]++;
974 mTFreq[1]++;
976 mTFreq[2]++;
980 mTFreq[LoopVar3 + 2]++;
1109 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
    [all...]
  /external/vboot_reference/utility/
eficompress.c 270 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
960 mTFreq[i] = 0;
976 mTFreq[0] = (UINT16)(mTFreq[0] + Count);
978 mTFreq[1]++;
980 mTFreq[0]++;
981 mTFreq[1]++;
983 mTFreq[2]++;
986 mTFreq[k + 2]++;
1141 Root = MakeTree(NT, mTFreq, mPTLen, mPTCode)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 76 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
853 mTFreq[Index] = 0;
872 mTFreq[0] = (UINT16) (mTFreq[0] + Count);
874 mTFreq[1]++;
876 mTFreq[0]++;
877 mTFreq[1]++;
879 mTFreq[2]++;
882 mTFreq[Index3 + 2]++;
1061 Root = MakeTree (NT, mTFreq, mPTLen, mPTCode);
    [all...]

Completed in 395 milliseconds