/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
EfiCompress.c | 248 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1],
1389 mLenCnt[(Depth < 16) ? Depth : 16]++;
1419 mLenCnt[i] = 0;
1430 Cum += mLenCnt[i] << (16 - i);
1433 mLenCnt[16]--;
1435 if (mLenCnt[i] != 0) {
1436 mLenCnt[i]--;
1437 mLenCnt[i+1] += 2;
1444 k = mLenCnt[i];
1505 Start[i + 1] = (UINT16)((Start[i] + mLenCnt[i]) << 1); [all...] |
TianoCompress.c | 257 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT8_MAX + 1],
1522 mLenCnt[(Depth < 16) ? Depth : 16]++;
1557 mLenCnt[Index] = 0;
1568 Cum += mLenCnt[Index] << (16 - Index);
1572 mLenCnt[16]--;
1574 if (mLenCnt[Index] != 0) {
1575 mLenCnt[Index]--;
1576 mLenCnt[Index + 1] += 2;
1585 Index3 = mLenCnt[Index];
1653 Start[Index + 1] = (UINT16) ((Start[Index] + mLenCnt[Index]) << 1); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
EfiCompress.c | 258 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1],
1392 mLenCnt[(Depth < 16) ? Depth : 16]++;
1422 mLenCnt[i] = 0;
1433 Cum += mLenCnt[i] << (16 - i);
1436 mLenCnt[16]--;
1438 if (mLenCnt[i] != 0) {
1439 mLenCnt[i]--;
1440 mLenCnt[i+1] += 2;
1447 k = mLenCnt[i];
1508 Start[i + 1] = (UINT16)((Start[i] + mLenCnt[i]) << 1); [all...] |
TianoCompress.c | 276 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT8_MAX + 1],
1535 mLenCnt[(Depth < 16) ? Depth : 16]++;
1570 mLenCnt[Index] = 0;
1581 Cum += mLenCnt[Index] << (16 - Index);
1585 mLenCnt[16]--;
1587 if (mLenCnt[Index] != 0) {
1588 mLenCnt[Index]--;
1589 mLenCnt[Index + 1] += 2;
1598 Index3 = mLenCnt[Index];
1666 Start[Index + 1] = (UINT16) ((Start[Index] + mLenCnt[Index]) << 1); [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
Compress.c | 105 STATIC UINT16 mLenCnt[17];
677 mLenCnt[(mHuffmanDepth < 16) ? mHuffmanDepth : 16]++;
702 mLenCnt[LoopVar1] = 0;
713 Cum += mLenCnt[LoopVar1] << (16 - LoopVar1);
717 mLenCnt[16]--;
719 if (mLenCnt[LoopVar1] != 0) {
720 mLenCnt[LoopVar1]--;
721 mLenCnt[LoopVar1 + 1] += 2;
730 LoopVar2 = mLenCnt[LoopVar1];
758 Start[LoopVar1 + 1] = (UINT16) ((Start[LoopVar1] + mLenCnt[LoopVar1]) << 1); [all...] |
/external/vboot_reference/utility/ |
eficompress.c | 268 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], 1402 mLenCnt[(Depth < 16) ? Depth : 16]++; 1432 mLenCnt[i] = 0; 1443 Cum += mLenCnt[i] << (16 - i); 1446 mLenCnt[16]--; 1448 if (mLenCnt[i] != 0) { 1449 mLenCnt[i]--; 1450 mLenCnt[i+1] += 2; 1457 k = mLenCnt[i]; 1518 Start[i + 1] = (UINT16)((Start[i] + mLenCnt[i]) << 1) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
TianoCompress.c | 75 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT8_MAX + 1],
1350 mLenCnt[(Depth < 16) ? Depth : 16]++;
1385 mLenCnt[Index] = 0;
1396 Cum += mLenCnt[Index] << (16 - Index);
1400 mLenCnt[16]--;
1402 if (mLenCnt[Index] != 0) {
1403 mLenCnt[Index]--;
1404 mLenCnt[Index + 1] += 2;
1413 Index3 = mLenCnt[Index];
1481 Start[Index + 1] = (UINT16) ((Start[Index] + mLenCnt[Index]) << 1); [all...] |