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

  /external/llvm/include/llvm/Support/
StreamingMemoryObject.h 56 mutable size_t BytesRead; // Bytes read from stream
62 // (i.e. BytesRead > Pos). Return true if Pos can be read.
69 while (Pos >= BytesRead) {
70 Bytes.resize(BytesRead + BytesSkipped + kChunkSize);
71 size_t bytes = Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped],
73 BytesRead += bytes;
75 ObjectSize = BytesRead;
80 return Pos < 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/llvm/include/llvm/Bitcode/
BitstreamReader.h 321 uint64_t BytesRead =
325 if (BytesRead == 0) {
333 NextChar += BytesRead;
334 BitsInCurWord = BytesRead * 8;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdddisk.h 350 LARGE_INTEGER BytesRead;
winioctl.h 777 LARGE_INTEGER BytesRead;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
wmidata.h     [all...]

Completed in 356 milliseconds