| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | sync.c | 82 __##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 D | sync.c | 82 __##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 D | dbgcnt.c | 170 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 D | conditions.h | 53 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 D | dbgcnt.cc | 184 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 D | sim-main.c | 64 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 D | test59.ref | 5 -o name1=value1 10 ./postconf: warning: ./master.cf: unused parameter: name1=value1
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-cr16.c | 1915 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 D | elf32-cr16.c | 1925 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 D | Ipfanaly.pl | 542 $value1=0; 584 $value1=$unknownsrcports{$destportnam}; 585 $value1++ ; 586 $unknownsrcports{$destportnam}=$value1;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/ |
| H A D | cris.c | 1738 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 D | postconf.html.prolog | 63 <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 D | signals.d | 458 @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 D | bad&name.ini | 7 value1 = 2.3456 key
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/ |
| H A D | metrics.ini | 7 value1 = 2.3456 key
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | signals.d | 471 @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 D | micro-tests.ini | 7 value1 = 2.3456 key
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getdate.y | 982 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 D | cond-cmp-string.mk | 149 VAR1= value1
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | storeutl.pod | 85 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 D | lit.cfg | 20 config.substitutions = [('%key2', 'value2'), ('%key1', 'value1')]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-storeutl.pod.in | 89 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 D | po-gram-gen.y | 92 #define check_obsolete(value1,value2) \ argument 93 if ((value1).obsolete != (value2).obsolete) \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/ |
| H A D | vax.c | 1181 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 D | radeon_dp_mst.c | 100 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()
|