Searched defs:mPTLen (Results 1 - 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.h76 UINT8 mPTLen[NPT]; member in struct:__anon3985
H A DTianoCompress.c69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
913 while (Number > 0 && mPTLen[Number - 1] == 0) {
920 Index3 = mPTLen[Index++];
928 while (Index < 6 && mPTLen[Index] == 0) {
977 PutBits (mPTLen[0], mPTCode[0]);
980 PutBits (mPTLen[1], mPTCode[1]);
983 PutBits (mPTLen[0], mPTCode[0]);
984 PutBits (mPTLen[1], mPTCode[1]);
987 PutBits (mPTLen[2], mPTCode[2]);
991 PutBits (mPTLen[Index
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLibInternals.h69 UINT8 mPTLen[NPT]; member in struct:__anon5194
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLibInternals.h69 UINT8 mPTLen[NPT]; member in struct:__anon5649
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLibInternals.h60 UINT8 mPTLen[NPT]; member in struct:__anon9467
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
H A DDecompress.c68 UINT8 mPTLen[NPT]; member in struct:__anon5288
342 FillBuf (Sd, Sd->mPTLen[Val]);
395 Sd->mPTLen[Index] = 0;
417 Sd->mPTLen[Index++] = (UINT8) CharC;
422 Sd->mPTLen[Index++] = 0;
428 Sd->mPTLen[Index++] = 0;
431 return MakeTable (Sd, nn, Sd->mPTLen, 8, Sd->mPTTable);
496 FillBuf (Sd, Sd->mPTLen[CharC]);
H A DEfiCompress.c252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
1006 while (n > 0 && mPTLen[n - 1] == 0) {
1012 k = mPTLen[i++];
1019 while (i < 6 && mPTLen[i] == 0) {
1060 PutBits(mPTLen[0], mPTCode[0]);
1063 PutBits(mPTLen[1], mPTCode[1]);
1066 PutBits(mPTLen[0], mPTCode[0]);
1067 PutBits(mPTLen[1], mPTCode[1]);
1070 PutBits(mPTLen[2], mPTCode[2]);
1074 PutBits(mPTLen[
[all...]
H A DTianoCompress.c270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
1101 while (Number > 0 && mPTLen[Number - 1] == 0) {
1108 Index3 = mPTLen[Index++];
1116 while (Index < 6 && mPTLen[Index] == 0) {
1165 PutBits (mPTLen[0], mPTCode[0]);
1168 PutBits (mPTLen[1], mPTCode[1]);
1171 PutBits (mPTLen[0], mPTCode[0]);
1172 PutBits (mPTLen[1], mPTCode[1]);
1175 PutBits (mPTLen[2], mPTCode[2]);
1179 PutBits (mPTLen[Index
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A DDecompress.c64 UINT8 mPTLen[NPT]; member in struct:__anon3675
334 FillBuf (Sd, Sd->mPTLen[Val]);
389 Sd->mPTLen[Index] = 0;
411 Sd->mPTLen[Index++] = (UINT8) CharC;
417 Sd->mPTLen[Index++] = 0;
424 Sd->mPTLen[Index++] = 0;
427 return MakeTable (Sd, nn, Sd->mPTLen, 8, Sd->mPTTable);
492 FillBuf (Sd, Sd->mPTLen[CharC]);
H A DEfiCompress.c242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
1003 while (n > 0 && mPTLen[n - 1] == 0) {
1009 k = mPTLen[i++];
1016 while (i < 6 && mPTLen[i] == 0) {
1057 PutBits(mPTLen[0], mPTCode[0]);
1060 PutBits(mPTLen[1], mPTCode[1]);
1063 PutBits(mPTLen[0], mPTCode[0]);
1064 PutBits(mPTLen[1], mPTCode[1]);
1067 PutBits(mPTLen[2], mPTCode[2]);
1071 PutBits(mPTLen[
[all...]
H A DTianoCompress.c251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; variable
1088 while (Number > 0 && mPTLen[Number - 1] == 0) {
1095 Index3 = mPTLen[Index++];
1103 while (Index < 6 && mPTLen[Index] == 0) {
1152 PutBits (mPTLen[0], mPTCode[0]);
1155 PutBits (mPTLen[1], mPTCode[1]);
1158 PutBits (mPTLen[0], mPTCode[0]);
1159 PutBits (mPTLen[1], mPTCode[1]);
1162 PutBits (mPTLen[2], mPTCode[2]);
1166 PutBits (mPTLen[Index
[all...]
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
H A DTianoDecompress.c64 UINT8 mPTLen[NPT]; member in struct:__anon4078
339 FillBuf (Sd, Sd->mPTLen[Val]);
391 Sd->mPTLen[Index] = 0;
413 Sd->mPTLen[Index++] = (UINT8) CharC;
418 Sd->mPTLen[Index++] = 0;
424 Sd->mPTLen[Index++] = 0;
427 return MakeTable (Sd, nn, Sd->mPTLen, 8, Sd->mPTTable);
491 FillBuf (Sd, Sd->mPTLen[CharC]);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
H A DDecompress.c176 UINT8 mPTLen[NPT]; member in struct:__anon5199
475 FillBuf (Sd, Sd->mPTLen[Val]);
520 if ((Number > sizeof (Sd->mPTLen)) || (nn > sizeof (Sd->mPTLen))) {
522 // Fail if Number or nn is greater than size of mPTLen
535 Sd->mPTLen[Index] = 0;
557 Sd->mPTLen[Index++] = (UINT8) CharC;
562 if (Index >= sizeof (Sd->mPTLen)) {
564 // Fail if Index is greater than or equal to mPTLen
568 Sd->mPTLen[Inde
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c87 STATIC UINT8 mPTLen[NPT]; variable
926 PutBits (mPTLen[LoopVar5], mPTCode[LoopVar5]);
1004 while (LoopVar8 > 0 && mPTLen[LoopVar8 - 1] == 0) {
1011 LoopVar3 = mPTLen[LoopVar1++];
1019 while (LoopVar1 < 6 && mPTLen[LoopVar1] == 0) {
1062 PutBits (mPTLen[0], mPTCode[0]);
1065 PutBits (mPTLen[1], mPTCode[1]);
1068 PutBits (mPTLen[0], mPTCode[0]);
1069 PutBits (mPTLen[1], mPTCode[1]);
1072 PutBits (mPTLen[
[all...]

Completed in 63 milliseconds