Searched defs:Read1 (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h81 void Read1(const MemLoc &ml, bool expect_race = false) { function in class:ScopedThread
/external/lzma/CPP/Windows/
H A DFileIO.cpp174 if (!Read1(buf, kClusterSize, processed))
201 if (!Read1(buf, kClusterSize, processed))
335 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) throw() function in class:NWindows::NFile::NIO::CInFile
347 return Read1(data, size, processedSize);

Completed in 148 milliseconds