Home
last modified time | relevance | path

Searched refs:PutBits (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiCompress.c193 PutBits (
1009 PutBits(nbit, n); in WritePTLen()
1014 PutBits(3, k); in WritePTLen()
1016 PutBits(k - 3, (1U << (k - 3)) - 2); in WritePTLen()
1022 PutBits(2, (i - 3) & 3); in WritePTLen()
1048 PutBits(CBIT, n); in WriteCLen()
1060 PutBits(mPTLen[0], mPTCode[0]); in WriteCLen()
1063 PutBits(mPTLen[1], mPTCode[1]); in WriteCLen()
1064 PutBits(4, Count - 3); in WriteCLen()
1066 PutBits(mPTLen[0], mPTCode[0]); in WriteCLen()
[all …]
DTianoCompress.c212 PutBits (
1105 PutBits (nbit, Number); in WritePTLen()
1110 PutBits (3, Index3); in WritePTLen()
1112 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2); in WritePTLen()
1120 PutBits (2, (Index - 3) & 3); in WritePTLen()
1152 PutBits (CBIT, Number); in WriteCLen()
1165 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
1168 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen()
1169 PutBits (4, Count - 3); in WriteCLen()
1171 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiCompress.c183 PutBits (
1006 PutBits(nbit, n); in WritePTLen()
1011 PutBits(3, k); in WritePTLen()
1013 PutBits(k - 3, (1U << (k - 3)) - 2); in WritePTLen()
1019 PutBits(2, (i - 3) & 3); in WritePTLen()
1045 PutBits(CBIT, n); in WriteCLen()
1057 PutBits(mPTLen[0], mPTCode[0]); in WriteCLen()
1060 PutBits(mPTLen[1], mPTCode[1]); in WriteCLen()
1061 PutBits(4, Count - 3); in WriteCLen()
1063 PutBits(mPTLen[0], mPTCode[0]); in WriteCLen()
[all …]
DTianoCompress.c193 PutBits (
1085 PutBits (nbit, Number); in WritePTLen()
1090 PutBits (3, Index3); in WritePTLen()
1092 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2); in WritePTLen()
1100 PutBits (2, (Index - 3) & 3); in WritePTLen()
1132 PutBits (CBIT, Number); in WriteCLen()
1145 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
1148 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen()
1149 PutBits (4, Count - 3); in WriteCLen()
1151 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c880 PutBits ( in PutBits() function
923 PutBits (mCLen[LoopVar5], mCCode[LoopVar5]); in EncodeC()
948 PutBits (mPTLen[LoopVar5], mPTCode[LoopVar5]); in EncodeP()
950 PutBits(LoopVar5 - 1, LoopVar7 & (0xFFFFU >> (17 - LoopVar5))); in EncodeP()
1032 PutBits (nbit, LoopVar8); in WritePTLen()
1037 PutBits (3, LoopVar3); in WritePTLen()
1039 PutBits (LoopVar3 - 3, (1U << (LoopVar3 - 3)) - 2); in WritePTLen()
1047 PutBits (2, (LoopVar1 - 3) & 3); in WritePTLen()
1074 PutBits (CBIT, LoopVar8); in WriteCLen()
1087 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c908 PutBits (nbit, Number); in WritePTLen()
913 PutBits (3, Index3); in WritePTLen()
915 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2); in WritePTLen()
923 PutBits (2, (Index - 3) & 3); in WritePTLen()
955 PutBits (CBIT, Number); in WriteCLen()
968 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
971 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen()
972 PutBits (4, Count - 3); in WriteCLen()
974 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen()
975 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen()
[all …]
DTianoCompress.h234 PutBits (