Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 1289) sorted by relevance

12345678910>>...52

/netbsd-src/external/gpl3/binutils.old/dist/
H A DMakefile.def334 // Inter-module dependencies
337 dependencies = { module=all-build-bison; on=all-build-texinfo; };
338 dependencies = { module=all-build-flex; on=all-build-texinfo; };
339 dependencies = { module=all-build-flex; on=all-build-bison; };
340 dependencies = { module=all-build-flex; on=all-build-m4; };
341 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
342 dependencies = { module=all-build-m4; on=all-build-texinfo; };
343 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
344 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
347 dependencies = { module=configure-gcc; on=configure-intl; };
[all …]
/netbsd-src/external/gpl3/gcc/dist/
H A DMakefile.def333 // Inter-module dependencies
336 dependencies = { module=all-build-bison; on=all-build-texinfo; };
337 dependencies = { module=all-build-flex; on=all-build-texinfo; };
338 dependencies = { module=all-build-flex; on=all-build-bison; };
339 dependencies = { module=all-build-flex; on=all-build-m4; };
340 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
341 dependencies = { module=all-build-m4; on=all-build-texinfo; };
342 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
343 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
346 dependencies = { module=configure-gcc; on=configure-intl; };
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DMakefile.def353 // Inter-module dependencies
356 dependencies = { module=all-build-bison; on=all-build-texinfo; };
357 dependencies = { module=all-build-flex; on=all-build-texinfo; };
358 dependencies = { module=all-build-flex; on=all-build-bison; };
359 dependencies = { module=all-build-flex; on=all-build-m4; };
360 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
361 dependencies = { module=all-build-m4; on=all-build-texinfo; };
362 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
363 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
366 dependencies = { module=configure-gcc; on=configure-gettext; };
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMakefile.def596 dependencies = { module=all-target-libstdc++-v3; on=configure-target-libgomp; };
597 dependencies = { module=all-target-liboffloadmic; on=all-target-libgomp; };
599 dependencies = { module=install-target-libgo; on=install-target-libatomic; };
600 dependencies = { module=install-target-libgfortran; on=install-target-libquadmath; };
601 dependencies = { module=install-target-libgfortran; on=install-target-libgcc; };
602 dependencies = { module=install-target-libphobos; on=install-target-libatomic; };
603 dependencies = { module=install-target-libsanitizer; on=install-target-libstdc++-v3; };
604 dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; };
605 dependencies = { module=install-target-libvtv; on=install-target-libstdc++-v3; };
606 dependencies = { module=install-target-libvtv; on=install-target-libgcc; };
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DDockerfile14 # test system dependencies
23 # box2d dependencies
31 # symengine dependencies
36 # simbody dependencies
40 # drogon dependencies
45 # tmux dependencies
/netbsd-src/external/apache2/llvm/dist/llvm/docs/DependenceGraphs/
H A Dindex.rst23 dependencies between individual instructions. Each node in such a graph
63 DDG, but it is capable of representing both data dependencies and
64 control-flow dependencies between program elements such as
81 The graph build algorithm considers dependencies between elements of
82 a given set of instructions or basic blocks. Any dependencies coming
133 …* dependencies. In this implementation *memory* edges represent the *flow-*, *anti-*, *output-*, a…
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Ddependencies.cmp1 dependencies.test.dtb: dependencies.dts deps_inc1.dtsi deps_inc2.dtsi
/netbsd-src/usr.bin/make/unit-tests/
H A Dposix1.exp40 Out-of-date dependencies with suffix transformations
80 Out-of-date dependencies with suffix transformations
126 Out-of-date dependencies with suffix transformations
173 Out-of-date dependencies with suffix transformations
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/
H A Drpath.README16 resolving dependencies, b = dependencies are given as
30 resolving dependencies, b = dependencies are given as
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A DINSTALL2 - KDE (libkdeui, libkdecore) and its dependencies
3 - Qt (libqt) and its dependencies: OpenGL (libGL), libpng, zlib (libz)
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetric.cc879 dependencies = NULL; in Definition()
888 delete dependencies; in ~Definition()
895 if (dependencies == NULL) in get_dependencies()
899 dependencies = new Vector<BaseMetric *>(2); in get_dependencies()
900 arg1->index = dependencies->size (); in get_dependencies()
901 dependencies->append (arg1->bm); in get_dependencies()
902 arg2->index = dependencies->size (); in get_dependencies()
903 dependencies->append (arg2->bm); in get_dependencies()
907 return dependencies; in get_dependencies()
H A DDerivedMetrics.cc203 Vector<definition*> *dependencies = new Vector<definition*>; in get_dependencies() local
206 dependencies->append (items->fetch (i)); in get_dependencies()
208 return dependencies; in get_dependencies()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DBaseMetric.cc879 dependencies = NULL; in Definition()
888 delete dependencies; in ~Definition()
895 if (dependencies == NULL) in get_dependencies()
899 dependencies = new Vector<BaseMetric *>(2); in get_dependencies()
900 arg1->index = dependencies->size (); in get_dependencies()
901 dependencies->append (arg1->bm); in get_dependencies()
902 arg2->index = dependencies->size (); in get_dependencies()
903 dependencies->append (arg2->bm); in get_dependencies()
907 return dependencies; in get_dependencies()
H A DDerivedMetrics.cc203 Vector<definition*> *dependencies = new Vector<definition*>; in get_dependencies() local
206 dependencies->append (items->fetch (i)); in get_dependencies()
208 return dependencies; in get_dependencies()
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Ddepstand.m420 # may require accurate dependencies for correct builds, it does *not*
48 # We will build objects and dependencies in a subdirectory because
50 # both Tru64's cc and ICC support -MD to output dependencies as a
51 # side effect of compilation, but ICC will put the dependencies in
64 # Setup a source with many dependencies, because some compilers
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Ddepstand.m420 # may require accurate dependencies for correct builds, it does *not*
48 # We will build objects and dependencies in a subdirectory because
50 # both Tru64's cc and ICC support -MD to output dependencies as a
51 # side effect of compilation, but ICC will put the dependencies in
64 # Setup a source with many dependencies, because some compilers
/netbsd-src/external/gpl3/gdb/dist/config/
H A Ddepstand.m420 # may require accurate dependencies for correct builds, it does *not*
48 # We will build objects and dependencies in a subdirectory because
50 # both Tru64's cc and ICC support -MD to output dependencies as a
51 # side effect of compilation, but ICC will put the dependencies in
64 # Setup a source with many dependencies, because some compilers
/netbsd-src/external/gpl3/gcc/dist/config/
H A Ddepstand.m420 # may require accurate dependencies for correct builds, it does *not*
48 # We will build objects and dependencies in a subdirectory because
50 # both Tru64's cc and ICC support -MD to output dependencies as a
51 # side effect of compilation, but ICC will put the dependencies in
64 # Setup a source with many dependencies, because some compilers
/netbsd-src/external/gpl3/binutils/dist/config/
H A Ddepstand.m420 # may require accurate dependencies for correct builds, it does *not*
48 # We will build objects and dependencies in a subdirectory because
50 # both Tru64's cc and ICC support -MD to output dependencies as a
51 # side effect of compilation, but ICC will put the dependencies in
64 # Setup a source with many dependencies, because some compilers
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Ddepstand.m420 # may require accurate dependencies for correct builds, it does *not*
48 # We will build objects and dependencies in a subdirectory because
50 # both Tru64's cc and ICC support -MD to output dependencies as a
51 # side effect of compilation, but ICC will put the dependencies in
64 # Setup a source with many dependencies, because some compilers
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dleon5.md22 ;; double word if there are no data dependencies.
25 ;; back, regardless of data dependencies.
29 ;; Avoid scheduling ALU instructions with data dependencies back to back.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dleon5.md22 ;; double word if there are no data dependencies.
25 ;; back, regardless of data dependencies.
29 ;; Avoid scheduling ALU instructions with data dependencies back to back.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-opc.c546 res->dependencies = &op_dependencies[depind]; in make_ia64_opcode()
604 completer_table[ci].dependencies); in ia64_dis_opcode()
658 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode()
731 || dep_index >= (int) ARRAY_SIZE (dependencies)) in ia64_find_dependency()
734 return &dependencies[dep_index]; in ia64_find_dependency()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-opc.c546 res->dependencies = &op_dependencies[depind]; in make_ia64_opcode()
604 completer_table[ci].dependencies); in ia64_dis_opcode()
658 int depind = completer_table[completer].dependencies; in ia64_find_matching_opcode()
731 || dep_index >= (int) ARRAY_SIZE (dependencies)) in ia64_find_dependency()
734 return &dependencies[dep_index]; in ia64_find_dependency()
/netbsd-src/external/gpl2/texinfo/dist/
H A Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
46 DEPDIR directory where to store dependencies.
48 tmpdepfile Temporary file to use when outputing dependencies.

12345678910>>...52