Home
last modified time | relevance | path

Searched defs:arch (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/libunwind/
DCMakeLists.txt14 set(arch x86_64) variable
20 set(arch aarch64) variable
25 set(arch arm) variable
30 set(arch s390x) variable
/third_party/musl/scripts/
Dsearch_source_files.py24 def arch_file_search(path, arch): argument
54 def get_arch_srcs(path, arch): argument
86 def replace_srcs_with_arch(base_srcs, arch_srcs, arch): argument
120 def get_header_dirs(path, arch): argument
148 def rm_dup_header(all_header_files, arch): argument
165 def search_for_files(path, arch): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dwin_tool.py79 def _GetEnv(self, arch): argument
114 def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): argument
137 def ExecLinkWithManifests(self, arch, embed_manifest, out, ldcmd, resname, argument
213 def ExecManifestWrapper(self, arch, *args): argument
228 def ExecManifestToRc(self, arch, *args): argument
238 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, argument
270 def ExecAsmWrapper(self, arch, *args): argument
286 def ExecRcWrapper(self, arch, *args): argument
302 def ExecActionWrapper(self, arch, rspfile, *dir): argument
/third_party/node/tools/gyp/pylib/gyp/
Dwin_tool.py81 def _GetEnv(self, arch): argument
118 def ExecLinkWrapper(self, arch, use_separate_mspdbsrv, *args): argument
158 arch, argument
251 def ExecManifestWrapper(self, arch, *args): argument
267 def ExecManifestToRc(self, arch, *args): argument
278 def ExecMidlWrapper(self, arch, outdir, tlb, h, dlldata, iid, proxy, idl, *flags): argument
320 def ExecAsmWrapper(self, arch, *args): argument
339 def ExecRcWrapper(self, arch, *args): argument
358 def ExecActionWrapper(self, arch, rspfile, *dir): argument
/third_party/icu/icu4c/packaging/
Ddistrelease.ps126 [string]$arch = "x64" # use x64 as default variable
41 if ($arch -eq "x64") variable
46 elseif ($arch -eq "x86") variable
51 elseif ($arch -eq "ARM64") variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler-macros.h57 #define DECL_RESAMPLE_FUNC(type,inter,channels,arch) \ argument
63 #define MAKE_RESAMPLE_FUNC(type,inter,channels,arch) \ argument
102 #define DECL_RESAMPLE_FUNC_STATIC(type,inter,channels,arch) \ argument
105 #define MAKE_RESAMPLE_FUNC_STATIC(type,inter,channels,arch) \ argument
/third_party/libffi/
Dgenerate-darwin-source-and-headers.py15 arch = 'i386' variable in simulator_platform
28 arch = 'x86_64' variable in simulator64_platform
41 arch = 'armv7' variable in device_platform
54 arch = 'arm64' variable in device64_platform
67 arch = 'i386' variable in desktop32_platform
80 arch = 'x86_64' variable in desktop64_platform
/third_party/node/test/testpy/
D__init__.py40 def __init__(self, path, file, arch, mode, context, config, additional=None): argument
107 def ListTests(self, current_path, path, arch, mode): argument
126 def ListTests(self, current_path, path, arch, mode): argument
149 def ListTests(self, current_path, path, arch, mode): argument
164 def ListTests(self, current_path, path, arch, mode): argument
/third_party/rust/crates/memchr/
Dbuild.rs21 let arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap(); in enable_simd_optimizations() localVariable
61 let arch = match env::var("CARGO_CFG_TARGET_ARCH") { in enable_libc() localVariable
/third_party/node/deps/npm/lib/utils/
Derror-message.js267 var expected = {os: validOs, arch: validArch} property
268 var actual = {os: process.platform, arch: process.arch} property
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_mod_props.c34 bi_would_impact_abs(unsigned arch, bi_instr *I, bi_index repl, unsigned s) in bi_would_impact_abs()
41 bi_takes_fabs(unsigned arch, bi_instr *I, bi_index repl, unsigned s) in bi_takes_fabs()
68 bi_takes_fneg(unsigned arch, bi_instr *I, unsigned s) in bi_takes_fneg()
129 bi_fuse_discard_fcmp(bi_instr *I, bi_instr *mod, unsigned arch) in bi_fuse_discard_fcmp()
/third_party/ltp/tools/sparse/sparse-src/
Dtarget.c110 static const struct arch { in target_parse() struct
111 const char *name; in target_parse()
112 enum machine mach; in target_parse()
113 char bits; in target_parse()
/third_party/node/tools/
Dgetarch.py3 arch = GuessArchitecture() variable
Dspecialize_node_d.py20 arch = sys.argv[4] variable
/third_party/mesa3d/src/panfrost/lib/
Dpan_props.c178 panfrost_max_thread_count(unsigned arch) in panfrost_max_thread_count()
252 panfrost_query_afbc(int fd, unsigned arch) in panfrost_query_afbc()
284 panfrost_query_afbc(int fd, unsigned arch) in panfrost_query_afbc()
Dpan_afbc.c75 panfrost_afbc_format(unsigned arch, enum pipe_format format) in panfrost_afbc_format()
/third_party/gn/infra/recipe_modules/target/
Dapi.py21 def __init__(self, api, os, arch): argument
56 def arch(self): member in Target
/third_party/gn/src/util/
Dsys_info.cc26 std::string arch(info.machine); in OperatingSystemArchitecture() local
/third_party/node/test/message/
Dtestcfg.py39 def __init__(self, path, file, expected, arch, mode, context, config): argument
121 def ListTests(self, current_path, path, arch, mode): argument
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Info.cpp33 D3D12_FEATURE_DATA_ARCHITECTURE arch = {}; in GatherDeviceInfo() local
/third_party/skia/tools/skqp/
Dskqp_gn_args.py22 def GetGNArgs(arch, android_ndk, debug, api_level): argument
/third_party/node/test/pseudo-tty/
Dtestcfg.py43 def __init__(self, path, file, expected, input_arg, arch, mode, context, config): argument
139 def ListTests(self, current_path, path, arch, mode): argument
/third_party/rust/crates/pkg-config-rs/tests/
Dfoo.pc5 arch=amd64 var
Dframework.pc5 arch=amd64 var
/third_party/rust/crates/memchr/src/tests/
Dx86_64-soft_float.json7 "arch": "x86_64", string

1234