Lines Matching defs:Size

892   IN  UINT64  Size
906 Size - Firmware Volume Size
935 // Firmware Volume Size in 16 byte block
937 CompFitPtr->CompSize = ((UINT32) Size) / 16;
1133 (a) Component Size greater than the specified size.
1241 Error (NULL, 0, 2000,"Invalid Parameter", "There's component in second VTF so second BaseAddress and Size must be specified!");
1316 (b)The PAL_A Size is more than specified size status
1352 Error (NULL, 0, 2000, "Invalid parameter", "The PAL_A Size is more than the specified size.");
1461 Error (NULL, 0, 2000, "Invalid parameter", "Invalid FIT Table Size, it is not a multiple of 16 bytes. Please correct the size.");
1593 DataSize - Size of the data needed to be copied.
1643 TotalVtfSize - Size of the VTF
1684 FileHeader->Size[0] = (UINT8) (TotalVtfSize & 0x000000FF);
1685 FileHeader->Size[1] = (UINT8) ((TotalVtfSize & 0x0000FF00) >> 8);
1686 FileHeader->Size[2] = (UINT8) ((TotalVtfSize & 0x00FF0000) >> 16);
1716 FwVolSize - Total Size of the FwVolume to which VTF will be attached..
1746 FirstFwVSize - Total Size of the FwVolume to which VTF will be attached..
1751 EFI_ABORTED - Invalid File Size
1842 IN UINT64 Size
1853 Size - Size of the Firmware Volume of which, this VTF belongs to.
1894 UpdateFitEntryForFwVolume (Size);
1977 Error (NULL, 0, 2000, "Invalid parameter", "Error BaseAddress and Size parameters!");
2003 Error (NULL, 0, 2000, "Invalid parameter", "Error BaseAddress and Size parameters!");
2174 FileSize - Size of bin file.
2332 UINTN Size;
2350 Size = TmpFitPtr->CompSize * 16;
2354 TmpFitPtr->CheckSum = CalculateChecksum8 ((UINT8 *) TmpFitPtr, Size);
2635 Error (NULL, 0, 2000, "Invalid parameter", "No FV Size is specified");