Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c151 UINT16 NextCode; in MakeTable() local
216 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
220 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
252 Start[Len] = NextCode; in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c150 UINT16 NextCode; in GlueMakeTable() local
225 NextCode = (UINT16) (Start[Len] + Weight[Len]); in GlueMakeTable()
229 for (Index = Start[Len]; Index < NextCode; Index++) { in GlueMakeTable()
265 Start[Len] = NextCode; in GlueMakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DDecompress.c204 UINT16 NextCode; in MakeTable() local
256 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
260 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
290 Start[Len] = NextCode; in MakeTable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLib.c142 UINT16 NextCode; in MakeTable() local
207 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
211 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
243 Start[Len] = NextCode; in MakeTable()
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c197 UINT16 NextCode; in MakeTable() local
254 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
258 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
288 Start[Len] = NextCode; in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DDecompress.c194 UINT16 NextCode; in MakeTable() local
247 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
251 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
281 Start[Len] = NextCode; in MakeTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DDecompress.c312 UINT16 NextCode; in MakeTable() local
383 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
387 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
423 Start[Len] = NextCode; in MakeTable()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c2148 UINT16 NextCode; in MakeTable() local
2207 NextCode = (UINT16) (Start[Len] + Weight[Len]); in MakeTable()
2211 for (Index = Start[Len]; Index < NextCode; Index++) { in MakeTable()
2241 Start[Len] = NextCode; in MakeTable()