Home
last modified time | relevance | path

Searched refs:arch (Results 176 - 200 of 329) sorted by relevance

12345678910>>...14

/third_party/rust/crates/memchr/src/memmem/x86/
H A Davx.rs8 use core::arch::x86_64::{__m128i, __m256i};
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Darm.s11 .arch armv5t
H A Daarch64.s13 .arch armv8-a
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx1843 for (auto&& arch : scan_archives) in handle_buildid_r_match()
1844 if (string_endswith(b_source0, arch.first)) in handle_buildid_r_match()
1846 archive_extension = arch.first; in handle_buildid_r_match()
1847 archive_decoder = arch.second; in handle_buildid_r_match()
3208 for (auto&& arch : scan_archives) in archive_classify()
3209 if (string_endswith(rps, arch.first)) in archive_classify()
3211 archive_extension = arch.first; in archive_classify()
3212 archive_decoder = arch.second; in archive_classify()
3568 for (auto&& arch : scan_archives) in thread_main_scanner()
3569 if (string_endswith(p.first, arch in thread_main_scanner()
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c223 panvk_arch_dispatch(device->pdev.arch, meta_cleanup, device); in panvk_physical_device_finish()
330 if (device->pdev.arch <= 5) { in panvk_physical_device_init()
337 panvk_arch_dispatch(device->pdev.arch, meta_init, device); in panvk_physical_device_init()
919 switch (pdev->arch) { in panvk_queue_init()
922 default: unreachable("Invalid arch"); in panvk_queue_init()
953 switch (physical_device->pdev.arch) { in panvk_CreateDevice()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse-llvm.c1300 const char *arch, *vendor, *os, *env, *layout = NULL; in set_target() local
1303 arch = strtok(target, "-"); in set_target()
1313 if (!strcmp(arch, "x86_64") && !strcmp(os, "linux")) { in set_target()
1317 arch = "i386"; in set_target()
1326 snprintf(triple, sizeof(triple), "%s-%s-%s-%s", arch, vendor, os, env); in set_target()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c204 if (dev->arch >= 6) { in panfrost_get_blend()
402 if (dev->arch >= 6 && rast && ctx->active_prim == PIPE_PRIM_POINTS) { in panfrost_build_key()
411 if (dev->arch <= 5) { in panfrost_build_key()
426 if (dev->arch >= 9) { in panfrost_build_key()
969 if (dev->arch <= 5 && !query->msaa) in panfrost_get_query_result()
H A Dpan_resource.c335 if (dev->arch != 7) in panfrost_should_afbc()
429 unsigned bytes_per_pixel_max = (dev->arch == 6) ? 6 : 4; in panfrost_should_checksum()
526 if (dev->arch == 5 && nrects > 1) { in panfrost_resource_set_damage_region()
1231 if (panfrost_afbc_format(dev->arch, pan_blit_format(rsrc->base.format)) == in pan_legalize_afbc_format()
1232 panfrost_afbc_format(dev->arch, pan_blit_format(format))) in pan_legalize_afbc_format()
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/
H A Darm64cpuid.S4 .arch armv8-a+crypto
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/
H A Darm64cpuid.S4 .arch armv8-a+crypto
/third_party/node/src/
H A Dnode_v8_platform-inl.h52 trace_process->SetString("arch", per_process::metadata.arch.c_str());
/third_party/node/deps/openssl/openssl/crypto/
H A Darm64cpuid.pl28 .arch armv8-a+crypto
/third_party/openssl/crypto/
H A Darm64cpuid.pl28 .arch armv8-a+crypto
/third_party/node/test/common/
H A Dreport.js102 'nodejsVersion', 'wordSize', 'arch', 'platform',
124 assert.strictEqual(header.arch, os.arch());
/third_party/musl/scripts/build_lite/
H A DMakefile130 mv -f arch/arm/bits/liteos_a/* arch/arm/bits/ && \
/third_party/python/PC/layout/support/
H A Dappxmanifest.py349 }[ns.arch]
401 for k, v in zip(APPX_PLATFORM_DATA["_keys"], APPX_PLATFORM_DATA[ns.arch]):
/third_party/python/Lib/test/
H A Dtest_platform.py469 arch = ('64bit', '')
471 mock.patch.object(platform, 'architecture', return_value=arch):
/third_party/optimized-routines/string/arm/
H A Dmemcpy.S29 .arch armv7-a
36 .arch armv6
42 .arch armv6
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs394 use core::arch::x86::*; in sqrtf()
396 use core::arch::x86_64::*; in sqrtf()
1073 use core::arch::x86::*; in sqrtd()
1075 use core::arch::x86_64::*; in sqrtd()
/third_party/ffmpeg/libavcodec/alpha/
H A Didctdsp_alpha_asm.S31 .arch pca56
/third_party/musl/porting/liteos_a/user/src/string/arm/
H A Dmemcmp.S32 .arch armv7-a
/third_party/musl/src/string/arm/liteos_a/
H A Dmemcmp.S32 .arch armv7-a
/third_party/libabigail/include/
H A Dabg-tools-utils.h292 get_rpm_arch(const string& str, string& arch);
/third_party/skia/third_party/externals/brotli/
H A Dconfigure-cmake120 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak159 include $(SRC_PATH)/ffbuild/arch.mak

Completed in 25 milliseconds

12345678910>>...14