HomeSort by relevance Sort by last modified time
    Searched refs:HWCAP_SHA1 (Results 1 - 11 of 11) sorted by null

  /development/ndk/platforms/android-21/arch-arm64/include/asm/
hwcap.h 27 #define HWCAP_SHA1 (1 << 5)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/asm/
hwcap.h 27 #define HWCAP_SHA1 (1 << 5)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/asm/
hwcap.h 27 #define HWCAP_SHA1 (1 << 5)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm/
hwcap.h 27 #define HWCAP_SHA1 (1 << 5)
  /bionic/libc/kernel/uapi/asm-arm64/asm/
hwcap.h 27 #define HWCAP_SHA1 (1 << 5)
  /external/kernel-headers/original/uapi/asm-arm64/asm/
hwcap.h 27 #define HWCAP_SHA1 (1 << 5)
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 144 #define HWCAP_SHA1 0x00400000 /* SHA1 hashing insns */
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 437 #define HWCAP_SHA1 (1 << 5)
964 int has_sha1 = (hwcaps & HWCAP_SHA1);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 456 #define HWCAP_SHA1 (1 << 5)
967 int has_sha1 = (hwcaps & HWCAP_SHA1);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c 235 | HWCAP_MD5 | HWCAP_SHA1 | HWCAP_SHA256 |HWCAP_SHA512 | HWCAP_MPMUL \
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sparc-opc.c     [all...]

Completed in 291 milliseconds