Home
last modified time | relevance | path

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

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