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

  /external/llvm/include/llvm/Support/
StreamableMemoryObject.h 141 mutable size_t BytesRead; // Bytes read from stream
147 // (i.e. BytesRead > Pos). Return true if Pos can be read.
153 while (Pos >= BytesRead) {
154 Bytes.resize(BytesRead + BytesSkipped + kChunkSize);
155 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
157 BytesRead += bytes;
159 if (ObjectSize && BytesRead < Pos)
161 if (BytesRead <= Pos) { // reached EOF/ran out of bytes
162 ObjectSize = BytesRead;
  /external/libnfc-nxp/src/
phFriNfc_DesfireMap.c 627 uint32_t BytesRead = 0;
855 BytesRead = phFriNfc_Desfire_HGetLeBytes(NdefMap);
859 if ( (NdefMap->DesfireCapContainer.SkipNlenBytesFlag == 1) && ((BytesRead == 1) || (BytesRead == 2 )))
861 BytesRead += PH_FRINFC_NDEFMAP_DESF_NLEN_SIZE_IN_BYTES; /* to take care of first 2 len bytes*/
870 if ( ( BytesRead == SendRecLen ) &&
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc     [all...]

Completed in 276 milliseconds