HomeSort by relevance Sort by last modified time
    Searched refs:WriteLength (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
PlatformHelperLib.c 249 UINTN WriteLength;
278 WriteLength = 1;
283 &WriteLength,
305 UINTN WriteLength;
334 WriteLength = 1;
339 &WriteLength,
357 WriteLength = 2;
362 &WriteLength,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/Library/
I2cLib.h 128 @param WriteLength No. of bytes to be written. In this case data
140 @retval EFI_INVALID_PARAMETER This, WriteLength, ReadLength or Buffer
153 IN UINTN *WriteLength,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
CommonHeader.h 197 @param WriteLength No. of bytes to be written. In this case data
216 IN UINTN WriteLength,
I2cLib.c 628 @param WriteLength No. of bytes to be written. In this case data
647 IN UINTN WriteLength,
658 if (WriteLength > I2C_FIFO_SIZE || ReadLength > I2C_FIFO_SIZE) {
682 for (Index = 0; Index < WriteLength; Index++) {
951 @param WriteLength No. of bytes to be written. In this case data
962 @retval EFI_INVALID_PARAMETER This, WriteLength, ReadLength or Buffer
975 IN UINTN *WriteLength,
985 if (Buffer == NULL || WriteLength == NULL || ReadLength == NULL) {
998 Status = ReadMultipleByte (I2CAddress, Buffer, (*WriteLength), (*ReadLength));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/
TisPc.c 112 UINTN WriteLength;
117 WriteLength = 0;
129 &WriteLength,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/
TisPc.c 134 UINTN WriteLength;
154 WriteLength = 2;
161 &WriteLength,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWrite.c 340 UINTN WriteLength;
420 WriteLength = NumberOfWriteBlocks * BlockSize;
425 if (WriteLength > FtwDevice->SpareAreaLength) {
470 MyBufferSize = WriteLength;
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.c 878 UINTN WriteLength;
928 WriteLength = GoodFwVolHeader->HeaderLength;
932 &WriteLength,
935 ASSERT (WriteLength == GoodFwVolHeader->HeaderLength);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolWrite.c 676 UINTN WriteLength;
701 WriteLength = RemainingLength;
709 &WriteLength,
719 TmpBuffer += WriteLength;
720 RemainingLength -= WriteLength;
721 WriteLength = (UINTN) RemainingLength;
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 272 WriteLength(length);
302 WriteLength(value.CalculateSize());
313 WriteLength(value.Length);
378 public void WriteLength(int length)
CodedOutputStream.ComputeSize.cs 221 /// as written by <see cref="WriteLength"/>.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g     [all...]
  /external/v8/src/
gdb-jit.cc     [all...]

Completed in 175 milliseconds