Searched refs:Read1 (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mop.cc42 t1.Read1(l);
50 t2.Read1(l, true);
56 t1.Read1(l);
57 t2.Read1(l);
64 t1.Read1(l);
65 t2.Read1(l, true);
H A Dtsan_test_util.h81 void Read1(const MemLoc &ml, bool expect_race = false) { function in class:ScopedThread
H A Dtsan_mutex.cc142 t1.Read1(l);
143 t3.Read1(l);
/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);
H A DFileIO.h178 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
/external/lzma/CPP/7zip/Common/
H A DFileStreams.cpp127 bool result = File.Read1(Buf, readSize, BufSize);

Completed in 2453 milliseconds