Searched refs:sr1 (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_basics.h210 static inline Bool sr_EQ ( SysRes sr1, SysRes sr2 ) { argument
211 return sr1._val == sr2._val
212 && ((sr1._isError && sr2._isError)
213 || (!sr1._isError && !sr2._isError));
249 static inline Bool sr_EQ ( SysRes sr1, SysRes sr2 ) { argument
250 return sr1._mode == sr2._mode
251 && sr1._wLO == sr2._wLO && sr1._wHI == sr2._wHI;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
H A DSHA1PRNG_SecureRandomTest.java194 SecureRandom sr1; // these are needed to test new SecureRandom objects in loop
202 sr1 = SecureRandom.getInstance(algorithm, provider);
210 sr1.nextBytes(myBytes1);
217 sr1.nextBytes(myBytes1);
247 SecureRandom sr1; // these are needed to test new SecureRandom objects in loop
257 sr1 = SecureRandom.getInstance(algorithm, provider);
260 sr1.nextBytes(new byte[0]);
268 sr1.nextBytes(myBytes1);
275 sr1.nextBytes(myBytes1);
295 sr1
[all...]
/external/clang/test/SemaCXX/
H A Datomic-type.cxx38 short &sr1 = ovl1(a); local
H A Doverloaded-builtin-operators.cpp87 short& sr1 = (sr *= lr); local
/external/elfutils/tests/
H A Drun-allregs.sh234 71: sr1 (sr1), unsigned 32 bits
1257 71: sr1 (sr1), unsigned 64 bits

Completed in 82 milliseconds