| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/ |
| exclfwd2.c | 29 const char *v3; variable
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/ |
| exclfwd2.c | 29 const char *v3; variable
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/ref/ |
| shorthash_siphash_ref.h | 12 v2 += v3; \ 13 v3 = ROTL64(v3, 16); \ 14 v3 ^= v2; \ 15 v0 += v3; \ 16 v3 = ROTL64(v3, 21); \ 17 v3 ^= v0; \
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/sunplus/ |
| Makefile | 3 sunplus-sp7021-demo-v3.dtb 5 sunplus-sp7021-demo-v3.dtb
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| cttiadd3.cc | 20 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;
|
| cttiadd.cc | 20 T v3; local 21 v3 = v1; 22 v3 += v2; 23 return v3;
|
| cttiadd2.cc | 20 T v3; local 21 v3 = v1; 22 v3 += v2; 23 return v3;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| cttiadd3.cc | 20 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;
|
| cttiadd.cc | 20 T v3; local 21 v3 = v1; 22 v3 += v2; 23 return v3;
|
| cttiadd2.cc | 20 T v3; local 21 v3 = v1; 22 v3 += v2; 23 return v3;
|
| /src/tests/lib/libc/misc/ |
| t_vis.c | 47 vis_d64 v1, v2, v3; local 54 v3 = vis_fpadd32(v1, v2); 56 f1 = vis_read_lo(v3); 58 f2 = vis_read_hi(v3); 64 v3 = vis_fpsub32(v3, v2); 66 f1 = vis_read_lo(v3); 68 f2 = vis_read_hi(v3); 89 double v1, v2, v3; local 94 v3 = vis_fand(v1, v2) 123 vis_d64 v1, v2, v3; local 146 vis_d64 v1, v2, v3; local [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| gtest_pred_impl.h | 187 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) \ [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| bit.s | 33 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.16b, v0.16 [all...] |
| /src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/ |
| bit.s | 33 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.16b, v0.16 [all...] |
| /src/external/gpl3/gcc/lib/libstdc++-v3/include/ext/ |
| Makefile | 16 .PATH: ${DIST}/libstdc++-v3/include/ext 17 .PATH: ${DIST}/libstdc++-v3/config 18 .PATH: ${DIST}/libstdc++-v3/libsupc++
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/include/ext/ |
| Makefile | 16 .PATH: ${DIST}/libstdc++-v3/include/ext 17 .PATH: ${DIST}/libstdc++-v3/config 18 .PATH: ${DIST}/libstdc++-v3/libsupc++
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/ |
| Makefile | 3 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v3-evp.dtb
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| toom63_mul.c | 130 #define v3 (pp + 6*n+3) /* n+1 */ macro 144 v3[t] = mpn_lshift (v3, b2, t, 4);/* 16b2 */ 146 v3[n]+= mpn_add_n (v3, v3, b0, n); /* 16b2+b0 */ 148 v3[n] = mpn_add (v3, b0, n, v3, t+1); /* 16b2+b0 */ 149 sign ^= abs_sub_add_n (v1, v3, pp, n + 1) 227 #undef v3 macro [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/siphash/ |
| siphash_local.h | 17 uint64_t v3; member in struct:siphash_st
|
| /src/external/bsd/nsd/dist/ |
| siphash.c | 50 v2 += v3; \ 51 v3 = ROTL(v3, 16); \ 52 v3 ^= v2; \ 53 v0 += v3; \ 54 v3 = ROTL(v3, 21); \ 55 v3 ^= v0; \ 71 printf("(%3d) v3 %08x %08x\n", (int)inlen, (uint32_t)(v3 >> 32), 83 uint64_t v3 = 0x7465646279746573ULL; local [all...] |
| /src/external/bsd/unbound/dist/util/ |
| siphash.c | 62 v2 += v3; \ 63 v3 = ROTL(v3, 16); \ 64 v3 ^= v2; \ 65 v0 += v3; \ 66 v3 = ROTL(v3, 21); \ 67 v3 ^= v0; \ 83 printf("(%3d) v3 %08x %08x\n", (int)inlen, (uint32_t)(v3 >> 32), 96 uint64_t v3 = 0x7465646279746573ULL; local [all...] |
| /src/external/gpl3/gcc/lib/libstdc++-v3/include/ |
| Makefile | 16 # XXXmknative libstdc++-v3/libsupc++/Makefile.am::std_HEADERS 26 .PATH: ${DIST}/libstdc++-v3 27 .PATH: ${DIST}/libstdc++-v3/libsupc++ 28 .PATH: ${DIST}/libstdc++-v3/include/c_global 29 .PATH: ${DIST}/libstdc++-v3/include/std
|
| /src/external/gpl3/gcc.old/lib/libstdc++-v3/include/ |
| Makefile | 16 # XXXmknative libstdc++-v3/libsupc++/Makefile.am::std_HEADERS 26 .PATH: ${DIST}/libstdc++-v3 27 .PATH: ${DIST}/libstdc++-v3/libsupc++ 28 .PATH: ${DIST}/libstdc++-v3/include/c_global 29 .PATH: ${DIST}/libstdc++-v3/include/std
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| sigbpt.c | 29 volatile long v3 = 0; variable 36 return *(char *) (v1 + v2 + v3);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| sigbpt.c | 29 volatile long v3 = 0; variable 36 return *(char *) (v1 + v2 + v3);
|