Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_mop.cc42 t1.Read1(l); in TEST()
50 t2.Read1(l, true); in TEST()
56 t1.Read1(l); in TEST()
57 t2.Read1(l); in TEST()
64 t1.Read1(l); in TEST()
65 t2.Read1(l, true); in TEST()
Dtsan_mutex.cc142 t1.Read1(l); in TEST()
143 t3.Read1(l); in TEST()
Dtsan_test_util.h81 void Read1(const MemLoc &ml, bool expect_race = false) {
/external/lzma/CPP/Windows/
DFileIO.cpp174 if (!Read1(buf, kClusterSize, processed)) in CorrectDeviceSize()
201 if (!Read1(buf, kClusterSize, processed)) in CorrectDeviceSize()
335 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) throw() in Read1() function in NWindows::NFile::NIO::CInFile
347 return Read1(data, size, processedSize); in ReadPart()
DFileIO.h189 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
/external/lzma/CPP/7zip/Common/
DFileStreams.cpp131 bool result = File.Read1(Buf, readSize, BufSize); in Read()