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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 311 FillBuf (Sd, Sd->mPTLen[Val]);
354 if ((Number > sizeof (Sd->mPTLen)) || (nn > sizeof (Sd->mPTLen))) {
356 // Fail if Number or nn is greater than size of mPTLen
372 Sd->mPTLen[Index] = 0;
399 Sd->mPTLen[Index++] = (UINT8) CharC;
410 if (Index >= sizeof (Sd->mPTLen)) {
412 // Fail if Index is greater than or equal to mPTLen
416 Sd->mPTLen[Index++] = 0;
422 Sd->mPTLen[Index++] = 0;
    [all...]
BaseUefiDecompressLibInternals.h 69 UINT8 mPTLen[NPT];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 176 UINT8 mPTLen[NPT];
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[Index++] = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 298 FillBuf (Sd, Sd->mPTLen[Val]);
350 SetMem (Sd->mPTLen, nn, 0);
376 Sd->mPTLen[Index++] = (UINT8) CharC;
387 Sd->mPTLen[Index++] = 0;
393 Sd->mPTLen[Index++] = 0;
396 return MakeTable (Sd, nn, Sd->mPTLen, 8, Sd->mPTTable);
453 FillBuf (Sd, Sd->mPTLen[CharC]);
BaseUefiDecompressLibInternals.h 60 UINT8 mPTLen[NPT];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
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[k + 2], mPTCode[k + 2]);
    [all...]
TianoCompress.c 251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
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[Index3 + 2], mPTCode[Index3 + 2]);
    [all...]
Decompress.c 64 UINT8 mPTLen[NPT];
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]);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
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[k + 2], mPTCode[k + 2]);
    [all...]
TianoCompress.c 270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
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[Index3 + 2], mPTCode[Index3 + 2]);
    [all...]
Decompress.c 68 UINT8 mPTLen[NPT];
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]);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 87 STATIC UINT8 mPTLen[NPT];
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[2], mPTCode[2]);
    [all...]
  /external/vboot_reference/utility/
eficompress.c 262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
1016 while (n > 0 && mPTLen[n - 1] == 0) {
1022 k = mPTLen[i++];
1029 while (i < 6 && mPTLen[i] == 0) {
1070 PutBits(mPTLen[0], mPTCode[0]);
1073 PutBits(mPTLen[1], mPTCode[1]);
1076 PutBits(mPTLen[0], mPTCode[0]);
1077 PutBits(mPTLen[1], mPTCode[1]);
1080 PutBits(mPTLen[2], mPTCode[2]);
1084 PutBits(mPTLen[k + 2], mPTCode[k + 2])
    [all...]
efidecompress.c 81 UINT8 mPTLen[NPT];
356 FillBuf (Sd, Sd->mPTLen[Val]);
409 Sd->mPTLen[Index] = 0;
431 Sd->mPTLen[Index++] = (UINT8) CharC;
436 Sd->mPTLen[Index++] = 0;
442 Sd->mPTLen[Index++] = 0;
445 return MakeTable (Sd, nn, Sd->mPTLen, 8, Sd->mPTTable);
510 FillBuf (Sd, Sd->mPTLen[CharC]);
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 64 UINT8 mPTLen[NPT];
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/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLibInternals.h 69 UINT8 mPTLen[NPT];
BaseUefiTianoCustomDecompressLib.c 288 FillBuf (Sd, Sd->mPTLen[Val]);
342 SetMem (Sd->mPTLen, nn, 0);
368 Sd->mPTLen[Index++] = (UINT8) CharC;
379 Sd->mPTLen[Index++] = 0;
385 Sd->mPTLen[Index++] = 0;
388 return MakeTable (Sd, nn, Sd->mPTLen, 8, Sd->mPTTable);
448 FillBuf (Sd, Sd->mPTLen[CharC]);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
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[Index3 + 2], mPTCode[Index3 + 2]);
    [all...]
TianoCompress.h 76 UINT8 mPTLen[NPT];

Completed in 338 milliseconds