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

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
enum-type-c++.cc 23 val1 = 1 enumerator in enum:ns::A::__anon326
33 int u1 = ns::A::val1;
enum-type-c++.exp 36 set val1 ns::A::val1
37 set test "val1 has a parent"
38 if { [regexp val1 $lines] } {
42 "$re_ws+qualified:$re_ws+$val1" \
46 gdb_test "print $val1" " = $val1"
48 # Clang doesn't emit a DIE for val1.
missing-type-name-for-templates.cc 32 template<int val1, typename first, int val2, typename second>
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
enum-type-c++.cc 23 val1 = 1 enumerator in enum:ns::A::__anon637
33 int u1 = ns::A::val1;
enum-type-c++.exp 36 set val1 ns::A::val1
37 set test "val1 has a parent"
38 if { [regexp val1 $lines] } {
42 "$re_ws+qualified:$re_ws+$val1" \
46 gdb_test "print $val1" " = $val1"
48 # Clang doesn't emit a DIE for val1.
missing-type-name-for-templates.cc 32 template<int val1, typename first, int val2, typename second>
  /src/external/bsd/nvi/usr.bin/nvi/
ipc_gen.c 22 vi_c_down(IPVIWIN *ipvi, u_int32_t val1)
24 return vi_send_1(ipvi, VI_C_DOWN, val1);
48 vi_c_pgdown(IPVIWIN *ipvi, u_int32_t val1)
50 return vi_send_1(ipvi, VI_C_PGDOWN, val1);
54 vi_c_pgup(IPVIWIN *ipvi, u_int32_t val1)
56 return vi_send_1(ipvi, VI_C_PGUP, val1);
68 vi_c_search(IPVIWIN *ipvi, const char *stra, u_int32_t lena, u_int32_t val1)
70 return vi_send_a1(ipvi, VI_C_SEARCH, stra, lena, val1);
75 vi_c_settop(IPVIWIN *ipvi, u_int32_t val1)
77 return vi_send_1(ipvi, VI_C_SETTOP, val1);
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
atomic.c 18 #define DO_TESTS(t, ta, val1, val2, val3) do { \
23 atomic_##ta##_t atom = ATOMIC_INIT(val1); \
27 expect_##ta##_eq(val1, val, "Load or init failed"); \
30 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \
36 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \
38 expect_##ta##_eq(val1, val, "Exchange returned invalid value"); \
46 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \
52 expect_##ta##_eq(val1, expected, \
55 expect_b_eq(val1 == val2, success, \
62 expect_##ta##_eq(val1, val,
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
atomic.c 19 #define DO_TESTS(t, ta, val1, val2, val3) do { \
24 atomic_##ta##_t atom = ATOMIC_INIT(val1); \
28 expect_##ta##_eq(val1, val, "Load or init failed"); \
31 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \
37 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \
39 expect_##ta##_eq(val1, val, "Exchange returned invalid value"); \
47 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \
53 expect_##ta##_eq(val1, expected, \
56 expect_b_eq(val1 == val2, success, \
63 expect_##ta##_eq(val1, val,
    [all...]
  /src/tests/lib/libc/sys/
t_swapcontext.c 45 int val1, val2; variable
56 ATF_REQUIRE_EQ(ntls, &val1);
76 _lwp_setprivate(&val1);
77 printf("before swapcontext TLS pointer = %p\n", &val1);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
watchpoint-running.exp 65 set val1 ""
68 set val1 $expect_out(1,string)
87 gdb_assert {$val1 != $val2} "values are different"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
watchpoint-running.exp 66 set val1 ""
69 set val1 $expect_out(1,string)
88 gdb_assert {$val1 != $val2} "values are different"
  /src/external/gpl2/lvm2/dist/test/
lvm-utils.sh 61 local val1;
64 val1=$($cmd1 --noheadings -o $field1 $obj1)
68 echo "compare_two_fields_ $obj1($field1): $val1 $obj2($field2): $val2"
70 test $val1 = $val2
78 local val1;
81 val1=$(vgs --noheadings -o $field $vg1)
85 echo "compare_vg_field_ VG1: $val1 VG2: $val2"
87 test $val1 = $val2
  /src/external/bsd/nsd/dist/simdzone/src/generic/
eui.h 16 const uint32_t val1 = base16_table_dec_32bit_d0[s[0]] local
21 if (val1 > 0xff || val2 > 0xff || s[2] != '-' || (!last && s[5] != '-'))
24 o[0] = (uint8_t)val1;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 1586 const T1& val1, const T2& val2,
1590 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)
1591 << " vs " << FormatForComparisonFailureMessage(val2, val1);
1608 const T1& val1, const T2& val2) {\
1609 if (val1 op val2) {\
1612 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\
1616 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1761 double val1,
2027 #define EXPECT_EQ(val1, val2) \
2028 EXPECT_PRED_FORMAT2(::testing::internal::EqHelper::Compare, val1, val2
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_exp2.c 25 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
50 val1[0] = BN_CTX_get(ctx);
68 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
71 if (!BN_mod(val1[0], a1, m, ctx))
73 a_mod_m = val1[0];
82 if (!BN_to_montgomery(val1[0], a_mod_m, mont, ctx))
85 if (!BN_mod_mul_montgomery(d, val1[0], val1[0], mont, ctx))
90 if (((val1[i] = BN_CTX_get(ctx)) == NULL) || !BN_mod_mul_montgomery(val1[i], val1[i - 1], d, mont, ctx)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_exp2.c 26 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
51 val1[0] = BN_CTX_get(ctx);
69 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
72 if (!BN_mod(val1[0], a1, m, ctx))
74 a_mod_m = val1[0];
83 if (!BN_to_montgomery(val1[0], a_mod_m, mont, ctx))
86 if (!BN_mod_mul_montgomery(d, val1[0], val1[0], mont, ctx))
91 if (((val1[i] = BN_CTX_get(ctx)) == NULL) ||
92 !BN_mod_mul_montgomery(val1[i], val1[i - 1], d, mont, ctx)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_exp2.c 26 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
51 val1[0] = BN_CTX_get(ctx);
69 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
72 if (!BN_mod(val1[0], a1, m, ctx))
74 a_mod_m = val1[0];
83 if (!BN_to_montgomery(val1[0], a_mod_m, mont, ctx))
86 if (!BN_mod_mul_montgomery(d, val1[0], val1[0], mont, ctx))
91 if (((val1[i] = BN_CTX_get(ctx)) == NULL) ||
92 !BN_mod_mul_montgomery(val1[i], val1[i - 1], d, mont, ctx)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
v3ext.c 45 ASN1_INTEGER *val1 = NULL, *val2 = NULL; local
55 if (!TEST_ptr(val1 = ASN1_INTEGER_new())
56 || !TEST_true(ASN1_INTEGER_set_int64(val1, 64496)))
59 if (!TEST_true(X509v3_asid_add_id_or_range(asid1, V3_ASID_ASNUM, val1, NULL)))
62 val1 = NULL;
71 if (!TEST_ptr(val1 = ASN1_INTEGER_new())
72 || !TEST_true(ASN1_INTEGER_set_int64(val1, 64496))
81 if (!TEST_true(X509v3_asid_add_id_or_range(asid3, V3_ASID_ASNUM, val1, val2)))
83 val1 = val2 = NULL;
111 ASN1_INTEGER_free(val1);
    [all...]
  /src/tests/lib/libc/string/
t_strcmp.c 32 const char* val1; member in struct:tab
81 memcpy(&buf1[a1], tab[t].val1,
82 strlen(tab[t].val1) + 1);
  /src/tests/lib/libpthread/
t_swapcontext.c 50 int val1, val2; variable
95 oself = (void *)&val1;
  /src/external/gpl3/gcc/dist/gcc/
tree-vrp.cc 503 /* Compare two values VAL1 and VAL2. Return
505 -2 if VAL1 and VAL2 cannot be compared at compile-time,
506 -1 if VAL1 < VAL2,
507 0 if VAL1 == VAL2,
508 +1 if VAL1 > VAL2, and
509 +2 if VAL1 != VAL2
519 compare_values_warnv (tree val1, tree val2, bool *strict_overflow_p)
521 if (val1 == val2)
524 /* Below we rely on the fact that VAL1 and VAL2 are both pointers or
526 gcc_assert (POINTER_TYPE_P (TREE_TYPE (val1))
    [all...]
  /src/external/bsd/nvi/dist/ipc/
ipc_cmd.c 82 return ((IPFunc_12)func)(ipvi, ipb->val1, ipb->val2);
94 return ((IPFunc_ab1)func)(ipvi, ipb->str1, ipb->len1, ipb->str2, ipb->len2, ipb->val1);
101 return ((IPFunc_1a)func)(ipvi, ipb->val1, ipb->str1, ipb->len1);
108 return ((IPFunc_1)func)(ipvi, ipb->val1);
114 return ((IPFunc_123)func)(ipvi, ipb->val1, ipb->val2, ipb->val3);
ipc_method.c 32 static int vi_send_12 __P((IPVIWIN *ipvi, int code, u_int32_t val1, u_int32_t val2));
204 ipb.val1 = val;
209 vi_send_12(IPVIWIN *ipvi, int code, u_int32_t val1, u_int32_t val2)
214 ipb.val1 = val1;
242 ipb.val1 = val;
258 ipb.val1 = val;
  /src/external/bsd/nvi/dist/motif_l/
m_func.c 62 vi_attribute(int ipvi, u_int32_t val1, u_int32_t val2)
64 switch (val1) {
212 vi_move(int ipvi, u_int32_t val1, u_int32_t val2)
214 __vi_move_caret(__vi_screen, val1, val2);
279 vi_rewrite(int ipvi, u_int32_t val1)
287 vi_scrollbar(int ipvi, u_int32_t val1, u_int32_t val2, u_int32_t val3)
292 * val1 contains the top visible line number
296 top = val1;

Completed in 40 milliseconds

1 2 3 4 5 6 7 8