HomeSort by: relevance | last modified time | path
    Searched refs:project (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/hpc/stand/dspgen/
gen_workspace.sh 16 # for the NetBSD Project.
40 SORTED_PROJECTS=`(for project in $*; do
41 echo $project
69 for project in $SORTED_PROJECTS; do
71 echo "Project: \"$project\"=.\\$project\\$project.$suffix - Package Owner=<4>"
79 for libdep in `( . $project/$project.config; echo $LIBDEP_LIST )`; d
    [all...]
  /src/sys/arch/hpcmips/stand/dspgen/
gen_workspace.sh 16 # for the NetBSD Project.
40 SORTED_PROJECTS=`(for project in $*; do
41 echo $project
65 for project in $SORTED_PROJECTS; do
67 echo "Project: \"$project\"=.\\$project\\$project.$suffix - Package Owner=<4>"
75 for libdep in `( . $project/$project.config; echo $LIBDEP_LIST )`; d
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_lib.c 64 enum dml_project project)
68 lib->project = project;
69 switch (project) {
display_mode_lib.h 68 enum dml_project project; member in struct:display_mode_lib
77 enum dml_project project);
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 53 On Windows, the Visual Studio 2008 project file appears in this directory:
60 directory. This is a bug in Bison. The default Windows project file for
125 3) Integrating iASL into a Visual Studio ASL project build
128 This procedure creates a project that compiles ASL files to AML.
130 a) Create a new, empty project and add your .ASL files to the project
132 b) For all ASL files in the project, specify a custom build (under
133 Project/Settings/CustomBuild with the following settings (or similar):
  /src/sys/arch/sun2/sun2/
locore.s 90 | Remember this is a fun project!
  /src/common/dist/zlib/contrib/delphi/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/common/dist/zlib/contrib/pascal/
zlibd32.mak 7 # This project uses the Delphi (fastcall/register) calling convention:
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_csr.c 175 u32 project; member in struct:intel_dmc_header_base
  /src/sys/arch/sun3/sun3/
locore.s 89 | Remember this is a fun project!
  /src/sys/arch/sun3/sun3x/
locore.s 49 | Remember this is a fun project!
  /src/common/dist/zlib/
make_vms.com 719 $! Analyze the project map file and create the symbol vector for a shareable
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 739 relative to the project root.
805 project, rest = os.path.split(googlename)
806 return (project,) + os.path.splitext(rest)

Completed in 32 milliseconds