Searched refs:val2 (Results 26 - 50 of 93) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D22131.cc55 wstring val1, val2; local
72 mg.get(ibeg2, iend2, intl, fmt2, err2, val2);
75 VERIFY( val2 == L"" );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D22131.cc56 string val1, val2; local
73 mg.get(ibeg2, iend2, intl, fmt2, err2, val2);
76 VERIFY( val2 == "" );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D22131.cc56 wstring val1, val2; local
73 mg.get(ibeg2, iend2, intl, fmt2, err2, val2);
76 VERIFY( val2 == L"" );
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Di387-fp.c122 unsigned long val, val2; local
132 collect_register_by_name (regcache, "fop", &val2);
133 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
199 unsigned long val, val2; local
213 collect_register_by_name (regcache, "fop", &val2);
214 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
226 val2 = 0;
232 val2 |= (1 << i);
234 fp->ftag = val2;
248 unsigned long val, val2; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint.c132 int val = 0, val2 = 23; local
136 x = &val2;
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_func.c59 vi_attribute(int ipvi, u_int32_t val1, u_int32_t val2)
66 __vi_screen->color = val2;
209 vi_move(int ipvi, u_int32_t val1, u_int32_t val2)
211 __vi_move_caret(__vi_screen, val1, val2);
284 vi_scrollbar(int ipvi, u_int32_t val1, u_int32_t val2, u_int32_t val3)
290 * val2 contains the number of visible lines
294 size = val2;
58 vi_attribute(int ipvi, u_int32_t val1, u_int32_t val2) argument
208 vi_move(int ipvi, u_int32_t val1, u_int32_t val2) argument
283 vi_scrollbar(int ipvi, u_int32_t val1, u_int32_t val2, u_int32_t val3) argument
/netbsd-6-1-5-RELEASE/usr.bin/showmount/
H A Dshowmount.c243 int bool_int, val, val2; local
272 val2 = strcmp(mp->ml_dirp, tp->ml_dirp);
276 if (val2 == 0) {
280 val = val2;
284 if (val2 == 0) {
288 val = val2;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgmpxx.h1481 typename __gmp_resolve_ref<U>::ref_type val2; member in struct:__gmp_binary_expr
1483 __gmp_binary_expr(const T &v1, const U &v2) : val1(v1), val2(v2) { }
2307 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2308 : expr(val1, val2) { }
2311 { Op::eval(p, expr.val1.__get_mp(), expr.val2.__get_mp()); }
2313 const val2_type & get_val2() const { return expr.val2; }
2317 prec2 = expr.val2.get_prec();
2334 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2335 : expr(val1, val2) { }
2338 { Op::eval(p, expr.val1.__get_mp(), expr.val2); }
2353 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2376 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2409 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2442 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2475 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2510 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2537 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2568 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2601 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
2634 __gmp_expr(const val1_type &val1, const val2_type &val2) argument
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/iostream3/
H A Dzfstream.h435 T2 val2; member in class:gzomanip2
454 : func(f), val1(v1), val2(v2) function
461 { return (*m.func)(s, m.val1, m.val2); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/iostream3/
H A Dzfstream.h433 T2 val2; member in class:gzomanip2
452 : func(f), val1(v1), val2(v2) function
459 { return (*m.func)(s, m.val1, m.val2); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dprofopt.exp370 set val2 [profopt-perf-value $testcase $perf_ext $optstr]
371 if { $val2 <= 0 } {
414 if { $val2 > $val1 } {
416 if { [expr $val2 - $val1] > [expr [expr $val1 * $perf_delta] / 100] } {
421 fail "$testcase perf check: orig: $val1 new: $val2, $optstr"
424 verbose "$testcase orig: $val1 new: $val2, $optstr" 2
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/lib/
H A Dprofopt.exp359 set val2 [profopt-perf-value $testcase $perf_ext $optstr]
360 if { $val2 <= 0 } {
403 if { $val2 > $val1 } {
405 if { [expr $val2 - $val1] > [expr [expr $val1 * $perf_delta] / 100] } {
410 fail "$testcase perf check: orig: $val1 new: $val2, $optstr"
413 verbose "$testcase orig: $val1 new: $val2, $optstr" 2
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-vrp.c49 static int compare_values (tree val1, tree val2);
290 vrp_operand_equal_p (tree val1, tree val2) argument
292 return (val1 == val2
293 || (val1 && val2
294 && operand_equal_p (val1, val2, 0)));
428 compare_values (tree val1, tree val2) argument
430 if (val1 == val2)
436 == POINTER_TYPE_P (TREE_TYPE (val2)));
444 && TREE_CODE (val2) == MINUS_EXPR)
450 && TREE_CODE (val2)
1031 vrp_int_const_binop(enum tree_code code, tree val1, tree val2) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/perl/
H A DIpfanaly.pl76 $val2="";
80 $val2=$outwards[$loop] [1];
81 if($val2 eq "")
82 {$val2=0};
84 print OUTDATA "$arraycnt:$val2\n";
/netbsd-6-1-5-RELEASE/dist/nvi/ipc/
H A Dipc_method.c33 static int vi_send_12 __P((IPVIWIN *ipvi, int code, u_int32_t val1, u_int32_t val2));
198 vi_send_12(IPVIWIN *ipvi, int code, u_int32_t val1, u_int32_t val2) argument
203 ipb.val2 = val2;
H A Dipc_cmd.c81 return ((IPFunc_12)func)(ipvi, ipb->val1, ipb->val2);
111 return ((IPFunc_123)func)(ipvi, ipb->val1, ipb->val2, ipb->val3);
H A Dip_send.c72 ilen = htonl(ipbp->val2);
/netbsd-6-1-5-RELEASE/dist/nvi/ip/
H A Dip_funcs.c111 ipb.val2 = on;
380 ipb.val2 = RCNO(sp, cno);
429 ipb.val2 = TMAP->lno - HMAP->lno;
434 ipb.val2 != ipp->sb_num || ipb.val3 != ipp->sb_total) {
438 ipp->sb_num = ipb.val2;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dopencl-lang.c594 scalar_relop (struct value *val1, struct value *val2, enum exp_opcode op) argument
601 ret = value_equal (val1, val2);
604 ret = !value_equal (val1, val2);
607 ret = value_less (val1, val2);
610 ret = value_less (val2, val1);
613 ret = value_less (val2, val1) || value_equal (val1, val2);
616 ret = value_less (val1, val2) || value_equal (val1, val2);
619 ret = !value_logical_not (val1) && !value_logical_not (val2);
634 vector_relop(struct expression *exp, struct value *val1, struct value *val2, enum exp_opcode op) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-vrp.c57 static int compare_values (tree val1, tree val2);
58 static int compare_values_warnv (tree val1, tree val2, bool *);
675 vrp_operand_equal_p (const_tree val1, const_tree val2) argument
677 if (val1 == val2)
679 if (!val1 || !val2 || !operand_equal_p (val1, val2, 0))
682 return is_overflow_infinity (val2);
1019 operand_less_p (tree val, tree val2) argument
1022 if (TREE_CODE (val) == INTEGER_CST && TREE_CODE (val2) == INTEGER_CST)
1025 return INT_CST_LT_UNSIGNED (val, val2);
1075 compare_values_warnv(tree val1, tree val2, bool *strict_overflow_p) argument
1263 compare_values(tree val1, tree val2) argument
1921 vrp_int_const_binop(enum tree_code code, tree val1, tree val2) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/lib/
H A Dparameters.c686 char *val2 = NULL; local
737 if ((val2 = iscsi_malloc(ISCSI_PARAM_MAX_LEN)) == NULL) {
757 if (val2 != NULL) iscsi_free(val2); \
1094 (void) strlcpy(val2, param->answer_tx, ISCSI_PARAM_MAX_LEN);
1097 (void) strlcpy(val2, param->offer_tx, ISCSI_PARAM_MAX_LEN);
1111 if (strcmp(val1, "yes") == 0 || strcmp(val2, "yes") == 0 || strcmp(val1, "Yes") == 0 || strcmp(val2, "Yes") == 0) {
1117 if ((strcmp(val1, "yes") == 0 && strcmp(val2, "yes") == 0) || (strcmp(val1, "Yes") == 0 && strcmp(val2, "Ye
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_wfq.c323 u_long val2; local
327 val2 = fp->fi_dport ^ fp->fi_sport ^ fp->fi_proto;
328 val2 = val2 ^ (val2 >> 8);
329 val = val ^ val2;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dmap_test.c130 char val2[] = "V2"; local
135 RE(atf_map_insert(&map, "K2", val2, false));
168 char val2[] = "V2"; local
173 RE(atf_map_insert(&map, "K2", val2, false));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dmap_test.c132 char val2[] = "V2"; local
137 RE(atf_map_insert(&map, "K2", val2, false));
170 char val2[] = "V2"; local
175 RE(atf_map_insert(&map, "K2", val2, false));
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_transport.c131 UINT32 paramSize, wrappedSize, val1 = 0, val2 = 0, *pVal1 = NULL, *pVal2 = NULL; local
190 if ((result = get_slot_lite(hContext, handle2, &val2))) {
195 pVal2 = &val2;

Completed in 294 milliseconds

1234