Home
last modified time | relevance | path

Searched refs:depend (Results 1 – 25 of 1422) sorted by relevance

12345678910>>...57

/netbsd-src/sys/conf/
H A Dcscope.mk9 cscope.out: Makefile depend
11 @${TOOL_SED} 's/[^:]*://;s/^ *//;s/ *\\ *$$//;' lib/kern/.depend \
15 @${TOOL_SED} 's/[^:]*://;s/^ *//;s/ *\\ *$$//;' lib/compat/.depend \
36 ID: Makefile depend
40 lib/kern/.depend lib/compat/.depend \
45 .depend \
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtask.c166 void **depend) in gomp_task_handle_depend() argument
168 size_t ndepend = (uintptr_t) depend[0]; in gomp_task_handle_depend()
175 size_t nout = (uintptr_t) depend[1]; /* # of out: and inout: */ in gomp_task_handle_depend()
179 task->depend[i].addr = depend[2 + i]; in gomp_task_handle_depend()
180 task->depend[i].is_in = i >= nout; in gomp_task_handle_depend()
185 ndepend = (uintptr_t) depend[1]; /* total # */ in gomp_task_handle_depend()
186 size_t nout = (uintptr_t) depend[2]; /* # of out: and inout: */ in gomp_task_handle_depend()
187 size_t nmutexinoutset = (uintptr_t) depend[3]; /* # of mutexinoutset: */ in gomp_task_handle_depend()
190 size_t nin = (uintptr_t) depend[4]; /* # of in: */ in gomp_task_handle_depend()
196 void **d = (void **) (uintptr_t) depend[5 + i]; in gomp_task_handle_depend()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtask.c169 void **depend) in gomp_task_handle_depend() argument
171 size_t ndepend = (uintptr_t) depend[0]; in gomp_task_handle_depend()
178 size_t nout = (uintptr_t) depend[1]; /* # of out: and inout: */ in gomp_task_handle_depend()
182 task->depend[i].addr = depend[2 + i]; in gomp_task_handle_depend()
183 task->depend[i].is_in = i >= nout; in gomp_task_handle_depend()
188 ndepend = (uintptr_t) depend[1]; /* total # */ in gomp_task_handle_depend()
189 size_t nout = (uintptr_t) depend[2]; /* # of out: and inout: */ in gomp_task_handle_depend()
190 size_t nmutexinoutset = (uintptr_t) depend[3]; /* # of mutexinoutset: */ in gomp_task_handle_depend()
193 size_t nin = (uintptr_t) depend[4]; /* # of in: */ in gomp_task_handle_depend()
199 void **d = (void **) (uintptr_t) depend[5 + i]; in gomp_task_handle_depend()
[all …]
/netbsd-src/external/bsd/openldap/dist/build/
H A Dsrv.mk20 all-no lint-no 5lint-no depend-no install-no:
30 depend-common: depend-$(BUILD_SRV)
52 depend-local-srv:
53 depend-yes: depend-local-srv FORCE
H A Dmod.mk29 all-no lint-no 5lint-no depend-no install-no: FORCE
55 depend-common: depend-$(BUILD_MOD)
84 depend-local-lib:
85 depend-yes depend-mod: depend-local-lib FORCE
H A Dtop.mk228 depend: depend-common depend-local FORCE
235 depend-common:
244 depend-local:
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/gcn/
H A Dtarget.c76 unsigned int flags, void **depend, void **args) in ialias()
85 (void) depend; in ialias()
111 unsigned int flags, void **depend) in GOMP_target_update_ext() argument
119 (void) depend; in GOMP_target_update_ext()
126 unsigned int flags, void **depend) in GOMP_target_enter_exit_data() argument
134 (void) depend; in GOMP_target_enter_exit_data()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dtarget.c89 unsigned int flags, void **depend, void **args) in ialias()
98 (void) depend; in ialias()
124 unsigned int flags, void **depend) in GOMP_target_update_ext() argument
132 (void) depend; in GOMP_target_update_ext()
139 unsigned int flags, void **depend) in GOMP_target_enter_exit_data() argument
147 (void) depend; in GOMP_target_enter_exit_data()
/netbsd-src/share/mk/
H A Dbsd.dep.mk6 realdepend: beforedepend .depend afterdepend
7 .ORDER: beforedepend .depend afterdepend
9 beforedepend .depend afterdepend: # ensure existence
36 .NOPATH: .depend ${__DPSRCS.d}
48 @(cd ${.CURDIR} && ${MAKE} depend)
56 .depend: ${__DPSRCS.d}
58 rm -f .depend
99 CLEANDIRFILES+= .depend ${__DPSRCS.d} ${__DPSRCS.d:.d=.d.tmp} tags ${CLEANDEPEND}
/netbsd-src/external/bsd/elftoolchain/dist/common/
H A DMakefile10 .PHONY: all clean clobber depend obj
12 all depend: target
15 rm -f ${.OBJDIR}/.depend
/netbsd-src/external/bsd/elftoolchain/common/
H A DMakefile15 .PHONY: all clean clobber depend obj
17 all depend: target
23 rm -f ${.OBJDIR}/.depend
/netbsd-src/external/bsd/elftoolchain/common/sys/
H A DMakefile18 .PHONY: all clean clobber depend
20 all depend: elfdefinitions.h target
26 rm -f ${.OBJDIR}/.depend
/netbsd-src/tools/elftoolchain/common/
H A DMakefile22 .PHONY: all clean depend obj
28 all depend clean clobber: target
31 rm -f ${.OBJDIR}/.depend
/netbsd-src/sys/arch/sh3/sh3/
H A Dlock_stubs.S90 sts pr, r7 ! depend on _lock_cas not clobbering r7
101 !! depend on _lock_cas not clobbering mtx in r4
112 sts pr, r7 ! depend on _lock_cas not clobbering r7
123 !! depend on _lock_cas not clobbering mtx in r4
/netbsd-src/usr.bin/make/unit-tests/
H A Darchive.mk28 @${MAKE} -f ${MAKEFILE} depend-on-existing-member
29 @${MAKE} -f ${MAKEFILE} depend-on-nonexistent-member
72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
75 depend-on-nonexistent-member: ${ARCHIVE}(nonexistent.mk) pre post
/netbsd-src/tools/elftoolchain/common/sys/
H A DMakefile18 .PHONY: all clean clobber depend
35 all dependall depend: ${INCS} target
41 rm -f ${.OBJDIR}/.depend
/netbsd-src/external/bsd/openldap/dist/include/
H A DMakefile.in35 depend-local: ldap_config.h FORCE
84 depend-common: depend-local
/netbsd-src/external/gpl2/groff/dist/
H A DMakefile.comm44 depend.temp core y.output $(CLEANADD)
54 all install install_bin install_data TAGS depend distfiles uninstall_sub:
60 .PHONY: all clean distclean mostlyclean realclean extraclean depend distfiles
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A DMakefile.riscos6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
9 ObjAsmflags = -throwback -NoCache -depend !Depend
/netbsd-src/common/dist/zlib/old/
H A DMakefile.riscos6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
9 ObjAsmflags = -throwback -NoCache -depend !Depend
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A DMakefile.riscos6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
9 ObjAsmflags = -throwback -NoCache -depend !Depend
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A DMakefile.riscos6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
9 ObjAsmflags = -throwback -NoCache -depend !Depend
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A DMakefile.riscos6 CCflags = -c -depend !Depend -IC: -g -throwback -DRISCOS -fah
7 C++flags = -c -depend !Depend -IC: -throwback
9 ObjAsmflags = -throwback -NoCache -depend !Depend
/netbsd-src/external/gpl3/binutils.old/dist/
H A DMakefile.def202 depend=configure; };
204 depend=configure; };
206 depend=configure; };
208 depend=configure; };
210 depend=configure; };
212 depend=configure;
213 depend=info; };
215 depend=configure;
216 depend=dvi; };
218 depend=configure;
[all …]
/netbsd-src/external/gpl3/gcc/dist/
H A DMakefile.def201 depend=configure; };
203 depend=configure; };
205 depend=configure; };
207 depend=configure; };
209 depend=configure; };
211 depend=configure;
212 depend=info; };
214 depend=configure;
215 depend=dvi; };
217 depend=configure;
[all …]

12345678910>>...57