/external/cpuinfo/src/arm/linux/ |
D | hwcap.c | 21 #define AT_HWCAP 16 macro 68 *hwcap = getauxval(AT_HWCAP); in cpuinfo_arm_linux_hwcap_from_getauxval() 79 *hwcap = getauxval(AT_HWCAP); in cpuinfo_arm_linux_hwcap_from_getauxval() 115 case AT_HWCAP: in cpuinfo_arm_linux_hwcap_from_procfs() 154 *hwcap = (uint32_t) getauxval(AT_HWCAP); in cpuinfo_arm_linux_hwcap_from_getauxval()
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_utils.cpp | 93 # ifndef AT_HWCAP 94 # define AT_HWCAP 16 macro 108 (Entry.Tag == 0 && Entry.Value == 0) || Entry.Tag == AT_HWCAP) in hasHardwareCRC32ARMPosix() 112 return (Entry.Tag == AT_HWCAP && (Entry.Value & HWCAP_CRC32) != 0); in hasHardwareCRC32ARMPosix() 137 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
|
/external/scudo/standalone/ |
D | checksum.cpp | 58 #ifndef AT_HWCAP 59 #define AT_HWCAP 16 macro 74 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | checksum.cpp | 58 #ifndef AT_HWCAP 59 #define AT_HWCAP 16 macro 74 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32); in hasHardwareCRC32()
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | randen_detect.cc | 138 #define AT_HWCAP 16 in CPUSupportsRandenHwAes() 154 uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes() 169 const uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes()
|
/external/libtextclassifier/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 138 #define AT_HWCAP 16 in CPUSupportsRandenHwAes() 154 uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes() 169 const uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes()
|
/external/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 138 #define AT_HWCAP 16 in CPUSupportsRandenHwAes() 154 uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes() 169 const uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes()
|
/external/angle/third_party/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 138 #define AT_HWCAP 16 in CPUSupportsRandenHwAes() 154 uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes() 169 const uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes()
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 138 #define AT_HWCAP 16 in CPUSupportsRandenHwAes() 154 uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes() 169 const uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
D | randen_detect.cc | 138 #define AT_HWCAP 16 in CPUSupportsRandenHwAes() 154 uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes() 169 const uint32_t hwcap = GetAuxval(AT_HWCAP); in CPUSupportsRandenHwAes()
|
/external/boringssl/src/crypto/ |
D | cpu-arm-linux.c | 28 #define AT_HWCAP 16 macro 169 hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() 172 hwcap = getauxval_proc(AT_HWCAP); in OPENSSL_cpuid_setup()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | cpu-arm-linux.c | 28 #define AT_HWCAP 16 macro 169 hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup() 172 hwcap = getauxval_proc(AT_HWCAP); in OPENSSL_cpuid_setup()
|
/external/webrtc/system_wrappers/source/ |
D | cpu_features_linux.c | 37 hwcap = getauxval(AT_HWCAP); in WebRtc_GetCPUFeaturesARM() 50 case AT_HWCAP: in WebRtc_GetCPUFeaturesARM()
|
/external/ltp/testcases/kernel/syscalls/switch/ |
D | endian_switch01.c | 103 for (; *auxv != AT_NULL && *auxv != AT_HWCAP; auxv += 2) in main4() 106 if (!(auxv[0] == AT_HWCAP && (auxv[1] & PPC_FEATURE_TRUE_LE))) in main4()
|
/external/cpu_features/src/ |
D | hwcaps.c | 57 #define AT_HWCAP 16 macro 161 capabilities.hwcaps = GetHardwareCapabilitiesFor(AT_HWCAP); in CpuFeatures_GetHardwareCapabilities()
|
/external/skqp/src/core/ |
D | SkCpu.cpp | 81 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features() 98 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features()
|
/external/libpng/contrib/powerpc-vsx/ |
D | linux_aux.c | 26 unsigned long auxv = getauxval(AT_HWCAP); in png_have_vsx()
|
/external/elfutils/backends/ |
D | sparc_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | arm_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | alpha_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | ppc_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | i386_auxv.c | 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | cpu_check.cc | 36 return getauxval(AT_HWCAP) & kLocalHwcapAsimddp; in DetectDotprodByLinuxAuxvMethod()
|
/external/skia/src/core/ |
D | SkCpu.cpp | 84 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features() 129 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features()
|
/external/kernel-headers/original/uapi/linux/ |
D | auxvec.h | 25 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
|