Home
last modified time | relevance | path

Searched refs:NumBytesRead (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
DIsp1761UsbDxe.c120 UINTN NumBytesRead; in ReadEndpointBuffer() local
145 NumBytesRead = NumBytesAvailable & (~0x3); in ReadEndpointBuffer()
146 if (NumBytesRead != NumBytesAvailable) { in ReadEndpointBuffer()
150 ((UINT8 *) Buffer)[NumBytesRead + Index] = Val32 >> (Index * 8); in ReadEndpointBuffer()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c2012 UINTN NumBytesRead; in AddFile() local
2052 NumBytesRead = fread (FileBuffer, sizeof (UINT8), FileSize, NewFile); in AddFile()
2062 if (NumBytesRead != sizeof (UINT8) * FileSize) { in AddFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c1126 UINTN NumBytesRead; in AddFile() local
1164 NumBytesRead = fread (FileBuffer, sizeof (UINT8), FileSize, NewFile); in AddFile()
1174 if (NumBytesRead != sizeof (UINT8) * FileSize) { in AddFile()