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

  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 538 * \param[out] BytesWritten The actual number of bytes written to the buffer. This can be used by
551 uint32_t *BytesWritten)
559 if(Record==NULL ||Buffer==NULL||BytesWritten==NULL||MaxBufferSize == 0)
575 *BytesWritten = i_data;
    [all...]
  /external/llvm/lib/Support/
Path.cpp 877 int BytesRead = 0, BytesWritten = 0;
883 BytesWritten = write(WriteFD, Buf, BytesRead);
884 if (BytesWritten < 0)
886 BytesRead -= BytesWritten;
888 if (BytesWritten < 0)
895 if (BytesRead < 0 || BytesWritten < 0)
  /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;
winioctl.h 778 LARGE_INTEGER BytesWritten;
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 420 uint64_t BytesWritten = sizeof(MachO::linker_option_command);
424 BytesWritten += Option.size() + 1;
428 writeBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4));
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 377 uint64_t BytesWritten = EltSize - Offset;
378 assert(BytesWritten <= EltSize && "Not indexing into this element?");
379 if (BytesWritten >= BytesLeft)
383 BytesLeft -= BytesWritten;
384 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 1539 milliseconds