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

  /external/llvm/lib/Support/
raw_ostream.cpp 306 size_t BytesToWrite = Size - (Size % NumBytes);
307 write_impl(Ptr, BytesToWrite);
308 copy_to_buffer(Ptr + BytesToWrite, Size - BytesToWrite);
  /external/libnfc-nxp/src/
phFriNfc_MifareULMap.c     [all...]
phFriNfc_MifareStdMap.c     [all...]

Completed in 526 milliseconds