Home
last modified time | relevance | path

Searched refs:all (Results 201 – 225 of 12779) sorted by relevance

12345678910>>...512

/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dshal.s2 # mach(): all
25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
H A Dmovw.s29 set_grs_a5a5 ; Fill all general regs with a fixed pattern
54 set_grs_a5a5 ; Fill all general regs with a fixed pattern
80 set_grs_a5a5 ; Fill all general regs with a fixed pattern
111 set_grs_a5a5 ; Fill all general regs with a fixed pattern
142 set_grs_a5a5 ; Fill all general regs with a fixed pattern
174 set_grs_a5a5 ; Fill all general regs with a fixed pattern
206 set_grs_a5a5 ; Fill all general regs with a fixed pattern
238 set_grs_a5a5 ; Fill all general regs with a fixed pattern
270 set_grs_a5a5 ; Fill all general regs with a fixed pattern
302 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
H A Daddl.s85 set_grs_a5a5 ; Fill all general regs with a fixed pattern
109 set_grs_a5a5 ; Fill all general regs with a fixed pattern
135 set_grs_a5a5 ; Fill all general regs with a fixed pattern
161 set_grs_a5a5 ; Fill all general regs with a fixed pattern
194 set_grs_a5a5 ; Fill all general regs with a fixed pattern
227 set_grs_a5a5 ; Fill all general regs with a fixed pattern
260 set_grs_a5a5 ; Fill all general regs with a fixed pattern
293 set_grs_a5a5 ; Fill all general regs with a fixed pattern
326 set_grs_a5a5 ; Fill all general regs with a fixed pattern
359 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Drotxl.s2 # mach(): all
25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
H A Dshal.s2 # mach(): all
25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
H A Dmovw.s29 set_grs_a5a5 ; Fill all general regs with a fixed pattern
54 set_grs_a5a5 ; Fill all general regs with a fixed pattern
80 set_grs_a5a5 ; Fill all general regs with a fixed pattern
111 set_grs_a5a5 ; Fill all general regs with a fixed pattern
142 set_grs_a5a5 ; Fill all general regs with a fixed pattern
174 set_grs_a5a5 ; Fill all general regs with a fixed pattern
206 set_grs_a5a5 ; Fill all general regs with a fixed pattern
238 set_grs_a5a5 ; Fill all general regs with a fixed pattern
270 set_grs_a5a5 ; Fill all general regs with a fixed pattern
302 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all …]
/netbsd/usr.bin/make/unit-tests/
H A Dgnode-submake.mk13 all: makeinfo make-index
14 all: braces-dot braces-no-dot
15 all: braces-no-dot-modifier
16 all: parentheses-dot parentheses-no-dot
/netbsd/share/examples/ftpd/
H A Dftpd.conf7 checkportcmd all
50 conversion all .gz f . /usr/bin/gzip -c -- %s
51 conversion all .tar df .notar /usr/bin/tar -cf - -- %s
52 conversion all .tar.gz df .notar /usr/bin/tar -zcf - -- %s
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc257 memset (&all, 0, sizeof all); in init_expmed()
266 all.plus = gen_rtx_PLUS (mode, all.reg, all.reg); in init_expmed()
268 all.mult = gen_rtx_MULT (mode, all.reg, all.reg); in init_expmed()
269 all.sdiv = gen_rtx_DIV (mode, all.reg, all.reg); in init_expmed()
270 all.udiv = gen_rtx_UDIV (mode, all.reg, all.reg); in init_expmed()
271 all.sdiv_32 = gen_rtx_DIV (mode, all.reg, all.pow2[5]); in init_expmed()
272 all.smod_32 = gen_rtx_MOD (mode, all.reg, all.pow2[5]); in init_expmed()
274 all.wide_mult = gen_rtx_MULT (mode, all.zext, all.zext); in init_expmed()
277 all.shift = gen_rtx_ASHIFT (mode, all.reg, all.reg); in init_expmed()
278 all.shift_mult = gen_rtx_MULT (mode, all.reg, all.reg); in init_expmed()
[all …]
H A Dexpmed.c254 memset (&all, 0, sizeof all); in init_expmed()
263 all.plus = gen_rtx_PLUS (mode, all.reg, all.reg); in init_expmed()
265 all.mult = gen_rtx_MULT (mode, all.reg, all.reg); in init_expmed()
266 all.sdiv = gen_rtx_DIV (mode, all.reg, all.reg); in init_expmed()
267 all.udiv = gen_rtx_UDIV (mode, all.reg, all.reg); in init_expmed()
268 all.sdiv_32 = gen_rtx_DIV (mode, all.reg, all.pow2[5]); in init_expmed()
269 all.smod_32 = gen_rtx_MOD (mode, all.reg, all.pow2[5]); in init_expmed()
271 all.wide_mult = gen_rtx_MULT (mode, all.zext, all.zext); in init_expmed()
274 all.shift = gen_rtx_ASHIFT (mode, all.reg, all.reg); in init_expmed()
275 all.shift_mult = gen_rtx_MULT (mode, all.reg, all.reg); in init_expmed()
[all …]
/netbsd/external/gpl2/lvm2/dist/include/
H A DMakefile24 .PHONY: clean distclean all install pofile install_cluster install_device-mapper
26 all: .symlinks_created target
37 pofile: all
39 device-mapper: all
H A DMakefile.in24 .PHONY: clean distclean all install pofile install_cluster install_device-mapper
26 all: .symlinks_created
37 pofile: all
39 device-mapper: all
/netbsd/tests/ipf/regress/
H A Df301 pass in on hme0 proto udp all with not ipopts keep state
2 pass in on hme0 proto udp all with ipopts keep state
3 pass in on hme0 proto tcp all flags S with opt rr keep state
4 pass in on hme0 proto tcp all flags S with opt sec-class secret keep state
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dcore.d117 enum moduleLogLevel = LogLevel.all;
1953 assert(l.logLevel == LogLevel.all);
1959 assert(l.logLevel == LogLevel.all);
1964 assert(l.logLevel == LogLevel.all);
2099 globalLogLevel = LogLevel.all; in scope()
2136 globalLogLevel = LogLevel.all; in scope()
2191 globalLogLevel = LogLevel.all; in scope()
2438 globalLogLevel = LogLevel.all; in scope()
2693 globalLogLevel = LogLevel.all; in scope()
2920 globalLogLevel = LogLevel.all; in scope()
[all …]
/netbsd/share/misc/
H A Dnanpa.sed14 # Join all lines with unterminated HTML tags
19 # Replace all </TR> with EOL tag
27 # Also, join all lines starting with <TR>.
37 # Replace all <TD> with colon
39 # Strip all HTML tags
/netbsd/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dshell9 run_make_test('.PHONY: all
10 all: ; @echo $(shell echo hi)
19 .PHONY: all
20 all: ; @echo $$HI
/netbsd/external/bsd/unbound/dist/testdata/
H A Drpz_qname.rpl195 MATCH all
211 MATCH all
228 MATCH all
244 MATCH all
261 MATCH all
278 MATCH all
295 MATCH all
312 MATCH all
329 MATCH all
347 MATCH all
[all …]
H A Drpz_respip.rpl242 MATCH all
258 MATCH all
274 MATCH all
290 MATCH all
306 MATCH all
322 MATCH all
338 MATCH all
354 MATCH all
370 MATCH all
387 MATCH all
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c254 memset (&all, 0, sizeof all); in init_expmed()
263 all.plus = gen_rtx_PLUS (mode, all.reg, all.reg); in init_expmed()
265 all.mult = gen_rtx_MULT (mode, all.reg, all.reg); in init_expmed()
266 all.sdiv = gen_rtx_DIV (mode, all.reg, all.reg); in init_expmed()
267 all.udiv = gen_rtx_UDIV (mode, all.reg, all.reg); in init_expmed()
268 all.sdiv_32 = gen_rtx_DIV (mode, all.reg, all.pow2[5]); in init_expmed()
269 all.smod_32 = gen_rtx_MOD (mode, all.reg, all.pow2[5]); in init_expmed()
271 all.wide_mult = gen_rtx_MULT (mode, all.zext, all.zext); in init_expmed()
274 all.shift = gen_rtx_ASHIFT (mode, all.reg, all.reg); in init_expmed()
275 all.shift_mult = gen_rtx_MULT (mode, all.reg, all.reg); in init_expmed()
[all …]
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dmep-core.cpu274 (attrs all-mep-isas)
283 (attrs all-mep-isas)
305 (attrs all-mep-isas)
313 (attrs all-mep-isas)
363 (attrs all-mep-core-isas)
378 (attrs all-mep-core-isas)
542 (attrs all-mep-core-isas)
558 (attrs all-mep-core-isas)
574 (attrs all-mep-core-isas)
588 (attrs all-mep-core-isas)
[all …]
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dmep-core.cpu274 (attrs all-mep-isas)
283 (attrs all-mep-isas)
305 (attrs all-mep-isas)
313 (attrs all-mep-isas)
363 (attrs all-mep-core-isas)
378 (attrs all-mep-core-isas)
542 (attrs all-mep-core-isas)
558 (attrs all-mep-core-isas)
574 (attrs all-mep-core-isas)
588 (attrs all-mep-core-isas)
[all …]
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dmep-core.cpu274 (attrs all-mep-isas)
283 (attrs all-mep-isas)
305 (attrs all-mep-isas)
313 (attrs all-mep-isas)
363 (attrs all-mep-core-isas)
378 (attrs all-mep-core-isas)
542 (attrs all-mep-core-isas)
558 (attrs all-mep-core-isas)
574 (attrs all-mep-core-isas)
588 (attrs all-mep-core-isas)
[all …]
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dmep-core.cpu274 (attrs all-mep-isas)
283 (attrs all-mep-isas)
305 (attrs all-mep-isas)
313 (attrs all-mep-isas)
363 (attrs all-mep-core-isas)
378 (attrs all-mep-core-isas)
542 (attrs all-mep-core-isas)
558 (attrs all-mep-core-isas)
574 (attrs all-mep-core-isas)
588 (attrs all-mep-core-isas)
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-elf/
H A Dgroup7.d1 #source: ../../../binutils/testsuite/binutils-all/group.s
2 #source: ../../../binutils/testsuite/binutils-all/group-2.s
3 #source: ../../../binutils/testsuite/binutils-all/group-3.s
4 #source: ../../../binutils/testsuite/binutils-all/group-4.s
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dgroup7.d1 #source: ../../../binutils/testsuite/binutils-all/group.s
2 #source: ../../../binutils/testsuite/binutils-all/group-2.s
3 #source: ../../../binutils/testsuite/binutils-all/group-3.s
4 #source: ../../../binutils/testsuite/binutils-all/group-4.s

12345678910>>...512