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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
write.c 39 ssize_t BytesWritten;
44 BytesWritten = send ( pDescriptor->MyFD,
52 return BytesWritten;
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 118 size_t BytesWritten = 0;
123 BytesWritten += sizeof(MachO::section);
125 return BytesWritten;
132 size_t BytesWritten = 0;
138 BytesWritten += sizeof(MachO::section_64);
140 return BytesWritten;
144 size_t BytesWritten = 0;
147 BytesWritten = LC.PayloadString.length();
149 return BytesWritten;
190 size_t BytesWritten = 0
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
MappedBlockStream.cpp 200 uint32_t BytesWritten = 0;
214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk);
216 BytesWritten += BytesInChunk;
239 uint32_t BytesWritten = 0;
245 const uint8_t *Chunk = Buffer.data() + BytesWritten;
251 BytesWritten += BytesToWriteInChunk;
263 if (Offset + BytesWritten < MapEntry.first)
272 Interval WriteInterval = std::make_pair(Offset, Offset + BytesWritten);
  /external/llvm/lib/Support/
Path.cpp 905 int BytesRead = 0, BytesWritten = 0;
911 BytesWritten = write(WriteFD, Buf, BytesRead);
912 if (BytesWritten < 0)
914 BytesRead -= BytesWritten;
916 if (BytesWritten < 0)
923 if (BytesRead < 0 || BytesWritten < 0)
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
WinNtBlockIo.c 973 UINTN BytesWritten;
1003 Flag = Private->WinNtThunk->WriteFile (Private->NtHandle, Buffer, (DWORD) BufferSize, (LPDWORD) &BytesWritten, NULL);
1007 if (!Flag || (BytesWritten != BufferSize)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
ntdddisk.h 351 LARGE_INTEGER BytesWritten;
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]
winioctl.h 786 LARGE_INTEGER BytesWritten;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
WinNtSerialIo.c     [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 422 uint64_t BytesWritten = sizeof(MachO::linker_option_command);
426 BytesWritten += Option.size() + 1;
430 writeBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4));
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 384 uint64_t BytesWritten = EltSize - Offset;
385 assert(BytesWritten <= EltSize && "Not indexing into this element?");
386 if (BytesWritten >= BytesLeft)
390 BytesLeft -= BytesWritten;
391 CurPtr += BytesWritten;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
ndis.h     [all...]
wmidata.h     [all...]

Completed in 1415 milliseconds