Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c149 UINT16 JuBits; in MakeTable() local
184 JuBits = (UINT16) (16 - TableBits); in MakeTable()
188 Start[Index] >>= JuBits; in MakeTable()
197 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
227 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c148 UINT16 JuBits; in GlueMakeTable() local
194 JuBits = (UINT16) (16 - TableBits); in GlueMakeTable()
197 Start[Index] >>= JuBits; in GlueMakeTable()
206 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in GlueMakeTable()
236 Pointer = &Table[Index3 >> JuBits]; in GlueMakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DDecompress.c202 UINT16 JuBits; in MakeTable() local
226 JuBits = (UINT16) (16 - TableBits); in MakeTable()
229 Start[Index] >>= JuBits; in MakeTable()
237 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
267 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLib.c140 UINT16 JuBits; in MakeTable() local
175 JuBits = (UINT16) (16 - TableBits); in MakeTable()
179 Start[Index] >>= JuBits; in MakeTable()
188 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
218 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c195 UINT16 JuBits; in MakeTable() local
223 JuBits = (UINT16) (16 - TableBits); in MakeTable()
226 Start[Index] >>= JuBits; in MakeTable()
235 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
265 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DDecompress.c192 UINT16 JuBits; in MakeTable() local
216 JuBits = (UINT16) (16 - TableBits); in MakeTable()
219 Start[Index] >>= JuBits; in MakeTable()
228 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
258 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c310 UINT16 JuBits; in MakeTable() local
352 JuBits = (UINT16) (16 - TableBits); in MakeTable()
355 Start[Index] >>= JuBits; in MakeTable()
364 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
394 Pointer = &Table[Index3 >> JuBits]; in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c2146 UINT16 JuBits; in MakeTable() local
2176 JuBits = (UINT16) (16 - TableBits); in MakeTable()
2179 Start[Index] >>= JuBits; in MakeTable()
2188 Index = (UINT16) (Start[TableBits + 1] >> JuBits); in MakeTable()
2218 Pointer = &Table[Index3 >> JuBits]; in MakeTable()