Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A 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/gpl3/gcc/dist/libgcc/
H A 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/gpl3/gcc.old/dist/gcc/
H A Dconditions.h53 struct CC_STATUS {int flags; rtx value1, value2; CC_STATUS_MDEP mdep;}; member
115 (cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0, \
H A Ddbgcnt.c171 char *value2 = strtok (NULL, "-"); in dbg_cnt_process_single_pair() local
178 if (value2 == NULL) in dbg_cnt_process_single_pair()
187 high = strtol (value2, NULL, 10); in dbg_cnt_process_single_pair()
/netbsd-src/external/bsd/ipf/dist/perl/
H A 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/
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c1766 cc_status.value2 in cris_normal_notice_update_cc()
1792 cc_status.value2 = SET_SRC (exp); in cris_normal_notice_update_cc()
1795 cc_status.value2)) in cris_normal_notice_update_cc()
1796 cc_status.value2 = 0; in cris_normal_notice_update_cc()
1820 if (cc_status.value2 in cris_normal_notice_update_cc()
1821 && modified_in_p (cc_status.value2, insn)) in cris_normal_notice_update_cc()
1822 cc_status.value2 = 0; in cris_normal_notice_update_cc()
1830 cc_status.value2 = SET_SRC (exp); in cris_normal_notice_update_cc()
1833 cc_status.value2)) in cris_normal_notice_update_cc()
1834 cc_status.value2 = 0; in cris_normal_notice_update_cc()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dpostconf.html.prolog63 <li> <p> The expression "${name?{value1}:{value2}}" is replaced
64 with "value1" when "$name" is non-empty, and with "value2" when
66 "value2". The parameter name must contain only characters from the
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsignals.d459 @property void value2(int v) { s2.emit("str2", v); } in value2() function
487 a.value2 = 12; in test()
505 a.value2 = 22; in test()
517 a.value2 = 32; in test()
528 a.value2 = 42; in test()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-gram-gen.y92 #define check_obsolete(value1,value2) \ argument
93 if ((value1).obsolete != (value2).obsolete) \
94 po_gram_error_at_line (&(value2).pos, _("inconsistent use of #~"));
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/
H A Dincl-incl.txi1 This is the @emph{included} file (include-value2.txi).
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsignals.d472 @property void value2(int v) { s2.emit("str2", v); } in value2() function
500 a.value2 = 12; in test()
518 a.value2 = 22; in test()
530 a.value2 = 32; in test()
541 a.value2 = 42; in test()
/netbsd-src/games/trek/
H A Dgetpar.h41 int value2; member
H A Dplay.c109 (*r->value)(r->value2); in play()
H A Dgetpar.c111 return r->value2; in getynpar()
H A Dcomputer.c209 if (r->value2) { in computer()
/netbsd-src/usr.bin/make/unit-tests/
H A Dcond-cmp-string.mk150 VAR2= value2
H A Ddirective-for.mk29 .for name value in VARNAME value NAME2 value2
32 .if ${VARNAME} != "value" || ${NAME2} != "value2"
/netbsd-src/external/bsd/kyua-cli/dist/integration/
H A 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 \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/discovery/
H A Dlit.cfg20 config.substitutions = [('%key2', 'value2'), ('%key1', 'value1')]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.c1182 cc_status.value2 = SET_SRC (exp); in vax_notice_update_cc()
1194 cc_status.value2 = SET_SRC (XVECEXP (exp, 0, 0)); in vax_notice_update_cc()
1204 && cc_status.value2 in vax_notice_update_cc()
1205 && reg_overlap_mentioned_p (cc_status.value1, cc_status.value2)) in vax_notice_update_cc()
1206 cc_status.value2 = 0; in vax_notice_update_cc()
1208 && cc_status.value2 in vax_notice_update_cc()
1209 && MEM_P (cc_status.value2)) in vax_notice_update_cc()
1210 cc_status.value2 = 0; in vax_notice_update_cc()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_dp_mst.c100 unsigned value1, value2; in radeon_dp_mst_set_stream_attrib() local
105 value2 = temp & NI_DP_MSE_16_MTP_KEEPOUT; in radeon_dp_mst_set_stream_attrib()
107 if (!value1 && !value2) in radeon_dp_mst_set_stream_attrib()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_link_encoder.c1239 uint32_t value2 = 0; in dce110_link_encoder_update_mst_stream_allocation_table() local
1344 DP_MSE_16_MTP_KEEPOUT, &value2); in dce110_link_encoder_update_mst_stream_allocation_table()
1347 if (!value1 && !value2) in dce110_link_encoder_update_mst_stream_allocation_table()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_link_encoder.c1205 uint32_t value2 = 0; in dcn10_link_encoder_update_mst_stream_allocation_table() local
1311 DP_MSE_16_MTP_KEEPOUT, &value2); in dcn10_link_encoder_update_mst_stream_allocation_table()
1314 if (!value1 && !value2) in dcn10_link_encoder_update_mst_stream_allocation_table()
/netbsd-src/share/doc/smm/config/
H A Dspell.ok295 value2

123