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

  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 244 unsigned NumBytesRead = 0;
246 uint64_t Val = decodeULEB128(Data, &NumBytesRead);
250 else if (Data + NumBytesRead > End)
260 Data += NumBytesRead;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
parallel.h 228 OUT PULONG NumBytesRead,

Completed in 101 milliseconds