Home
last modified time | relevance | path

Searched defs:IsArm64 (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/goarch/
Dzgoarch_mips64le.go14 const IsArm64 = 0 const
Dzgoarch_arm.go14 const IsArm64 = 0 const
Dzgoarch_s390.go14 const IsArm64 = 0 const
Dzgoarch_mips.go14 const IsArm64 = 0 const
Dzgoarch_mips64p32.go14 const IsArm64 = 0 const
Dzgoarch_armbe.go14 const IsArm64 = 0 const
Dzgoarch_wasm.go14 const IsArm64 = 0 const
Dzgoarch_loong64.go14 const IsArm64 = 0 const
Dzgoarch_riscv64.go14 const IsArm64 = 0 const
Dzgoarch_riscv.go14 const IsArm64 = 0 const
Dzgoarch_ppc.go14 const IsArm64 = 0 const
Dzgoarch_s390x.go14 const IsArm64 = 0 const
Dzgoarch_ppc64le.go14 const IsArm64 = 0 const
Dzgoarch_sparc.go14 const IsArm64 = 0 const
Dzgoarch_mips64.go14 const IsArm64 = 0 const
Dzgoarch_sparc64.go14 const IsArm64 = 0 const
Dzgoarch_mipsle.go14 const IsArm64 = 0 const
Dzgoarch_arm64be.go14 const IsArm64 = 0 const
Dzgoarch_mips64p32le.go14 const IsArm64 = 0 const
Dzgoarch_arm64.go14 const IsArm64 = 1 const
Dzgoarch_386.go14 const IsArm64 = 0 const
Dzgoarch_amd64.go14 const IsArm64 = 0 const
Dzgoarch_ppc64.go14 const IsArm64 = 0 const
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dconfig.h88 constexpr bool IsArm64() { return Architecture() == cpu::kArm64; } in IsArm64() function