Searched refs:PutBits (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | EfiCompress.c | 193 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 …]
|
D | TianoCompress.c | 212 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/ |
D | EfiCompress.c | 183 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 …]
|
D | TianoCompress.c | 193 PutBits ( 1092 PutBits (nbit, Number); in WritePTLen() 1097 PutBits (3, Index3); in WritePTLen() 1099 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2); in WritePTLen() 1107 PutBits (2, (Index - 3) & 3); in WritePTLen() 1139 PutBits (CBIT, Number); in WriteCLen() 1152 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen() 1155 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen() 1156 PutBits (4, Count - 3); in WriteCLen() 1158 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 860 PutBits ( in PutBits() function 902 PutBits (mCLen[LoopVar5], mCCode[LoopVar5]); in EncodeC() 926 PutBits (mPTLen[LoopVar5], mPTCode[LoopVar5]); in EncodeP() 928 PutBits(LoopVar5 - 1, LoopVar7 & (0xFFFFU >> (17 - LoopVar5))); in EncodeP() 1008 PutBits (nbit, LoopVar8); in WritePTLen() 1013 PutBits (3, LoopVar3); in WritePTLen() 1015 PutBits (LoopVar3 - 3, (1U << (LoopVar3 - 3)) - 2); in WritePTLen() 1023 PutBits (2, (LoopVar1 - 3) & 3); in WritePTLen() 1049 PutBits (CBIT, LoopVar8); in WriteCLen() 1062 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 917 PutBits (nbit, Number); in WritePTLen() 922 PutBits (3, Index3); in WritePTLen() 924 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2); in WritePTLen() 932 PutBits (2, (Index - 3) & 3); in WritePTLen() 964 PutBits (CBIT, Number); in WriteCLen() 977 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen() 980 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen() 981 PutBits (4, Count - 3); in WriteCLen() 983 PutBits (mPTLen[0], mPTCode[0]); in WriteCLen() 984 PutBits (mPTLen[1], mPTCode[1]); in WriteCLen() [all …]
|
D | TianoCompress.h | 234 PutBits (
|