Home
last modified time | relevance | path

Searched refs:ThreeByteLength (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DFvLib.h103 UINT8 *ThreeByteLength
DFvLib.c751 UINT8 *ThreeByteLength in GetLength() argument
771 if (ThreeByteLength == NULL) { in GetLength()
775 Length = *((UINT32 *) ThreeByteLength); in GetLength()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DFvLib.h129 UINT8 *ThreeByteLength
DFvLib.c811 UINT8 *ThreeByteLength in GetLength() argument
831 if (ThreeByteLength == NULL) { in GetLength()
835 Length = *((UINT32 *) ThreeByteLength); in GetLength()