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

/external/valgrind/include/
H A Dpub_tool_basics.h232 static inline Bool sr_EQ ( UInt sysno, SysRes sr1, SysRes sr2 ) {
251 return sr1._val == sr2._val
252 && (useEx ? (sr1._valEx == sr2._valEx) : True)
253 && sr1._isError == sr2._isError;
268 static inline Bool sr_EQ ( UInt sysno, SysRes sr1, SysRes sr2 ) {
270 return sr1._val == sr2._val
271 && sr1._isError == sr2._isError;
328 static inline Bool sr_EQ ( UInt sysno, SysRes sr1, SysRes sr2 ) {
330 return sr1._mode == sr2._mode
331 && sr1._wLO == sr2
[all...]
/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.cpp753 __m128i sr2 = _mm_slli_epi32(src_pixel2, (24 - SK_R32_SHIFT)); local
754 sr2 = _mm_srli_epi32(sr2, 24);
755 __m128i sr = _mm_packs_epi32(sr1, sr2);
867 __m128i sr2 = _mm_slli_epi32(src_pixel2, (24 - SK_R32_SHIFT)); local
868 sr2 = _mm_srli_epi32(sr2, 24);
869 __m128i sr = _mm_packs_epi32(sr1, sr2);
1017 __m128i sr2 = _mm_slli_epi32(src_pixel2, (24 - SK_R32_SHIFT)); local
1018 sr2
[all...]
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp107 short& sr2 = (sr %= lr); local
/external/opencv/cv/src/
H A Dcvsegmentation.cpp348 double sr2 = sr * sr; local
349 int isr2 = cvRound(sr2), isr22 = MAX(isr2,16);
/external/elfutils/tests/
H A Drun-allregs.sh228 72: sr2 (sr2), unsigned 32 bits
1251 72: sr2 (sr2), unsigned 64 bits
H A Drun-addrcfi.sh372 privileged reg72 (sr2): undefined
1394 privileged reg72 (sr2): undefined
2422 privileged reg72 (sr2): undefined

Completed in 895 milliseconds