HomeSort by: relevance | last modified time | path
    Searched refs:v2 (Results 1 - 25 of 843) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ctxobj-m.c 24 int v2 = get_version_2 (); local
32 if (v2 != 104 && v2 != 203)
cursal.c 22 int v2 = 2; local
nodebug.c 57 multf (float v1, float v2)
59 return v1 * v2;
63 multf_noproto (v1, v2)
64 float v1, v2;
66 return v1 * v2;
70 mult (double v1, double v2)
72 return v1 * v2;
76 mult_noproto (v1, v2)
77 double v1, v2;
79 return v1 * v2;
    [all...]
dcache-flush.c 19 func (int *v1, int *v2)
21 return *v1 - *v2 - 1;
print-file-var-main.c 44 int v2; local
55 v2 = getver2 ();
58 v2 = get_version_2 ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ctxobj-m.c 24 int v2 = get_version_2 (); local
32 if (v2 != 104 && v2 != 203)
cursal.c 22 int v2 = 2; local
nodebug.c 57 multf (float v1, float v2)
59 return v1 * v2;
63 multf_noproto (v1, v2)
64 float v1, v2;
66 return v1 * v2;
70 mult (double v1, double v2)
72 return v1 * v2;
76 mult_noproto (v1, v2)
77 double v1, v2;
79 return v1 * v2;
    [all...]
dcache-flush.c 19 func (int *v1, int *v2)
21 return *v1 - *v2 - 1;
print-file-var-main.c 44 int v2; local
55 v2 = getver2 ();
58 v2 = get_version_2 ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/
exclfwd2.c 28 a_t v2; variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/
exclfwd2.c 28 a_t v2; variable
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/ref/
shorthash_siphash_ref.h 12 v2 += v3; \
14 v3 ^= v2; \
18 v2 += v1; \
20 v1 ^= v2; \
21 v2 = ROTL64(v2, 32); \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
typed-enum.cc 33 int v2 = uchar_val; local
34 return v1 == v2;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
typed-enum.cc 33 int v2 = uchar_val; local
34 return v1 == v2;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest_pred_impl.h 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
59 // ASSERT_PRED2(pred, v1, v2)
63 // and the values v1, v2, ..., must support the << operator for
135 const T2& v2) {
136 if (pred(v1, v2)) return AssertionSuccess();
143 << e2 << " evaluates to " << ::testing::PrintToString(v2);
148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\
149 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
154 #define GTEST_PRED2_(pred, v1, v2, on_failure)
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
extends_type_of.c 49 is_extension_of (struct vtype *v1, struct vtype *v2)
51 /* Assume that only unlimited polymorphic entities will pass NULL v1 or v2
54 if (!v2)
61 if (v1->hash == v2->hash) return 1;
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
extends_type_of.c 49 is_extension_of (struct vtype *v1, struct vtype *v2)
51 /* Assume that only unlimited polymorphic entities will pass NULL v1 or v2
54 if (!v2)
61 if (v1->hash == v2->hash) return 1;
  /src/external/bsd/openldap/dist/servers/lloadd/
value.c 41 BerVarray v2; local
65 v2 = &(*vals)[n];
66 ber_dupbv( v2, addval );
68 v2++;
69 BER_BVZERO( v2 );
  /src/external/mit/isl/dist/
isl_val.c 568 /* Return the minimum of "v1" and "v2".
570 __isl_give isl_val *isl_val_min(__isl_take isl_val *v1, __isl_take isl_val *v2)
572 if (!v1 || !v2)
576 isl_val_free(v2);
579 if (isl_val_is_nan(v2)) {
581 return v2;
583 if (isl_val_le(v1, v2)) {
584 isl_val_free(v2);
588 return v2;
592 isl_val_free(v2);
    [all...]
  /src/tests/libexec/ld.elf_so/data/
Makefile 9 FILES+= symver-output-ref-stderr.v0-v2
12 FILES+= symver-output-ref-stderr.v1-v2
13 FILES+= symver-output-ref-stderr.v2-v0
14 FILES+= symver-output-ref-stderr.v2-v1
15 FILES+= symver-output-ref-stderr.v2-v2
18 FILES+= symver-output-ref-stdout.v0-v2
21 FILES+= symver-output-ref-stdout.v1-v2
22 FILES+= symver-output-ref-stdout.v2-v0
23 FILES+= symver-output-ref-stdout.v2-v
    [all...]
  /src/sys/arch/vax/bi/
bi_nmi.c 64 volatile int *v, *v2; local
84 v2 = (int *)vax_map_physmem(sc->sc_addr, 1);
85 v2[10] = v2[10] | 0x48;
86 v2[8] = 0;
87 v2[9] = (avail_end + 0x3ffff) & (~0x3ffff);
88 v2[2] = v2[2];
89 v2[1] = v2[1] | BICSR_BROKE
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
toom_interpolate_5pts.c 41 mpn_toom_interpolate_5pts (mp_ptr c, mp_ptr v2, mp_ptr vm1,
59 /* (1) v2 <- v2-vm1 < v2+|vm1|, (16 8 4 2 1) - (1 -1 1 -1 1) =
60 thus 0 <= v2 < 50*B^(2k) < 2^6*B^(2k) (15 9 3 3 0)
63 ASSERT_NOCARRY (mpn_add_n (v2, v2, vm1, kk1));
65 ASSERT_NOCARRY (mpn_sub_n (v2, v2, vm1, kk1));
68 v0 v1 hi(vinf) |vm1| v2-vm1 EMPTY *
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/
Makefile 2 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb
  /src/external/bsd/openldap/dist/libraries/liblutil/
memcmp.c 29 (lutil_memcmp)(const void *v1, const void *v2, size_t n)
32 const unsigned char *s1=v1, *s2=v2;

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>