Home
last modified time | relevance | path

Searched refs:BytesRead (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DStreamableMemoryObject.h145 mutable size_t BytesRead; // Bytes read from stream variable
157 while (Pos >= BytesRead) { in fetchToPos()
158 Bytes.resize(BytesRead + BytesSkipped + kChunkSize); in fetchToPos()
159 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], in fetchToPos()
161 BytesRead += bytes; in fetchToPos()
163 if (ObjectSize && BytesRead < Pos) in fetchToPos()
165 if (BytesRead <= Pos) { // reached EOF/ran out of bytes in fetchToPos()
166 ObjectSize = BytesRead; in fetchToPos()
/external/llvm/lib/Support/
DStreamableMemoryObject.cpp100 size_t pos = BytesRead + kChunkSize; in getExtent()
123 if (BytesRead < s) return true; in dropLeadingBytes()
125 BytesRead -= s; in dropLeadingBytes()
142 Bytes(kChunkSize), Streamer(streamer), BytesRead(0), BytesSkipped(0), in StreamingMemoryObject()
144 BytesRead = streamer->GetBytes(&Bytes[0], kChunkSize); in StreamingMemoryObject()
/external/libnfc-nxp/src/
DphFriNfc_DesfireMap.c627 uint32_t BytesRead = 0; in phFriNfc_Desfire_Process() local
855 BytesRead = phFriNfc_Desfire_HGetLeBytes(NdefMap); in phFriNfc_Desfire_Process()
859 …( (NdefMap->DesfireCapContainer.SkipNlenBytesFlag == 1) && ((BytesRead == 1) || (BytesRead == 2 )… in phFriNfc_Desfire_Process()
861BytesRead += PH_FRINFC_NDEFMAP_DESF_NLEN_SIZE_IN_BYTES; /* to take care of first 2 len bytes*/ in phFriNfc_Desfire_Process()
870 if ( ( BytesRead == SendRecLen ) && in phFriNfc_Desfire_Process()
/external/chromium/chrome/browser/task_manager/
Dtask_manager.cc786 void TaskManagerModel::BytesRead(BytesReadParam param) { in BytesRead() function in TaskManagerModel
818 BytesRead(param); in BytesRead()
877 &TaskManagerModel::BytesRead, in OnBytesRead()
Dtask_manager.h386 void BytesRead(BytesReadParam param);