Home
last modified time | relevance | path

Searched defs:target_arch (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/arch/inline/
Dmod.rs16 mod target_arch; module
/third_party/node/tools/gyp/pylib/gyp/
DMSVSVersion.py89 def _SetupScriptInternal(self, target_arch): argument
146 def SetupScript(self, target_arch): argument
/third_party/node/
Dvcbuild.bat30 set target_arch=x64 variable
80 if /i "%1"=="ia32" set target_arch=x86&goto arg-ok variable
81 if /i "%1"=="x86" set target_arch=x86&goto arg-ok variable
82 if /i "%1"=="x64" set target_arch=x64&goto arg-ok variable
83 if /i "%1"=="arm64" set target_arch=arm64&goto arg-ok variable
Dconfigure.py1047 def configure_mips(o, target_arch): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSVersion.py73 def SetupScript(self, target_arch): argument