HomeSort by relevance Sort by last modified time
    Searched refs:BytesWritten (Results 1 - 3 of 3) 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/MC/
MachObjectWriter.cpp 398 uint64_t BytesWritten = sizeof(macho::LinkerOptionsLoadCommand);
403 BytesWritten += Option.size() + 1;
407 WriteBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4));
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 356 uint64_t BytesWritten = EltSize - Offset;
357 assert(BytesWritten <= EltSize && "Not indexing into this element?");
358 if (BytesWritten >= BytesLeft)
362 BytesLeft -= BytesWritten;
363 CurPtr += BytesWritten;
    [all...]

Completed in 66 milliseconds