| /freebsd-9-stable/contrib/binutils/gas/ |
| D | depend.c | 26 struct dependency struct 29 struct dependency * next; argument 33 static struct dependency * dep_chain = NULL; 58 struct dependency *dep; in register_dependency() 69 dep = (struct dependency *) xmalloc (sizeof (struct dependency)); in register_dependency() 185 struct dependency *dep; in print_dependencies()
|
| D | aclocal.m4 | 138 # See how the compiler implements dependency checking. 144 # dependency, and given that the user is not expected to run this macro, 158 AC_CACHE_CHECK([dependency style of $depcc], 172 # it helps to detect inapplicable dependency modes. For instance 185 # like to wrap large dependency lists on column 80 (with \), and 253 # Choose a directory name for dependency files. 264 [AC_ARG_ENABLE(dependency-tracking, 265 [ --disable-dependency-tracking speeds up one-time build 266 --enable-dependency-tracking do not reject slow dependency extractors]) 275 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/gcc/config/mips/ |
| D | 5k.md | 118 ;; Any -> JR/JALR (without dependency) : 1 clock issue delay 119 ;; Any -> JR/JALR (with dependency) : 2 clock issue delay 120 ;; load -> JR/JALR (with dependency) : 3 clock issue delay 121 ;; mfhilo -> JR/JALR (with dependency) : 3 clock issue delay 122 ;; mul -> JR/JALR (with dependency) : 3 clock issue delay 202 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on condition)
|
| /freebsd-9-stable/sys/conf/ |
| D | files.pc98 | 8 # The long compile-with and dependency lines are required because of 10 # dependency lines other than the first are silently ignored. 13 dependency "$S/i386/linux/linux_genassym.c" \ 19 dependency "$S/kern/genassym.sh linux_genassym.o" \ 25 dependency "$S/i386/svr4/svr4_genassym.c" \ 31 dependency "$S/kern/genassym.sh svr4_genassym.o" \ 77 …dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/cry… 195 dependency "linux_assym.h" 199 dependency "linux_assym.h" 205 dependency "svr4_assym.h" \
|
| D | files.i386 | 6 # The long compile-with and dependency lines are required because of 8 # dependency lines other than the first are silently ignored. 11 dependency "$S/i386/linux/linux_genassym.c" \ 17 dependency "$S/kern/genassym.sh linux_genassym.o" \ 23 dependency "$S/i386/svr4/svr4_genassym.c" \ 29 dependency "$S/kern/genassym.sh svr4_genassym.o" \ 50 dependency "$S/contrib/dev/nve/i386/nvenetlib.o.bz2.uu" \ 55 dependency "$S/contrib/dev/nve/os.h" \ 61 dependency "$S/dev/hpt27xx/i386-elf.hpt27xx_lib.o.uu" \ 66 dependency "$S/dev/hptmv/i386-elf.raid.o.uu" \ [all …]
|
| D | files.amd64 | 6 # The long compile-with and dependency lines are required because of 8 # dependency lines other than the first are silently ignored. 12 dependency "$S/amd64/linux32/linux32_genassym.c" \ 18 dependency "$S/kern/genassym.sh linux32_genassym.o" \ 24 dependency "$S/compat/ia32/ia32_genassym.c" \ 30 dependency "$S/kern/genassym.sh ia32_genassym.o" \ 51 dependency "$S/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu" \ 56 dependency "$S/contrib/dev/nve/os.h" \ 62 dependency "$S/dev/hpt27xx/amd64-elf.hpt27xx_lib.o.uu" \ 67 dependency "$S/dev/hptmv/amd64-elf.raid.o.uu" \ [all …]
|
| D | files | 3 # The long compile-with and dependency lines are required because of 5 # dependency lines other than the first are silently ignored. 8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \ 13 dependency "$S/dev/aic7xxx/aicasm/*.[chyl]" \ 21 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" 26 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" 31 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" 39 dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" 44 dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" 49 dependency "$S/dev/aic7xxx/aic79xx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm" [all …]
|
| /freebsd-9-stable/contrib/bsnmp/ |
| D | NEWS | 114 of malloced memory in the module table dependency. While 116 data which was held in a dependency could be lost, because 117 there was no guarantee that the dependency handler ever was 119 dependency in the same PDU) thus causing this memory to leak. 120 To fix this a third dependency operation is introduced 121 SNMP_DEPOP_FINISH which is invoked just before a dependency 126 for a simple SET operation. In this case an artifical dependency
|
| /freebsd-9-stable/release/scripts/ |
| D | checkindex.pl | 140 foreach $dependency (split ' ',$DEPENDS{$key}) { 141 if ($opt_depends eq $dependency) {
|
| /freebsd-9-stable/contrib/ofed/management/opensm/opensm/ |
| D | osm_ucast_lash.c | 70 struct _cdg_vertex **dependency; member 117 cdg_vertex->dependency = malloc((num_switches - 1) * sizeof(cdg_vertex_t *)); in create_cdg_vertex() 190 cycle_exists(start, current->dependency[i], current, in cycle_exists() 236 if (v->dependency[i] == in remove_semipermanent_depend_for_sp() 248 v->dependency[i] = in remove_semipermanent_depend_for_sp() 249 v->dependency[i + 1]; in remove_semipermanent_depend_for_sp() 375 v->dependency[i] = NULL; in generate_cdg_for_sp() 399 if (prev->dependency[j] == v) { in generate_cdg_for_sp() 405 prev->dependency[prev->num_dependencies] = v; in generate_cdg_for_sp() 739 if (p_lash->cdg_vertex_matrix[i][j][k]->dependency) in free_lash_structures() [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | module.map | 26 export * // note: for <stdlib.h> dependency 47 export * // note: for hackish <emmintrin.h> dependency
|
| /freebsd-9-stable/sys/arm/xscale/ixp425/ |
| D | files.ixp425 | 36 dependency "IxNpeMicrocode.dat" \ 41 dependency "$S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | aclocal.m4 | 138 # See how the compiler implements dependency checking. 144 # dependency, and given that the user is not expected to run this macro, 158 AC_CACHE_CHECK([dependency style of $depcc], 172 # it helps to detect inapplicable dependency modes. For instance 185 # like to wrap large dependency lists on column 80 (with \), and 253 # Choose a directory name for dependency files. 264 [AC_ARG_ENABLE(dependency-tracking, 265 [ --disable-dependency-tracking speeds up one-time build 266 --enable-dependency-tracking do not reject slow dependency extractors]) 275 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/gcclibs/libgomp/ |
| D | aclocal.m4 | 138 # See how the compiler implements dependency checking. 144 # dependency, and given that the user is not expected to run this macro, 158 AC_CACHE_CHECK([dependency style of $depcc], 172 # it helps to detect inapplicable dependency modes. For instance 185 # like to wrap large dependency lists on column 80 (with \), and 253 # Choose a directory name for dependency files. 264 [AC_ARG_ENABLE(dependency-tracking, 265 [ --disable-dependency-tracking speeds up one-time build 266 --enable-dependency-tracking do not reject slow dependency extractors]) 275 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | aclocal.m4 | 138 # See how the compiler implements dependency checking. 144 # dependency, and given that the user is not expected to run this macro, 158 AC_CACHE_CHECK([dependency style of $depcc], 172 # it helps to detect inapplicable dependency modes. For instance 185 # like to wrap large dependency lists on column 80 (with \), and 253 # Choose a directory name for dependency files. 264 [AC_ARG_ENABLE(dependency-tracking, 265 [ --disable-dependency-tracking speeds up one-time build 266 --enable-dependency-tracking do not reject slow dependency extractors]) 275 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/gcclibs/libssp/ |
| D | aclocal.m4 | 138 # See how the compiler implements dependency checking. 144 # dependency, and given that the user is not expected to run this macro, 158 AC_CACHE_CHECK([dependency style of $depcc], 172 # it helps to detect inapplicable dependency modes. For instance 185 # like to wrap large dependency lists on column 80 (with \), and 253 # Choose a directory name for dependency files. 264 [AC_ARG_ENABLE(dependency-tracking, 265 [ --disable-dependency-tracking speeds up one-time build 266 --enable-dependency-tracking do not reject slow dependency extractors]) 275 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/gcclibs/libmudflap/ |
| D | aclocal.m4 | 138 # See how the compiler implements dependency checking. 144 # dependency, and given that the user is not expected to run this macro, 158 AC_CACHE_CHECK([dependency style of $depcc], 172 # it helps to detect inapplicable dependency modes. For instance 185 # like to wrap large dependency lists on column 80 (with \), and 253 # Choose a directory name for dependency files. 264 [AC_ARG_ENABLE(dependency-tracking, 265 [ --disable-dependency-tracking speeds up one-time build 266 --enable-dependency-tracking do not reject slow dependency extractors]) 275 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/binutils/ld/ |
| D | aclocal.m4 | 138 # See how the compiler implements dependency checking. 144 # dependency, and given that the user is not expected to run this macro, 158 AC_CACHE_CHECK([dependency style of $depcc], 172 # it helps to detect inapplicable dependency modes. For instance 185 # like to wrap large dependency lists on column 80 (with \), and 253 # Choose a directory name for dependency files. 264 [AC_ARG_ENABLE(dependency-tracking, 265 [ --disable-dependency-tracking speeds up one-time build 266 --enable-dependency-tracking do not reject slow dependency extractors]) 275 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | aclocal.m4 | 138 # See how the compiler implements dependency checking. 144 # dependency, and given that the user is not expected to run this macro, 158 AC_CACHE_CHECK([dependency style of $depcc], 172 # it helps to detect inapplicable dependency modes. For instance 185 # like to wrap large dependency lists on column 80 (with \), and 253 # Choose a directory name for dependency files. 264 [AC_ARG_ENABLE(dependency-tracking, 265 [ --disable-dependency-tracking speeds up one-time build 266 --enable-dependency-tracking do not reject slow dependency extractors]) 275 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/cvs/ |
| D | aclocal.m4 | 159 # See how the compiler implements dependency checking. 165 # dependency, and given that the user is not expected to run this macro, 180 AC_CACHE_CHECK([dependency style of $depcc], 194 # it helps to detect inapplicable dependency modes. For instance 207 # like to wrap large dependency lists on column 80 (with \), and 276 # Choose a directory name for dependency files. 287 [AC_ARG_ENABLE(dependency-tracking, 288 [ --disable-dependency-tracking speeds up one-time build 289 --enable-dependency-tracking do not reject slow dependency extractors]) 299 # Generate code to set up dependency tracking. -*- Autoconf -*- [all …]
|
| /freebsd-9-stable/contrib/binutils/gas/doc/ |
| D | c-ia64.texi | 92 These options turn on dependency violation checking. 96 to remove dependency violations. This is the default mode. 99 This option turns off dependency violation checking. 102 This turns on debug output intended to help tracking down bugs in the dependency
|
| /freebsd-9-stable/contrib/bmake/unit-tests/ |
| D | order | 4 # The explicit dependency the.o: the.h will make us examine the.h
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | cppopts.texi | 209 @option{-dM}. To avoid mixing such debug output with the dependency 210 rules you should explicitly specify the dependency output file with 226 header will appear in @option{-MM} dependency output. This is a 238 @option{-MF} overrides the default dependency output file. 243 dependency generation, @option{-MG} assumes missing header files are 244 generated files and adds them to the dependency list without raising 245 an error. The dependency filename is taken directly from the 254 This option instructs CPP to add a phony target for each dependency 270 Change the target of the rule emitted by dependency generation. By 307 @option{-o} switch is understood to specify the dependency output file [all …]
|
| /freebsd-9-stable/contrib/openpam/ |
| D | aclocal.m4 | 161 # See how the compiler implements dependency checking. 167 # dependency, and given that the user is not expected to run this macro, 183 AC_CACHE_CHECK([dependency style of $depcc], 198 # it helps to detect inapplicable dependency modes. For instance 221 # like to wrap large dependency lists on column 80 (with \), and 304 # Choose a directory name for dependency files. 315 [AC_ARG_ENABLE([dependency-tracking], [dnl 317 [--enable-dependency-tracking], 318 [do not reject slow dependency extractors]) 320 [--disable-dependency-tracking], [all …]
|
| /freebsd-9-stable/contrib/file/ |
| D | aclocal.m4 | 238 # See how the compiler implements dependency checking. 244 # dependency, and given that the user is not expected to run this macro, 260 AC_CACHE_CHECK([dependency style of $depcc], 275 # it helps to detect inapplicable dependency modes. For instance 298 # like to wrap large dependency lists on column 80 (with \), and 381 # Choose a directory name for dependency files. 392 [AC_ARG_ENABLE([dependency-tracking], [dnl 394 [--enable-dependency-tracking], 395 [do not reject slow dependency extractors]) 397 [--disable-dependency-tracking], [all …]
|