Home
last modified time | relevance | path

Searched refs:Index3 (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DTianoCompress.c1036 INT32 Index3; in CountTFreq() local
1051 Index3 = mCLen[Index++]; in CountTFreq()
1052 if (Index3 == 0) { in CountTFreq()
1070 mTFreq[Index3 + 2]++; in CountTFreq()
1099 INT32 Index3; in WritePTLen() local
1108 Index3 = mPTLen[Index++]; in WritePTLen()
1109 if (Index3 <= 6) { in WritePTLen()
1110 PutBits (3, Index3); in WritePTLen()
1112 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2); in WritePTLen()
1143 INT32 Index3; in WriteCLen() local
[all …]
DDecompress.c198 UINT16 Index3; in MakeTable() local
240 Index3 = (UINT16) (1U << TableBits); in MakeTable()
241 while (Index != Index3) { in MakeTable()
266 Index3 = Start[Len]; in MakeTable()
267 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
276 if (Index3 & Mask) { in MakeTable()
282 Index3 <<= 1; in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DTianoCompress.c1016 INT32 Index3; in CountTFreq() local
1031 Index3 = mCLen[Index++]; in CountTFreq()
1032 if (Index3 == 0) { in CountTFreq()
1050 mTFreq[Index3 + 2]++; in CountTFreq()
1079 INT32 Index3; in WritePTLen() local
1088 Index3 = mPTLen[Index++]; in WritePTLen()
1089 if (Index3 <= 6) { in WritePTLen()
1090 PutBits (3, Index3); in WritePTLen()
1092 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2); in WritePTLen()
1123 INT32 Index3; in WriteCLen() local
[all …]
DDecompress.c188 UINT16 Index3; in MakeTable() local
231 Index3 = (UINT16) (1U << TableBits); in MakeTable()
232 while (Index != Index3) { in MakeTable()
257 Index3 = Start[Len]; in MakeTable()
258 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
267 if (Index3 & Mask) { in MakeTable()
273 Index3 <<= 1; in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c839 INT32 Index3; in CountTFreq() local
854 Index3 = mCLen[Index++]; in CountTFreq()
855 if (Index3 == 0) { in CountTFreq()
873 mTFreq[Index3 + 2]++; in CountTFreq()
902 INT32 Index3; in WritePTLen() local
911 Index3 = mPTLen[Index++]; in WritePTLen()
912 if (Index3 <= 6) { in WritePTLen()
913 PutBits (3, Index3); in WritePTLen()
915 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2); in WritePTLen()
946 INT32 Index3; in WriteCLen() local
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c145 UINT16 Index3; in MakeTable() local
200 Index3 = (UINT16) (1U << TableBits); in MakeTable()
201 if (Index < Index3) { in MakeTable()
202 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0); in MakeTable()
226 Index3 = Start[Len]; in MakeTable()
227 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
237 if ((Index3 & Mask) != 0) { in MakeTable()
244 Index3 <<= 1; in MakeTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
DUnicodeCollationEng.c271 CHAR16 Index3; in EngMetaiMatch() local
325 Index3 = 0; in EngMetaiMatch()
344 if (TO_UPPER (CharC) >= TO_UPPER (Index3) && TO_UPPER (CharC) <= TO_UPPER (CharP)) { in EngMetaiMatch()
352 Index3 = CharP; in EngMetaiMatch()
/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
DAesCore.c140 UINTN Index3; in AesExpandKey() local
168 for (Index2 = Nk, Index3 = 0; Index2 < Nw; Index2 += Nk, Index3++) { in AesExpandKey()
174 Rcon[Index3]; in AesExpandKey()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLib.c136 UINT16 Index3; in MakeTable() local
191 Index3 = (UINT16) (1U << TableBits); in MakeTable()
192 if (Index < Index3) { in MakeTable()
193 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0); in MakeTable()
217 Index3 = Start[Len]; in MakeTable()
218 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
228 if ((Index3 & Mask) != 0) { in MakeTable()
235 Index3 <<= 1; in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c144 UINT16 Index3; in GlueMakeTable() local
209 Index3 = (UINT16) (1U << TableBits); in GlueMakeTable()
210 while (Index != Index3) { in GlueMakeTable()
235 Index3 = Start[Len]; in GlueMakeTable()
236 Pointer = &Table[Index3 >> JuBits]; in GlueMakeTable()
251 if ((Index3 & Mask) && (*Pointer < (sizeof (Sd->mRight)/sizeof (UINT16)))) { in GlueMakeTable()
257 Index3 <<= 1; in GlueMakeTable()
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c191 UINT16 Index3; in MakeTable() local
238 Index3 = (UINT16) (1U << TableBits); in MakeTable()
239 while (Index != Index3) { in MakeTable()
264 Index3 = Start[Len]; in MakeTable()
265 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
274 if (Index3 & Mask) { in MakeTable()
280 Index3 <<= 1; in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c306 UINT16 Index3; in MakeTable() local
367 Index3 = (UINT16) (1U << TableBits); in MakeTable()
368 while (Index != Index3) { in MakeTable()
393 Index3 = Start[Len]; in MakeTable()
394 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
409 if ((Index3 & Mask) && (*Pointer < (sizeof (Sd->mRight)/sizeof (UINT16)))) { in MakeTable()
415 Index3 <<= 1; in MakeTable()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DCpuMpPei.c62 UINTN Index3; in SortApicId() local
71 Index3 = Index1; in SortApicId()
78 Index3 = Index2; in SortApicId()
82 if (Index3 != Index1) { in SortApicId()
83 CopyMem (&CpuData, &PeiCpuMpData->CpuData[Index3], sizeof (PEI_CPU_DATA)); in SortApicId()
85 &PeiCpuMpData->CpuData[Index3], in SortApicId()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
DEsrtDxe.c236 UINTN Index3; in EsrtDxeSyncFmp() local
386 for (Index3 = 0; Index3 < FmpImageInfoCountBuf[Index2]; Index3++){ in EsrtDxeSyncFmp()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
DGenFfsFile.c1123 INT32 Index3; in ProcessScript() local
1154 for (Index3 = 0; Index3 < MAX_ARRAY_SIZE; ++Index3) { in ProcessScript()
1155 ToolArgumentsArray[Index3] = NULL; in ProcessScript()
1351 Index3 = 0; in ProcessScript()
1361 while (Buffer[Index3] != '\n') { in ProcessScript()
1362 if (Buffer[Index3] == 0) { in ProcessScript()
1366 FileName[Index2++] = Buffer[Index3++]; in ProcessScript()
1423 for (Index3 = 1; Index3 < MAX_ARRAY_SIZE; Index3++) { in ProcessScript()
1424 if (ToolArgumentsArray[Index3] == NULL) { in ProcessScript()
1428 free (ToolArgumentsArray[Index3]); in ProcessScript()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
DLegacyBootMaintUi.c889 UINTN Index3; in AdjustOptionValue() local
1025 Index3 = Index; in AdjustOptionValue()
1054 Value->u16 = CurrentVal[Index3]; in AdjustOptionValue()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootMaint.c703 UINT16 Index3; in BootMaintCallback() local
981 Index3 = Index; in BootMaintCallback()
1010 Value->u8 = NewLegacyDev[Index3]; in BootMaintCallback()