Home
last modified time | relevance | path

Searched refs:architecture (Results 176 – 200 of 33766) sorted by relevance

12345678910>>...1351

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/docs/CommandGuide/
H A Dllvm-lipo.rst13 …es, extract regular object files from universal binaries, and display architecture information abo…
27 .. option:: -verify_arch <architecture 1> [<architecture 2> ...]
35 Each architecture is separated by a single whitespace.
41 The descriptions include the filename and architecture types separated by whitespace.
44 Non-fat file: <filename> is architecture: <architecture>
48 Take a single universal binary input file and the thin flag followed by an architecture type.
49 Require the output flag to be specified, and output a thin binary of the specified architecture.
59 The replace flag is followed by an architecture type, and a thin input file.
60 Output a universal binary with the specified architecture slice in the
66 The segalign flag is followed by an architecture type, and an alignment.
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/docs/CommandGuide/
H A Dllvm-lipo.rst13 …es, extract regular object files from universal binaries, and display architecture information abo…
27 .. option:: -verify_arch <architecture 1> [<architecture 2> ...]
35 Each architecture is separated by a single whitespace.
41 The descriptions include the filename and architecture types separated by whitespace.
44 Non-fat file: <filename> is architecture: <architecture>
48 Take a single universal binary input file and the thin flag followed by an architecture type.
49 Require the output flag to be specified, and output a thin binary of the specified architecture.
59 The replace flag is followed by an architecture type, and a thin input file.
60 Output a universal binary with the specified architecture slice in the
66 The segalign flag is followed by an architecture type, and an alignment.
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-lipo.rst13 …es, extract regular object files from universal binaries, and display architecture information abo…
27 .. option:: -verify_arch <architecture 1> [<architecture 2> ...]
35 Each architecture is separated by a single whitespace.
41 The descriptions include the filename and architecture types separated by whitespace.
44 Non-fat file: <filename> is architecture: <architecture>
48 Take a single universal binary input file and the thin flag followed by an architecture type.
49 Require the output flag to be specified, and output a thin binary of the specified architecture.
59 The replace flag is followed by an architecture type, and a thin input file.
60 Output a universal binary with the specified architecture slice in the
66 The segalign flag is followed by an architecture type, and an alignment.
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/docs/CommandGuide/
H A Dllvm-lipo.rst13 …es, extract regular object files from universal binaries, and display architecture information abo…
27 .. option:: -verify_arch <architecture 1> [<architecture 2> ...]
35 Each architecture is separated by a single whitespace.
41 The descriptions include the filename and architecture types separated by whitespace.
44 Non-fat file: <filename> is architecture: <architecture>
48 Take a single universal binary input file and the thin flag followed by an architecture type.
49 Require the output flag to be specified, and output a thin binary of the specified architecture.
59 The replace flag is followed by an architecture type, and a thin input file.
60 Output a universal binary with the specified architecture slice in the
66 The segalign flag is followed by an architecture type, and an alignment.
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/docs/CommandGuide/
H A Dllvm-lipo.rst13 …es, extract regular object files from universal binaries, and display architecture information abo…
27 .. option:: -verify_arch <architecture 1> [<architecture 2> ...]
35 Each architecture is separated by a single whitespace.
41 The descriptions include the filename and architecture types separated by whitespace.
44 Non-fat file: <filename> is architecture: <architecture>
48 Take a single universal binary input file and the thin flag followed by an architecture type.
49 Require the output flag to be specified, and output a thin binary of the specified architecture.
59 The replace flag is followed by an architecture type, and a thin input file.
60 Output a universal binary with the specified architecture slice in the
66 The segalign flag is followed by an architecture type, and an alignment.
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/
H A DKconfig13 bool "ARC architecture"
20 bool "ARM architecture"
26 bool "AVR32 architecture"
31 bool "Blackfin architecture"
36 bool "M68000 architecture"
47 bool "MIPS architecture"
53 bool "NDS32 architecture"
56 bool "Nios II architecture"
82 bool "SuperH architecture"
86 bool "SPARC architecture"
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/config/arm/
H A Darm-cpus.in712 architecture armv2
718 architecture armv2
724 architecture armv2
732 architecture armv3
738 architecture armv3
744 architecture armv3
750 architecture armv3
756 architecture armv3
762 architecture armv3
768 architecture armv3
[all …]
/dports/games/pinball/pinball-0.3.20201218/extra/debos/machine/generic/
H A Dactions.yaml1 {{- $architecture := or .architecture "i386" -}}
5 architecture: {{$architecture}}
25 {{if eq $architecture "i386" "amd64"}}
32 {{if eq $architecture "i386"}}
35 linux-image-{{$architecture}}
H A Dpinball-amd64.yaml1 {{- $architecture := or .architecture "amd64" -}}
6 architecture: {{$architecture}}
13 architecture: {{$architecture}}
H A Dpinball-i386.yaml1 {{- $architecture := or .architecture "i386" -}}
6 architecture: {{$architecture}}
13 architecture: {{$architecture}}
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/mxnet/
H A Dextractor.py58 def download(cls, architecture, path="./"): argument
59 if cls.sanity_check(architecture):
60 … architecture_file = download_file(cls.architecture_map[architecture]['symbol'], directory=path)
64 … weight_file = download_file(cls.architecture_map[architecture]['params'], directory=path)
68 …print("MXNet Model {} saved as [{}] and [{}].".format(architecture, architecture_file, weight_file…
76 def inference(cls, architecture, files, path, image_path): argument
79 if cls.sanity_check(architecture):
80 file_name = cls.architecture_map[architecture]['params'].split('/')[-1]
89 func = TestKit.preprocess_func['mxnet'][architecture]
/dports/devel/py-tox/tox-3.12.1/src/tox/interpreters/
H A Dpy_spec.py13 def __init__(self, name, major, minor, architecture, path, args=None): argument
17 self.architecture = architecture
36 if req.architecture is not None and req.architecture != self.architecture:
52 name, major, minor, architecture, path = None, None, None, None, None
62 architecture = (
67 return cls(name, major, minor, architecture, path)
/dports/math/chaco/Chaco-2.2/code/submain/
H A Dsubmain.c28 architecture, ndims_tot, mesh_dims, in submain() argument
42 int architecture; /* 0=> hypercube, d=> d-dimensional mesh */
112 if (architecture == 1)
114 else if (architecture == 2)
153 architecture, ndims_tot, mesh_dims,
168 architecture, ndims_tot, mesh_dims,
264 architecture, ndims_tot, mesh_dims,
271 if (architecture == 0)
273 else if (architecture > 0)
324 if (architecture == 0) {
[all …]
/dports/security/py-first-server/FIRST-server-0.0.7/server/first_core/engines/
H A Dmnemonic_hash.py46 architecture = models.CharField(max_length=64) variable in MnemonicHash
56 'architecture' : self.architecture,
94 architecture = function['architecture']
101 architecture=architecture)
104 architecture=architecture,
111 def _scan(self, opcodes, architecture, apis, disassembly): argument
121 architecture=architecture)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/arm/
H A Darm-cpus.in712 architecture armv2
718 architecture armv2
724 architecture armv2
732 architecture armv3
738 architecture armv3
744 architecture armv3
750 architecture armv3
756 architecture armv3
762 architecture armv3
768 architecture armv3
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/arm/
H A Darm-cpus.in712 architecture armv2
718 architecture armv2
724 architecture armv2
732 architecture armv3
738 architecture armv3
744 architecture armv3
750 architecture armv3
756 architecture armv3
762 architecture armv3
768 architecture armv3
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/arm/
H A Darm-cpus.in712 architecture armv2
718 architecture armv2
724 architecture armv2
732 architecture armv3
738 architecture armv3
744 architecture armv3
750 architecture armv3
756 architecture armv3
762 architecture armv3
768 architecture armv3
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/arm/
H A Darm-cpus.in712 architecture armv2
718 architecture armv2
724 architecture armv2
732 architecture armv3
738 architecture armv3
744 architecture armv3
750 architecture armv3
756 architecture armv3
762 architecture armv3
768 architecture armv3
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/arm/
H A Darm-cpus.in712 architecture armv2
718 architecture armv2
724 architecture armv2
732 architecture armv3
738 architecture armv3
744 architecture armv3
750 architecture armv3
756 architecture armv3
762 architecture armv3
768 architecture armv3
[all …]
/dports/games/pinball/pinball-0.3.20201218/extra/debos/machine/rpi_3_64b/
H A Dimage.yaml1 {{- $architecture := or .architecture "arm64" -}}
6 architecture: {{$architecture}}
13 architecture: {{$architecture}}
/dports/games/pinball/pinball-0.3.20201218/extra/debos/machine/rpi_3_32b/
H A Dimage.yaml1 {{- $architecture := or .architecture "armhf" -}}
6 architecture: {{$architecture}}
13 architecture: {{$architecture}}
/dports/games/pinball/pinball-0.3.20201218/extra/debos/machine/rpi_4/
H A Dimage.yaml1 {{- $architecture := or .architecture "arm64" -}}
6 architecture: {{$architecture}}
13 architecture: {{$architecture}}
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/doc/contrib/src/
H A DSUMMARY.md9 - [Architecture](./architecture/index.md)
10 - [Codebase Overview](./architecture/codebase.md)
11 - [SubCommands](./architecture/subcommands.md)
12 - [Console Output](./architecture/console.md)
13 - [Packages and Resolution](./architecture/packages.md)
14 - [Compilation](./architecture/compilation.md)
15 - [Files](./architecture/files.md)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_dotnet_ngen.ps119 Function Invoke-Ngen($architecture="") { in Invoke-Ngen() variable
20 $cmd = "$($env:windir)\Microsoft.NET\Framework$($architecture)\v4.0.30319\ngen.exe" in Invoke-Ngen()
36 $result."dotnet_ngen$($architecture)_update_exit_code" = $ngen_result.rc in Invoke-Ngen()
37 $result."dotnet_ngen$($architecture)_update_output" = $ngen_result.stdout in Invoke-Ngen()
52 $result."dotnet_ngen$($architecture)_eqi_exit_code" = $executed_queued_items.rc in Invoke-Ngen()
53 $result."dotnet_ngen$($architecture)_eqi_output" = $executed_queued_items.stdout in Invoke-Ngen()
59 Invoke-Ngen -architecture "64"
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_dotnet_ngen.ps119 Function Invoke-Ngen($architecture="") { in Invoke-Ngen() argument
20 $cmd = "$($env:windir)\Microsoft.NET\Framework$($architecture)\v4.0.30319\ngen.exe" in Invoke-Ngen()
36 $result."dotnet_ngen$($architecture)_update_exit_code" = $ngen_result.rc in Invoke-Ngen()
37 $result."dotnet_ngen$($architecture)_update_output" = $ngen_result.stdout in Invoke-Ngen()
52 $result."dotnet_ngen$($architecture)_eqi_exit_code" = $executed_queued_items.rc in Invoke-Ngen()
53 $result."dotnet_ngen$($architecture)_eqi_output" = $executed_queued_items.stdout in Invoke-Ngen()
59 Invoke-Ngen -architecture "64"

12345678910>>...1351