Searched refs:v3 (Results 1 - 25 of 463) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/
H A Dexclfwd2.c29 const char *v3; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/
H A Dexclfwd2.c29 const char *v3; variable
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphash_ref.h12 v2 += v3; \
13 v3 = ROTL64(v3, 16); \
14 v3 ^= v2; \
15 v0 += v3; \
16 v3 = ROTL64(v3, 21); \
17 v3 ^= v0; \
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dweak_undef_file1.cc51 int *v3 = &v2; variable
74 return (v3 == NULL) ? -1 : *v3;
H A Dweak_undef_file2.cc46 int *v3 = &v2; variable
69 return (v3 == NULL) ? -1 : *v3;
H A Dlarge.c29 int v3[0x10000]; variable
40 assert (v3[0] == 0 && v3[0xffff] == 0);
47 assert (&v1 < v3 && &v1 < v4 && &v1 < v5);
48 assert (&v2 < v3 && &v2 < v4 && &v2 < v5);
49 assert (&v6 < v3 && &v6 < v4 && &v6 < v5);
50 assert (&v7 < v3 && &v7 < v4 && &v7 < v5);
54 assert (v3 < v4);
55 assert (v3 < v5);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dcttiadd3.cc20 T v3; local
21 v3 = v1;
22 v3 += v2;
23 return v3;
28 T v3; local
29 v3 = v1;
30 v3 += v2;
31 return v3;
H A Dcttiadd.cc20 T v3; local
21 v3 = v1;
22 v3 += v2;
23 return v3;
H A Dcttiadd2.cc20 T v3; local
21 v3 = v1;
22 v3 += v2;
23 return v3;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcttiadd3.cc20 T v3; local
21 v3 = v1;
22 v3 += v2;
23 return v3;
28 T v3; local
29 v3 = v1;
30 v3 += v2;
31 return v3;
H A Dcttiadd.cc20 T v3; local
21 v3 = v1;
22 v3 += v2;
23 return v3;
H A Dcttiadd2.cc20 T v3; local
21 v3 = v1;
22 v3 += v2;
23 return v3;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h187 const T3& v3) {
188 if (pred(v1, v2, v3)) return AssertionSuccess();
196 << e3 << " evaluates to " << ::testing::PrintToString(v3);
201 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\
202 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \
207 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\
211 #v3, \
215 v3), on_failure)
218 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \
180 AssertPred3Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, Pred pred, const T1& v1, const T2& v2, const T3& v3) argument
236 AssertPred4Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4) argument
298 AssertPred5Helper(const char* pred_text, const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, Pred pred, const T1& v1, const T2& v2, const T3& v3, const T4& v4, const T5& v5) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/
H A Dbit.s33 mov v3.8b, v0.8b
34 bif v3.8b, v1.8b, v2.8b
35 addv b4, v3.8b
40 mov v3.16b, v0.16b
41 bif v3.16b, v1.16b, v2.16b
42 addv b4, v3.16b
47 mov v3.8b, v0.8b
48 bit v3.8b, v1.8b, v2.8b
49 addv b4, v3.8b
54 mov v3
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dbit.s33 mov v3.8b, v0.8b
34 bif v3.8b, v1.8b, v2.8b
35 addv b4, v3.8b
40 mov v3.16b, v0.16b
41 bif v3.16b, v1.16b, v2.16b
42 addv b4, v3.16b
47 mov v3.8b, v0.8b
48 bit v3.8b, v1.8b, v2.8b
49 addv b4, v3.8b
54 mov v3
[all...]
/netbsd-current/external/gpl3/gcc/lib/libstdc++-v3/include/ext/
H A DMakefile16 .PATH: ${DIST}/libstdc++-v3/include/ext
17 .PATH: ${DIST}/libstdc++-v3/config
18 .PATH: ${DIST}/libstdc++-v3/libsupc++
/netbsd-current/external/gpl3/gcc.old/lib/libstdc++-v3/include/ext/
H A DMakefile16 .PATH: ${DIST}/libstdc++-v3/include/ext
17 .PATH: ${DIST}/libstdc++-v3/config
18 .PATH: ${DIST}/libstdc++-v3/libsupc++
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Demit-relocs-113.s4 .global v3
10 v3: label
17 ldrsb x18, [x7, #:tprel_lo12_nc:v3]
H A Demit-relocs-115.s4 .global v3
10 v3: label
17 ldrsh x8, [x17, #:tprel_lo12_nc:v3]
H A Demit-relocs-117.s4 .global v3
10 v3: label
17 ldrsw x8, [x17, #:tprel_lo12_nc:v3]
H A Demit-relocs-119.s4 .global v3
11 v3: label
19 ldr x14, [x17, #:tprel_lo12_nc:v3]
H A Demit-relocs-532.s4 .global v3
10 v3: label
17 ldrsb x18, [x7, #:dtprel_lo12_nc:v3]
H A Demit-relocs-534.s4 .global v3
10 v3: label
17 ldrsh x8, [x17, #:dtprel_lo12_nc:v3]
H A Demit-relocs-536.s4 .global v3
10 v3: label
17 ldrsw x8, [x17, #:dtprel_lo12_nc:v3]
H A Demit-relocs-538.s4 .global v3
11 v3: label
19 ldr x14, [x17, #:dtprel_lo12_nc:v3]

Completed in 362 milliseconds

1234567891011>>