Searched refs:out (Results 1 - 25 of 7346) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dmemset.c29 #define SET_32_OBJECTS(out) \
31 out [0] = m0; \
32 out [1] = m0; \
33 out [2] = m0; \
34 out [3] = m0; \
35 out [4] = m0; \
36 out [5] = m0; \
37 out [6] = m0; \
38 out [7] = m0; \
39 out [
231 int *out = s1; local
370 int short *out = s1; local
509 char *out = s1; local
[all...]
H A Dmemcpy.c31 #define MOVE_32_OBJECTS(in,out) \
38 out [0] = m0; \
39 out [1] = m1; \
40 out [2] = m2; \
41 out [3] = m3; \
47 out [4] = m0; \
48 out [5] = m1; \
49 out [6] = m2; \
50 out [7] = m3; \
56 out [
424 int *out = s1; local
564 int short *out = s1; local
705 char *out = s1; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dmemset.c29 #define SET_32_OBJECTS(out) \
31 out [0] = m0; \
32 out [1] = m0; \
33 out [2] = m0; \
34 out [3] = m0; \
35 out [4] = m0; \
36 out [5] = m0; \
37 out [6] = m0; \
38 out [7] = m0; \
39 out [
231 int *out = s1; local
370 int short *out = s1; local
509 char *out = s1; local
[all...]
H A Dmemcpy.c31 #define MOVE_32_OBJECTS(in,out) \
38 out [0] = m0; \
39 out [1] = m1; \
40 out [2] = m2; \
41 out [3] = m3; \
47 out [4] = m0; \
48 out [5] = m1; \
49 out [6] = m2; \
50 out [7] = m3; \
56 out [
424 int *out = s1; local
564 int short *out = s1; local
705 char *out = s1; local
[all...]
/netbsd-current/etc/autofs/
H A Dspecial_hosts7 out=$(getent hosts)
9 echo "$out" | awk '{ print $2 }' | sort -u
13 out=$(showmount -E "$1")
15 echo "$out" | awk -v host="$1" \
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dz80_out_c_0.s3 out (c),0
/netbsd-current/sys/dev/microcode/siop/
H A DMakefile3 all: esiop.out siop.out osiop.out oosiop.out
10 regen: esiop.out siop.out osiop.out oosiop.out
11 headers: esiop.out siop.out osio
[all...]
/netbsd-current/external/bsd/unbound/dist/winrc/
H A Dunbound-service-install.c52 FILE* out = stdout; local
53 /* out = fopen("unbound-service-install.log", "w");*/
55 wsvc_rc_start(out);
59 if(out) fprintf(out, "Usage: %s [start]\n", argv[0]);
63 wsvc_install(out, "unbound-service-install.exe");
H A Dunbound-service-remove.c52 FILE* out = stdout; local
53 /* out = fopen("unbound-service-remove.log", "w");*/
55 wsvc_rc_stop(out);
59 if(out) fprintf(out, "Usage: %s [stop]\n", argv[0]);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rrchecker/
H A Dclean.sh14 rm -f classlist.out privatelist.out typelist.out tempzone checkzone.out* checker.out
/netbsd-current/external/gpl3/binutils/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-O3.mk1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-Og.mk1 BOOT_CFLAGS := -Og $(filter-out -O%, $(BOOT_CFLAGS))
/netbsd-current/external/gpl3/gcc/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-O3.mk1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-Og.mk1 BOOT_CFLAGS := -Og $(filter-out -O%, $(BOOT_CFLAGS))
/netbsd-current/external/gpl3/gdb/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-O3.mk1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-Og.mk1 BOOT_CFLAGS := -Og $(filter-out -O%, $(BOOT_CFLAGS))
/netbsd-current/external/gpl3/gdb.old/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-O3.mk1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
/netbsd-current/external/gpl3/binutils.old/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-O3.mk1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))
/netbsd-current/external/gpl3/gcc.old/dist/config/
H A Dbootstrap-O1.mk1 BOOT_CFLAGS := -O1 $(filter-out -O%, $(BOOT_CFLAGS))
H A Dbootstrap-O3.mk1 BOOT_CFLAGS := -O3 $(filter-out -O%, $(BOOT_CFLAGS))

Completed in 247 milliseconds

1234567891011>>