/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
BaseUefiDecompressLib.c | 456 Sd->mCLen[Index] = 0;
500 Sd->mCLen[Index++] = 0;
505 Sd->mCLen[Index++] = (UINT8) (CharC - 2);
511 Sd->mCLen[Index++] = 0;
514 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
593 FillBuf (Sd, Sd->mCLen[Index2]);
|
BaseUefiDecompressLibInternals.h | 68 UINT8 mCLen[NC];
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
BaseUefiDecompressLib.c | 426 SetMem (Sd->mCLen, NC, 0);
466 Sd->mCLen[Index++] = 0;
471 Sd->mCLen[Index++] = (UINT8) (CharC - 2);
476 SetMem (Sd->mCLen + Index, NC - Index, 0);
478 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
557 FillBuf (Sd, Sd->mCLen[Index2]);
|
BaseUefiDecompressLibInternals.h | 59 UINT8 mCLen[NC];
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
BaseUefiTianoCustomDecompressLibInternals.h | 68 UINT8 mCLen[NC];
|
BaseUefiTianoCustomDecompressLib.c | 418 SetMem (Sd->mCLen, NC, 0);
461 Sd->mCLen[Index++] = 0;
466 Sd->mCLen[Index++] = (UINT8) (CharC - 2);
471 SetMem (Sd->mCLen + Index, NC - Index, 0);
473 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
552 FillBuf (Sd, Sd->mCLen[Index2]);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
Decompress.c | 63 UINT8 mCLen[NC];
460 Sd->mCLen[Index] = 0;
506 Sd->mCLen[Index++] = 0;
512 Sd->mCLen[Index++] = (UINT8) (CharC - 2);
518 Sd->mCLen[Index++] = 0;
521 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
587 FillBuf (Sd, Sd->mCLen[Index2]);
|
EfiCompress.c | 242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
950 while (n > 0 && mCLen[n - 1] == 0) {
955 k = mCLen[i++];
958 while (i < n && mCLen[i] == 0) {
1042 while (n > 0 && mCLen[n - 1] == 0) {
1048 k = mCLen[i++];
1051 while (i < n && mCLen[i] == 0) {
1082 PutBits(mCLen[c], mCCode[c]);
1123 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
|
TianoCompress.c | 251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
1032 while (Number > 0 && mCLen[Number - 1] == 0) {
1038 Index3 = mCLen[Index++];
1041 while (Index < Number && mCLen[Index] == 0) {
1135 while (Number > 0 && mCLen[Number - 1] == 0) {
1142 Index3 = mCLen[Index++];
1145 while (Index < Number && mCLen[Index] == 0) {
1177 PutBits (mCLen[Value], mCCode[Value]);
1230 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
TianoDecompress.c | 63 UINT8 mCLen[NC];
459 Sd->mCLen[Index] = 0;
504 Sd->mCLen[Index++] = 0;
509 Sd->mCLen[Index++] = (UINT8) (CharC - 2);
515 Sd->mCLen[Index++] = 0;
518 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
583 FillBuf (Sd, Sd->mCLen[Index2]);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
Decompress.c | 175 UINT8 mCLen[NC];
610 Sd->mCLen[Index] = 0;
655 Sd->mCLen[Index++] = 0;
660 Sd->mCLen[Index++] = (UINT8) (CharC - 2);
666 Sd->mCLen[Index++] = 0;
669 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
735 FillBuf (Sd, Sd->mCLen[Index2]);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
Decompress.c | 67 UINT8 mCLen[NC];
464 Sd->mCLen[Index] = 0;
509 Sd->mCLen[Index++] = 0;
514 Sd->mCLen[Index++] = (UINT8) (CharC - 2);
520 Sd->mCLen[Index++] = 0;
523 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
589 FillBuf (Sd, Sd->mCLen[Index2]);
|
EfiCompress.c | 252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
953 while (n > 0 && mCLen[n - 1] == 0) {
958 k = mCLen[i++];
961 while (i < n && mCLen[i] == 0) {
1045 while (n > 0 && mCLen[n - 1] == 0) {
1051 k = mCLen[i++];
1054 while (i < n && mCLen[i] == 0) {
1085 PutBits(mCLen[c], mCCode[c]);
1126 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
|
TianoCompress.c | 270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
1045 while (Number > 0 && mCLen[Number - 1] == 0) {
1051 Index3 = mCLen[Index++];
1054 while (Index < Number && mCLen[Index] == 0) {
1148 while (Number > 0 && mCLen[Number - 1] == 0) {
1155 Index3 = mCLen[Index++];
1158 while (Index < Number && mCLen[Index] == 0) {
1190 PutBits (mCLen[Value], mCCode[Value]);
1243 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
|
/external/vboot_reference/utility/ |
efidecompress.c | 80 UINT8 mCLen[NC]; 478 Sd->mCLen[Index] = 0; 523 Sd->mCLen[Index++] = 0; 528 Sd->mCLen[Index++] = (UINT8) (CharC - 2); 534 Sd->mCLen[Index++] = 0; 537 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); 603 FillBuf (Sd, Sd->mCLen[Index2]);
|
eficompress.c | 262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 963 while (n > 0 && mCLen[n - 1] == 0) { 968 k = mCLen[i++]; 971 while (i < n && mCLen[i] == 0) { 1055 while (n > 0 && mCLen[n - 1] == 0) { 1061 k = mCLen[i++]; 1064 while (i < n && mCLen[i] == 0) { 1095 PutBits(mCLen[c], mCCode[c]); 1136 Root = MakeTree(NC, mCFreq, mCLen, mCCode);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
Compress.c | 86 STATIC UINT8 mCLen[NC];
902 PutBits (mCLen[LoopVar5], mCCode[LoopVar5]);
954 while (LoopVar8 > 0 && mCLen[LoopVar8 - 1] == 0) {
960 LoopVar3 = mCLen[LoopVar1++];
963 while (LoopVar1 < LoopVar8 && mCLen[LoopVar1] == 0) {
1045 while (LoopVar8 > 0 && mCLen[LoopVar8 - 1] == 0) {
1052 LoopVar3 = mCLen[LoopVar1++];
1055 while (LoopVar1 < LoopVar8 && mCLen[LoopVar1] == 0) {
1104 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
TianoCompress.c | 69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
857 while (Number > 0 && mCLen[Number - 1] == 0) {
863 Index3 = mCLen[Index++];
866 while (Index < Number && mCLen[Index] == 0) {
960 while (Number > 0 && mCLen[Number - 1] == 0) {
967 Index3 = mCLen[Index++];
970 while (Index < Number && mCLen[Index] == 0) {
1002 PutBits (mCLen[Value], mCCode[Value]);
1055 Root = MakeTree (NC, mCFreq, mCLen, mCCode);
[all...] |
TianoCompress.h | 75 UINT8 mCLen[NC];
|