/third_party/libunwind/ |
D | CMakeLists.txt | 14 set(arch x86_64) variable 20 set(arch aarch64) variable 25 set(arch arm) variable 30 set(arch s390x) variable
|
/third_party/musl/scripts/ |
D | search_source_files.py | 24 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/mindspore/mindspore/lite/include/registry/ |
D | register_kernel.h | 37 std::string arch; /**< deviceType argument */ member 102 KernelReg(const std::string &arch, const std::string &provider, DataType data_type, int op_type, in KernelReg() 114 …KernelReg(const std::string &arch, const std::string &provider, DataType data_type, const std::str… in KernelReg() 127 #define REGISTER_KERNEL(arch, provider, data_type, op_type, creator) … argument 140 #define REGISTER_CUSTOM_KERNEL(arch, provider, data_type, op_type, creator) … argument
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | win_tool.py | 81 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | win_tool.py | 79 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/icu/icu4c/packaging/ |
D | distrelease.ps1 | 26 [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/ |
D | audio-resampler-macros.h | 57 #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/mindspore/tests/ut/cpp/stub/runtime/ |
D | cuda.h | 55 int arch; member 58 int arch; member 61 int arch; member 64 int arch; member
|
/third_party/libffi/ |
D | generate-darwin-source-and-headers.py | 15 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/mindspore/mindspore/lite/src/ |
D | kernel_registry.h | 75 KernelRegistrar(const kernel::KERNEL_ARCH arch, const TypeId data_type, const int op_type, in KernelRegistrar() 81 #define REG_KERNEL(arch, data_type, op_type, kernelCreater) \ argument
|
/third_party/grpc/tools/run_tests/artifacts/ |
D | artifact_targets.py | 106 def __init__(self, platform, arch, py_version): argument 191 def __init__(self, platform, arch): argument 212 def __init__(self, platform, arch, arch_abi=None): argument 277 def __init__(self, platform, arch): argument 296 def __init__(self, platform, arch): argument
|
D | distribtest_targets.py | 84 def __init__(self, platform, arch, docker_suffix=None, argument 146 def __init__(self, platform, arch, docker_suffix, source=False): argument 186 def __init__(self, platform, arch, docker_suffix, ruby_version=None): argument 224 def __init__(self, platform, arch, docker_suffix=None): argument 258 def __init__(self, platform, arch, docker_suffix=None, testcase=None): argument
|
/third_party/node/test/testpy/ |
D | __init__.py | 40 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/mindspore/mindspore/lite/src/registry/ |
D | register_kernel.cc | 25 Status RegisterKernel::RegCustomKernel(const std::string &arch, const std::string &provider, DataTy… in RegCustomKernel() 35 Status RegisterKernel::RegKernel(const std::string &arch, const std::string &provider, DataType dat… in RegKernel()
|
/third_party/node/deps/npm/lib/utils/ |
D | error-message.js | 267 var expected = {os: validOs, arch: validArch} property 268 var actual = {os: process.platform, arch: process.arch} property
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | target.c | 110 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/ |
D | getarch.py | 3 arch = GuessArchitecture() variable
|
D | specialize_node_d.py | 20 arch = sys.argv[4] variable
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_mod_props.c | 29 bi_takes_fabs(unsigned arch, bi_instr *I, bi_index repl, unsigned s) in bi_takes_fabs() 50 bi_takes_fneg(unsigned arch, bi_instr *I, unsigned s) in bi_takes_fneg() 111 bi_fuse_discard_fcmp(bi_instr *I, bi_instr *mod, unsigned arch) in bi_fuse_discard_fcmp()
|
/third_party/gn/src/util/ |
D | sys_info.cc | 26 std::string arch(info.machine); in OperatingSystemArchitecture() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | D3D12Info.cpp | 33 D3D12_FEATURE_DATA_ARCHITECTURE arch = {}; in GatherDeviceInfo() local
|
/third_party/gn/infra/recipe_modules/target/ |
D | api.py | 21 def __init__(self, api, os, arch): argument 56 def arch(self): member in Target
|
/third_party/node/test/message/ |
D | testcfg.py | 39 def __init__(self, path, file, expected, arch, mode, context, config): argument 121 def ListTests(self, current_path, path, arch, mode): argument
|
/third_party/skia/tools/skqp/ |
D | skqp_gn_args.py | 22 def GetGNArgs(arch, android_ndk, debug, api_level): argument
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
D | lower_x86.cpp | 492 Instruction* NO_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in NO_EMU() 498 Instruction* VPERM_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VPERM_EMU() 534 VGATHER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VGATHER_EMU() 734 VSCATTER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VSCATTER_EMU() 800 VROUND_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VROUND_EMU() 835 VCONVERT_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VCONVERT_EMU() 864 Instruction* VHSUB_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VHSUB_EMU() 896 TargetArch arch, in DOUBLE_EMU()
|