Searched refs:in (Results 401 - 425 of 12519) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/libgfortran/generated/
H A D_tan_r10.F9011 !GNU libgfortran is distributed in the hope that it will be useful,
17 !permissions described in the GCC Runtime Library Exception, version
39 real (kind=10), intent (in) :: parm
H A D_sqrt_r4.F9011 !GNU libgfortran is distributed in the hope that it will be useful,
17 !permissions described in the GCC Runtime Library Exception, version
39 real (kind=4), intent (in) :: parm
H A D_sqrt_r8.F9011 !GNU libgfortran is distributed in the hope that it will be useful,
17 !permissions described in the GCC Runtime Library Exception, version
39 real (kind=8), intent (in) :: parm
H A D_tan_r4.F9011 !GNU libgfortran is distributed in the hope that it will be useful,
17 !permissions described in the GCC Runtime Library Exception, version
39 real (kind=4), intent (in) :: parm
H A D_tan_r8.F9011 !GNU libgfortran is distributed in the hope that it will be useful,
17 !permissions described in the GCC Runtime Library Exception, version
39 real (kind=8), intent (in) :: parm
/netbsd-current/external/gpl3/gdb/dist/gdb/syscalls/
H A DMakefile10 # This program is distributed in the hope that it will be useful,
18 # Generate .xml files from .xml.in files.
20 FILES=$(shell ls *.xml.in | grep -v linux-defaults.xml.in | sed 's/\.in//')
23 for f in $(FILES); do \
24 xsltproc --output $$f apply-defaults.xsl $$f.in; \
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dsetup.sh17 for conf in ns*/named.conf.in; do
18 copy_setports "$conf" "$(dirname "$conf")/$(basename "$conf" .in)"
/netbsd-current/external/gpl3/binutils.old/dist/ld/emulparams/
H A Delf32loongarch.sh4 case "$target" in
6 case "$EMULATION_NAME" in
H A Delf64loongarch.sh4 case "$target" in
6 case "$EMULATION_NAME" in
/netbsd-current/bin/dd/
H A Dconv.c11 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the
69 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
73 out.dbp = in.dbp;
74 out.dbcnt = in.dbcnt;
76 if (in.dbcnt >= out.dbsz) {
85 in.dbp = out.dbp;
86 in
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Dresource_conflict.l2 .*:3: Error: resource conflict in multi-issue instruction.
3 .*:4: Error: resource conflict in multi-issue instruction.
4 .*:5: Error: resource conflict in multi-issue instruction.
5 .*:6: Error: resource conflict in multi-issue instruction.
6 .*:7: Error: resource conflict in multi-issue instruction.
7 .*:8: Error: resource conflict in multi-issue instruction.
8 .*:10: Error: resource conflict in multi-issue instruction.
9 .*:11: Error: resource conflict in multi-issue instruction.
10 .*:12: Error: resource conflict in multi-issue instruction.
11 .*:13: Error: resource conflict in mult
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dpseudo.l2 [^:]*:2: Error: Missing symbol name in directive
3 [^:]*:4: Error: Missing symbol name in directive
4 [^:]*:6: Error: Missing symbol name in directive
5 [^:]*:8: Error: Missing symbol name in directive
6 [^:]*:10: Error: Missing symbol name in directive
7 [^:]*:12: Error: Missing symbol name in directive
8 [^:]*:14: Error: Missing symbol name in directive
9 [^:]*:14: Error: expected comma after name in .symver
10 [^:]*:16: Error: Missing symbol name in directive
11 [^:]*:18: Error: Missing symbol name in directiv
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
H A Dinsn-reverse-arm.c10 This program is distributed in the hope that it will be useful,
21 char in[8]; local
23 asm ("vldr d0, [%0]" : : "r" (in));
24 asm ("vldr s3, [%0]" : : "r" (in));
26 asm ("vldm %0, {d3-d4}" : : "r" (in));
27 asm ("vldm %0, {s9-s11}" : : "r" (in));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dinsn-reverse-arm.c10 This program is distributed in the hope that it will be useful,
21 char in[8]; local
23 asm ("vldr d0, [%0]" : : "r" (in));
24 asm ("vldr s3, [%0]" : : "r" (in));
26 asm ("vldm %0, {d3-d4}" : : "r" (in));
27 asm ("vldm %0, {s9-s11}" : : "r" (in));
/netbsd-current/external/mpl/bind/dist/bin/tests/system/legacy/
H A Dsetup.sh16 copy_setports ns1/named1.conf.in ns1/named.conf
17 copy_setports ns2/named.conf.in ns2/named.conf
18 copy_setports ns3/named.conf.in ns3/named.conf
19 copy_setports ns4/named.conf.in ns4/named.conf
20 copy_setports ns5/named.conf.in ns5/named.conf
21 copy_setports ns6/named.conf.in ns6/named.conf
22 copy_setports ns7/named.conf.in ns7/named.conf
23 copy_setports ns8/named.conf.in ns8/named.conf
24 copy_setports ns9/named.conf.in ns9/named.conf
25 copy_setports ns10/named.conf.in ns1
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvar-recursive.exp3 in var-recursive.mk:22
4 in directory <curdir>
6 make: stopped in unit-tests
8 in var-recursive.mk:29
9 in directory <curdir>
11 make: stopped in unit-tests
14 in var-recursive.mk:45
15 in directory <curdir>
17 make: stopped in unit-tests
21 make: stopped making "target" in uni
[all...]
/netbsd-current/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_flags_decoder.c17 stream_flags_decode(lzma_stream_flags *options, const uint8_t *in) argument
20 if (in[0] != 0x00 || (in[1] & 0xF0))
24 options->check = in[1] & 0x0F;
31 lzma_stream_header_decode(lzma_stream_flags *options, const uint8_t *in)
34 if (memcmp(in, lzma_header_magic, sizeof(lzma_header_magic)) != 0)
39 const uint32_t crc = lzma_crc32(in + sizeof(lzma_header_magic),
41 if (crc != unaligned_read32le(in + sizeof(lzma_header_magic)
46 if (stream_flags_decode(options, in + sizeof(lzma_header_magic)))
60 lzma_stream_footer_decode(lzma_stream_flags *options, const uint8_t *in)
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmu_bdiv_q.c2 storing the result in {qp,nn}. Overlap allowed between Q and N; all other
28 or both in parallel, as here.
30 The GNU MP Library is distributed in the hope that it will be useful, but
42 than used in the standard Barrett algorithm, and thus save time in the
65 particular, when dn==in, tp and rp could use the same space.
75 mp_size_t in; local
91 #define ip scratch /* in */
92 #define rp (scratch + in) /* dn or rest >= binvert_itch(in) */
240 mp_size_t qn, in, tn, itch_binvert, itch_out, itches; local
[all...]
/netbsd-current/tests/lib/libc/regex/
H A DMakefile21 FILES+= data/anchor.in
22 FILES+= data/backref.in
23 FILES+= data/basic.in
24 FILES+= data/bracket.in
25 FILES+= data/c_comments.in
26 FILES+= data/complex.in
27 FILES+= data/error.in
28 FILES+= data/meta.in
29 FILES+= data/nospec.in
30 FILES+= data/paren.in
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vcvt-bad-2.l2 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
3 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
4 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
5 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
6 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
7 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
8 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
9 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
10 [^:]*:12: Warning: instruction is UNPREDICTABLE in an IT block
11 [^:]*:12: Warning: instruction is UNPREDICTABLE in a
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dextract.awk5 # Some parameters bind to different variables in different contexts,
6 # And other parameters map to associated variables in a many-to-1
12 # when doing duplicate elimination. Differences in the default value
13 # or lower/upper bounds still result in "postconf -d" duplicates,
109 for (key in int_vars)
114 for (key in str_vars)
119 for (key in str_fn_vars)
124 for (key in raw_vars)
129 for (key in bool_vars)
134 for (key in time_var
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Df2c_specifics.F9011 !GNU libgfortran is distributed in the hope that it will be useful,
17 !permissions described in the GCC Runtime Library Exception, version
42 REAL, intent (in) :: parm; \
51 COMPLEX, intent (in) :: parm; \
60 DOUBLE COMPLEX, intent (in) :: parm; \
68 ! abs is special in that the result is real
70 COMPLEX, intent(in) :: parm
76 ! aimag is special in that the result is real
78 complex(kind=4), intent(in) :: parm
84 complex(kind=8), intent(in)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Df2c_specifics.F9011 !GNU libgfortran is distributed in the hope that it will be useful,
17 !permissions described in the GCC Runtime Library Exception, version
42 REAL, intent (in) :: parm; \
51 COMPLEX, intent (in) :: parm; \
60 DOUBLE COMPLEX, intent (in) :: parm; \
68 ! abs is special in that the result is real
70 COMPLEX, intent(in) :: parm
76 ! aimag is special in that the result is real
78 complex(kind=4), intent(in) :: parm
84 complex(kind=8), intent(in)
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/build/
H A DVersionName4 case "$#" in
6 case "$1" in
22 case "$repotype::$point" in
24 case "${proto}.${major}" in
33 case "${proto}.${major}" in
48 case $special in
53 case "$prerelease::$repotype" in
/netbsd-current/external/mpl/bind/dist/bin/tests/system/forward/
H A Dsetup.sh17 copy_setports ns1/named.conf.in ns1/named.conf
18 copy_setports ns2/named.conf.in ns2/named.conf
19 copy_setports ns3/named1.conf.in ns3/named.conf
20 copy_setports ns4/named.conf.in ns4/named.conf
21 copy_setports ns5/named.conf.in ns5/named.conf
22 copy_setports ns7/named.conf.in ns7/named.conf
23 copy_setports ns8/named.conf.in ns8/named.conf
24 copy_setports ns9/named1.conf.in ns9/named.conf
25 copy_setports ns10/named.conf.in ns10/named.conf

Completed in 219 milliseconds

<<11121314151617181920>>