Home
last modified time | relevance | path

Searched refs:__ARM_FEATURE_CRC32 (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/C/
H A D7zCrc.c89 #if !defined(__ARM_FEATURE_CRC32)
90 #define __ARM_FEATURE_CRC32 1 macro
105 #if defined(__ARM_FEATURE_CRC32)
/third_party/skia/include/core/
H A DSkTypes.h160 #if defined(__ARM_FEATURE_CRC32)
/third_party/zlib/
H A Dcrc32.c102 #if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) && W == 8
568 * the presence of the CRC instruction at run time. __ARM_FEATURE_CRC32 will
/third_party/node/deps/zlib/
H A Dcrc32.c108 #if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) && W == 8 \
566 * the presence of the CRC instruction at run time. __ARM_FEATURE_CRC32 will
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c121 // intrinsics. Look for __ARM_FEATURE_CRC32 instead.
122 #if defined(__ARM_FEATURE_CRC32)
125 #endif // defined(__ARM_FEATURE_CRC32)
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c120 // intrinsics. Look for __ARM_FEATURE_CRC32 instead.
121 #if defined(__ARM_FEATURE_CRC32)
124 #endif // defined(__ARM_FEATURE_CRC32)
[all...]

Completed in 93 milliseconds