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

  /external/llvm/lib/Support/
raw_ostream.cpp 314 size_t BytesToWrite = Size - (Size % NumBytes);
315 write_impl(Ptr, BytesToWrite);
316 size_t BytesRemaining = Size - BytesToWrite;
319 return write(Ptr + BytesToWrite, BytesRemaining);
321 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
httpext.h 140 DWORD BytesToWrite;

Completed in 141 milliseconds