Home
last modified time | relevance | path

Searched refs:Weight (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c142 UINT16 Weight[17]; in MakeTable() local
186 Weight[0] = 0; in MakeTable()
189 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
193 Weight[Index] = (UINT16) (1U << (16 - Index)); in MakeTable()
216 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLib.c133 UINT16 Weight[17]; in MakeTable() local
177 Weight[0] = 0; in MakeTable()
180 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
184 Weight[Index] = (UINT16) (1U << (16 - Index)); in MakeTable()
207 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c141 UINT16 Weight[17]; in GlueMakeTable() local
198 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in GlueMakeTable()
202 Weight[Index] = (UINT16) (1U << (16 - Index)); in GlueMakeTable()
225 NextCode = (UINT16) (Start[Len] + Weight[Len]); in GlueMakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DDecompress.c195 UINT16 Weight[17]; in MakeTable() local
230 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
234 Weight[Index++] = (UINT16) (1U << (16 - Index)); in MakeTable()
256 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c188 UINT16 Weight[17]; in MakeTable() local
227 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
231 Weight[Index] = (UINT16) (1U << (16 - Index)); in MakeTable()
254 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DDecompress.c185 UINT16 Weight[17]; in MakeTable() local
220 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
224 Weight[Index] = (UINT16) (1U << (16 - Index)); in MakeTable()
247 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c303 UINT16 Weight[17]; in MakeTable() local
356 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
360 Weight[Index] = (UINT16) (1U << (16 - Index)); in MakeTable()
383 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c2139 UINT16 Weight[17]; in MakeTable() local
2180 Weight[Index] = (UINT16) (1U << (TableBits - Index)); in MakeTable()
2184 Weight[Index] = (UINT16) (1U << (16 - Index)); in MakeTable()
2207 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()