Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dax-gdb.c103 struct axs_value *value2);
111 struct axs_value *value1, struct axs_value *value2);
113 struct axs_value *value1, struct axs_value *value2);
115 struct axs_value *value1, struct axs_value *value2,
120 struct axs_value *value2,
150 struct axs_value *value2);
835 struct axs_value *value2) in gen_usual_arithmetic() argument
838 struct type *type2 = strip_range_type (value2->type); in gen_usual_arithmetic()
865 value1->type = value2->type = check_typedef (target); in gen_usual_arithmetic()
966 struct axs_value *value1, struct axs_value *value2) in gen_ptradd() argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dsync.c82 __##NAME##_##UNITS (TYPE *ptr, TYPE value1, TYPE value2) \
84 return __##NAME (ptr, value1, value2); \
89 __##NAME##_##UNITS (TYPE *ptr, TYPE value1, TYPE value2) \
91 return __##NAME (ptr, value1, value2); \
/netbsd/src/external/bsd/ipf/dist/perl/
DIpfanaly.pl543 $value2=0;
620 while(($key2,$value2)=each %unknownsrcports)
624 print "$value2 high port connections to $key2 on gatekeep\n";
628 print "$value2 high port connections to $key2 from gatekeep\n";
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddbgcnt.cc185 char *value2 = strtok (NULL, "-"); in dbg_cnt_process_single_pair() local
192 if (value2 == NULL) in dbg_cnt_process_single_pair()
201 high = strtol (value2, NULL, 10); in dbg_cnt_process_single_pair()
Dtree-data-ref.cc3713 bool value0, value1, value2; in chrec_is_positive() local
3750 if (!chrec_is_positive (end_value, &value2)) in chrec_is_positive()
3791 bool value0, value1, value2; in analyze_siv_subscript_cst_affine() local
3906 || !chrec_is_positive (CHREC_RIGHT (chrec_b), &value2)) in analyze_siv_subscript_cst_affine()
3919 if (value2 == false) in analyze_siv_subscript_cst_affine()
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dpostconf.html.prolog78 <li> <p> The expression "${name?{value1}:{value2}}" is replaced
79 with "value1" when "$name" is non-empty, and with "value2" when
81 "value2". The parameter name must contain only characters from the
/netbsd/src/games/trek/
Dgetpar.h41 int value2; member
Dplay.c109 (*r->value)(r->value2); in play()
Dgetpar.c111 return r->value2; in getynpar()
Dcomputer.c209 if (r->value2) { in computer()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dptype-flags.cc64 TypedefHolder value2; variable
Dptype-flags.exp102 cp_test_ptype_class value2 $name "class" "TypedefHolder" $contents \
/netbsd/src/usr.bin/make/unit-tests/
Dcond-cmp-string.mk150 VAR2= value2
Ddirective-for.mk29 .for name value in VARNAME value NAME2 value2
/netbsd/src/external/bsd/kyua-cli/dist/integration/
Dcmd_debug_test.sh283 kyua -c my-config -v test_suites.suite2.X-the-variable=value2 \
286 kyua -c my-config -v test_suites.suite2.X-the-variable=value2 \
289 kyua -c my-config -v test_suites.suite2.X-the-variable=value2 \
Dcmd_config_test.sh55 test_suites.suite2.X-the-variable = value2
/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.c1172 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local
2089 value2 = 0; /* timeout */ in process_config_line_depth()
2094 else if ((value2 = convtime(arg)) >= 0) in process_config_line_depth()
2103 options->control_persist_timeout = value2; in process_config_line_depth()
2123 value = a2tun(arg, &value2); in process_config_line_depth()
2131 options->tun_remote = value2; in process_config_line_depth()
2248 value2 = value; in process_config_line_depth()
2249 else if ((value2 = parse_ipqos(arg)) == -1) { in process_config_line_depth()
2256 options->ip_qos_bulk = value2; in process_config_line_depth()
2445 value2 = 0; /* unlimited lifespan by default */ in process_config_line_depth()
[all …]
Dservconf.c1457 int cmdline = 0, *intptr, value, value2, n, port, oactive, r; in process_server_config_line_depth() local
2200 switch (n = sscanf(arg, "%d:%d", &value, &value2)) { in process_server_config_line_depth()
2202 if (value2 < 0 || value2 > 128) in process_server_config_line_depth()
2214 options->per_source_masklen_ipv6 = value2; in process_server_config_line_depth()
2253 value2 = 0; in process_server_config_line_depth()
2257 (value2 = (strcasecmp(arg, "yes") == 0))) { in process_server_config_line_depth()
2265 options->per_source_penalty.enabled = value2; in process_server_config_line_depth()
2687 value2 = value; in process_server_config_line_depth()
2688 else if ((value2 = parse_ipqos(arg)) == -1) in process_server_config_line_depth()
2693 options->ip_qos_bulk = value2; in process_server_config_line_depth()
/netbsd/src/share/doc/smm/config/
Dspell.ok295 value2
/netbsd/src/sys/dev/ic/
Dac97.c1105 uint16_t value1, value2, value3; in ac97_setup_source_info() local
1122 value2 = value1 & 0xffc0; in ac97_setup_source_info()
1123 value2 |= 0x20; in ac97_setup_source_info()
1124 ac97_write(as, si->reg, value2); in ac97_setup_source_info()
1127 if (value2 == value3) { in ac97_setup_source_info()
/netbsd/src/sbin/ping6/
Dping6.c1612 u_int16_t value2; in pr_ip6opt() local
1641 &value2, sizeof(value2)); in pr_ip6opt()
1643 ntohs(value2)); in pr_ip6opt()
/netbsd/src/external/ibm-public/postfix/dist/conf/
Daliases88 # name: value1, value2, ...
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf64-hppa.c2355 bfd_vma value, value2; in elf64_hppa_finalize_dynreloc() local
2364 value2 = (rent->sec->output_section->vma in elf64_hppa_finalize_dynreloc()
2369 value -= value2; in elf64_hppa_finalize_dynreloc()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf64-hppa.c2351 bfd_vma value, value2; in elf64_hppa_finalize_dynreloc() local
2360 value2 = (rent->sec->output_section->vma in elf64_hppa_finalize_dynreloc()
2365 value -= value2; in elf64_hppa_finalize_dynreloc()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc4793 HOST_WIDE_INT value2 = INTVAL (src2); in frv_emit_cond_move() local
4797 if (value1 == 0 || value2 == 0) in frv_emit_cond_move()
4805 && IN_RANGE (value2 - value1, -2048, 2047)) in frv_emit_cond_move()
4872 HOST_WIDE_INT value2 = INTVAL (src2); in frv_split_cond_move() local
4885 else if (value2 == 0) in frv_split_cond_move()
4899 && IN_RANGE (value2 - value1, -2048, 2047)) in frv_split_cond_move()
4905 emit_move_insn (dest_si, GEN_INT (value2 - value1)); in frv_split_cond_move()

12