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

  /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/QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/
TisPc.c 112 UINTN WriteLength;
117 WriteLength = 0;
129 &WriteLength,
  /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/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockService.c 878 UINTN WriteLength;
928 WriteLength = GoodFwVolHeader->HeaderLength;
932 &WriteLength,
935 ASSERT (WriteLength == GoodFwVolHeader->HeaderLength);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/
TisPc.c 134 UINTN WriteLength;
154 WriteLength = 2;
161 &WriteLength,
  /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)
  /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/v8/src/
gdb-jit.cc     [all...]

Completed in 412 milliseconds