Home
last modified time | relevance | path

Searched refs:value1 (Results 1 – 25 of 87) sorted by relevance

1234

/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 Ddbgcnt.c170 char *value1 = strtok (str, "-"); in dbg_cnt_process_single_pair() local
175 if (value1 == NULL) in dbg_cnt_process_single_pair()
180 high = strtol (value1, NULL, 10); in dbg_cnt_process_single_pair()
186 low = strtol (value1, NULL, 10); in dbg_cnt_process_single_pair()
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, \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddbgcnt.cc184 char *value1 = strtok (str, "-"); in dbg_cnt_process_single_pair() local
189 if (value1 == NULL) in dbg_cnt_process_single_pair()
194 high = strtol (value1, NULL, 10); in dbg_cnt_process_single_pair()
200 low = strtol (value1, NULL, 10); in dbg_cnt_process_single_pair()
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.c64 uword64 value1 = 0; in load_memory() local
95 value1 = VH8_16 (val); in load_memory()
129 (int)(pAddr & LOADDRMASK),pr_uword64(value1),pr_uword64(value)); in load_memory()
147 pr_uword64(value1),pr_uword64(value)); in load_memory()
151 if (memval1p) *memval1p = value1; in load_memory()
/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dtest59.ref5 -o name1=value1
10 ./postconf: warning: ./master.cf: unused parameter: name1=value1
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-cr16.c1915 bfd_vma value1 = 0; in elf32_cr16_relax_section() local
1918 value1 = bfd_get_32 (abfd, contents + irel->r_offset + 2); in elf32_cr16_relax_section()
1919 value1 = (value1 >> 16) | ((value1 & 0xffff) << 16); in elf32_cr16_relax_section()
1922 if ((long) (value + value1) < 0xfffff && (long) (value + value1) > 0) in elf32_cr16_relax_section()
1954 if (value1 & 0x80000000) in elf32_cr16_relax_section()
1961 (((value1 >> 16) & 0xf) in elf32_cr16_relax_section()
1983 && ((long)(value + value1) < 0x7fff && (long)(value + value1) > 0)) in elf32_cr16_relax_section()
2010 if (value1 & 0x80000000) in elf32_cr16_relax_section()
2016 bfd_put_16 (abfd, value1, contents + irel->r_offset + 2); in elf32_cr16_relax_section()
2041 bfd_vma value1 = 0; in elf32_cr16_relax_section()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-cr16.c1925 bfd_vma value1 = 0; in elf32_cr16_relax_section() local
1928 value1 = bfd_get_32 (abfd, contents + irel->r_offset + 2); in elf32_cr16_relax_section()
1929 value1 = (value1 >> 16) | ((value1 & 0xffff) << 16); in elf32_cr16_relax_section()
1932 if ((long) (value + value1) < 0xfffff && (long) (value + value1) > 0) in elf32_cr16_relax_section()
1964 if (value1 & 0x80000000) in elf32_cr16_relax_section()
1971 (((value1 >> 16) & 0xf) in elf32_cr16_relax_section()
1993 && ((long)(value + value1) < 0x7fff && (long)(value + value1) > 0)) in elf32_cr16_relax_section()
2020 if (value1 & 0x80000000) in elf32_cr16_relax_section()
2026 bfd_put_16 (abfd, value1, contents + irel->r_offset + 2); in elf32_cr16_relax_section()
2051 bfd_vma value1 = 0; in elf32_cr16_relax_section()
[all …]
/netbsd-src/external/bsd/ipf/dist/perl/
H A DIpfanaly.pl542 $value1=0;
584 $value1=$unknownsrcports{$destportnam};
585 $value1++ ;
586 $unknownsrcports{$destportnam}=$value1;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.c1738 cc_status.value1 = XEXP (SET_SRC (exp), 0); in cris_normal_notice_update_cc()
1740 cc_status.value1 = SET_SRC (exp); in cris_normal_notice_update_cc()
1743 if (GET_CODE (cc_status.value1) == ZERO_EXTRACT in cris_normal_notice_update_cc()
1744 && XEXP (cc_status.value1, 1) == const1_rtx) in cris_normal_notice_update_cc()
1746 if (CONST_INT_P (XEXP (cc_status.value1, 0))) in cris_normal_notice_update_cc()
1791 cc_status.value1 = SET_DEST (exp); in cris_normal_notice_update_cc()
1794 if (cris_reg_overlap_mentioned_p (cc_status.value1, in cris_normal_notice_update_cc()
1816 if (cc_status.value1 in cris_normal_notice_update_cc()
1817 && modified_in_p (cc_status.value1, insn)) in cris_normal_notice_update_cc()
1818 cc_status.value1 = 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
65 "$name" is empty. The "{}" is required for "value1", optional for
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsignals.d458 @property void value1(int v) { s1.emit("str1", v); } in value1() function
481 a.value1 = 11; in test()
504 a.value1 = 21; in test()
516 a.value1 = 31; in test()
527 a.value1 = 41; in test()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
H A Dbad&name.ini7 value1 = 2.3456 key
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/
H A Dmetrics.ini7 value1 = 2.3456 key
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dsignals.d471 @property void value1(int v) { s1.emit("str1", v); } in value1() function
494 a.value1 = 11; in test()
517 a.value1 = 21; in test()
529 a.value1 = 31; in test()
540 a.value1 = 41; in test()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Dmicro-tests.ini7 value1 = 2.3456 key
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetdate.y982 unsigned long int value1 = value + (c - '0'); in yylex() local
983 if (value1 < value) in yylex()
985 value = value1; in yylex()
997 unsigned long int value1; in yylex() local
1005 value1 = -s; in yylex()
1012 value1 = s; in yylex()
1014 if (value != value1) in yylex()
/netbsd-src/usr.bin/make/unit-tests/
H A Dcond-cmp-string.mk149 VAR1= value1
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dstoreutl.pod85 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
97 The issuer arg must be formatted as I</type0=value0/type1=value1/type2=...>,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/discovery/
H A Dlit.cfg20 config.substitutions = [('%key2', 'value2'), ('%key1', 'value1')]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-storeutl.pod.in89 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
108 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
/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) \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.c1181 cc_status.value1 = SET_DEST (exp); in vax_notice_update_cc()
1193 cc_status.value1 = SET_DEST (XVECEXP (exp, 0, 0)); in vax_notice_update_cc()
1203 if (cc_status.value1 && REG_P (cc_status.value1) in vax_notice_update_cc()
1205 && reg_overlap_mentioned_p (cc_status.value1, cc_status.value2)) in vax_notice_update_cc()
1207 if (cc_status.value1 && MEM_P (cc_status.value1) 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
104 value1 = temp & NI_DP_MSE_SAT_UPDATE_MASK; in radeon_dp_mst_set_stream_attrib()
107 if (!value1 && !value2) in radeon_dp_mst_set_stream_attrib()

1234