Searched refs:Index3 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DTianoCompress.c1024 INT32 Index3; local
1039 Index3 = mCLen[Index++];
1040 if (Index3 == 0) {
1058 mTFreq[Index3 + 2]++;
1087 INT32 Index3; local
1096 Index3 = mPTLen[Index++];
1097 if (Index3 <= 6) {
1098 PutBits (3, Index3);
1100 PutBits (Index3 - 3, (1U << (Index3
1131 INT32 Index3; local
1224 UINT32 Index3; local
1554 INT32 Index3; local
1602 INT32 Index3; local
1691 INT32 Index3; local
[all...]
H A DDecompress.c195 UINT16 Index3; local
238 Index3 = (UINT16) (1U << TableBits);
239 while (Index != Index3) {
264 Index3 = Start[Len];
265 Pointer = &Table[Index3 >> JuBits];
274 if (Index3 & Mask) {
280 Index3 <<= 1;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c846 INT32 Index3; local
861 Index3 = mCLen[Index++];
862 if (Index3 == 0) {
880 mTFreq[Index3 + 2]++;
909 INT32 Index3; local
918 Index3 = mPTLen[Index++];
919 if (Index3 <= 6) {
920 PutBits (3, Index3);
922 PutBits (Index3 - 3, (1U << (Index3
953 INT32 Index3; local
1046 UINT32 Index3; local
1379 INT32 Index3; local
1427 INT32 Index3; local
1516 INT32 Index3; local
2149 UINT16 Index3; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.c145 UINT16 Index3; local
200 Index3 = (UINT16) (1U << TableBits);
201 if (Index < Index3) {
202 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0);
226 Index3 = Start[Len];
227 Pointer = &Table[Index3 >> JuBits];
237 if ((Index3 & Mask) != 0) {
244 Index3 <<= 1;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
H A DUnicodeCollationEng.c271 CHAR16 Index3; local
325 Index3 = 0;
344 if (TO_UPPER (CharC) >= TO_UPPER (Index3) && TO_UPPER (CharC) <= TO_UPPER (CharP)) {
352 Index3 = CharP;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c136 UINT16 Index3; local
191 Index3 = (UINT16) (1U << TableBits);
192 if (Index < Index3) {
193 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0);
217 Index3 = Start[Len];
218 Pointer = &Table[Index3 >> JuBits];
228 if ((Index3 & Mask) != 0) {
235 Index3 <<= 1;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.c283 UINT16 Index3; local
432 Index3 = Index;
467 Value->u8 = NewLegacyDev[Index3];

Completed in 58 milliseconds