Home
last modified time | relevance | path

Searched refs:TableBits (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c137 IN UINT16 TableBits, in MakeTable() argument
160 ASSERT (TableBits <= 16); in MakeTable()
184 JuBits = (UINT16) (16 - TableBits); in MakeTable()
187 for (Index = 1; Index <= TableBits; Index++) { in MakeTable()
189 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
197 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
200 Index3 = (UINT16) (1U << TableBits); in MakeTable()
207 Mask = (UINT16) (1U << (15 - TableBits)); in MakeTable()
218 if (Len <= TableBits) { in MakeTable()
228 Index = (UINT16) (Len - TableBits); in MakeTable()
DBaseUefiDecompressLibInternals.h127 IN UINT16 TableBits,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c136 IN UINT16 TableBits, in GlueMakeTable() argument
158 if (TableBits >= (sizeof (Count)/sizeof (UINT16))) { in GlueMakeTable()
194 JuBits = (UINT16) (16 - TableBits); in GlueMakeTable()
196 for (Index = 1; Index <= TableBits; Index++) { in GlueMakeTable()
198 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in GlueMakeTable()
206 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in GlueMakeTable()
209 Index3 = (UINT16) (1U << TableBits); in GlueMakeTable()
216 Mask = (UINT16) (1U << (15 - TableBits)); in GlueMakeTable()
227 if (Len <= TableBits) { in GlueMakeTable()
237 Index = (UINT16) (Len - TableBits); in GlueMakeTable()
DBaseUefiDecompressLibInternals.h136 IN UINT16 TableBits,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLib.c128 IN UINT16 TableBits, in MakeTable() argument
151 ASSERT (TableBits <= 16); in MakeTable()
175 JuBits = (UINT16) (16 - TableBits); in MakeTable()
178 for (Index = 1; Index <= TableBits; Index++) { in MakeTable()
180 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
188 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
191 Index3 = (UINT16) (1U << TableBits); in MakeTable()
198 Mask = (UINT16) (1U << (15 - TableBits)); in MakeTable()
209 if (Len <= TableBits) { in MakeTable()
219 Index = (UINT16) (Len - TableBits); in MakeTable()
DBaseUefiTianoCustomDecompressLibInternals.h136 IN UINT16 TableBits,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DDecompress.c170 IN UINT16 TableBits, in MakeTable() argument
226 JuBits = (UINT16) (16 - TableBits); in MakeTable()
228 for (Index = 1; Index <= TableBits; Index++) { in MakeTable()
230 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
237 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
240 Index3 = (UINT16) (1U << TableBits); in MakeTable()
247 Mask = (UINT16) (1U << (15 - TableBits)); in MakeTable()
258 if (Len <= TableBits) { in MakeTable()
268 Index = (UINT16) (Len - TableBits); in MakeTable()
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c163 IN UINT16 TableBits, in MakeTable() argument
223 JuBits = (UINT16) (16 - TableBits); in MakeTable()
225 for (Index = 1; Index <= TableBits; Index++) { in MakeTable()
227 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
235 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
238 Index3 = (UINT16) (1U << TableBits); in MakeTable()
245 Mask = (UINT16) (1U << (15 - TableBits)); in MakeTable()
256 if (Len <= TableBits) { in MakeTable()
266 Index = (UINT16) (Len - TableBits); in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c278 IN UINT16 TableBits, in MakeTable() argument
318 if (TableBits >= (sizeof (Count)/sizeof (UINT16))) { in MakeTable()
352 JuBits = (UINT16) (16 - TableBits); in MakeTable()
354 for (Index = 1; Index <= TableBits; Index++) { in MakeTable()
356 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
364 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
367 Index3 = (UINT16) (1U << TableBits); in MakeTable()
374 Mask = (UINT16) (1U << (15 - TableBits)); in MakeTable()
385 if (Len <= TableBits) { in MakeTable()
395 Index = (UINT16) (Len - TableBits); in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DDecompress.c160 IN UINT16 TableBits, in MakeTable() argument
216 JuBits = (UINT16) (16 - TableBits); in MakeTable()
218 for (Index = 1; Index <= TableBits; Index++) { in MakeTable()
220 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
228 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
231 Index3 = (UINT16) (1U << TableBits); in MakeTable()
238 Mask = (UINT16) (1U << (15 - TableBits)); in MakeTable()
249 if (Len <= TableBits) { in MakeTable()
259 Index = (UINT16) (Len - TableBits); in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c2114 IN UINT16 TableBits, in MakeTable() argument
2176 JuBits = (UINT16) (16 - TableBits); in MakeTable()
2178 for (Index = 1; Index <= TableBits; Index++) { in MakeTable()
2180 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
2188 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
2191 Index3 = (UINT16) (1U << TableBits); in MakeTable()
2198 Mask = (UINT16) (1U << (15 - TableBits)); in MakeTable()
2209 if (Len <= TableBits) { in MakeTable()
2219 Index = (UINT16) (Len - TableBits); in MakeTable()
DTianoCompress.h342 IN UINT16 TableBits,