Home
last modified time | relevance | path

Searched refs:CPU_IsSupported_CRC32 (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/C/
DCpuArch.c356 BoolInt CPU_IsSupported_CRC32() { return IsProcessorFeaturePresent(PF_ARM_V8_CRC32_INSTRUCTIONS_AV… in CPU_IsSupported_CRC32() function
395 BoolInt CPU_IsSupported_CRC32(void) in CPU_IsSupported_CRC32() function
DCpuArch.h419 BoolInt CPU_IsSupported_CRC32(void);
D7zCrc.c303 if (CPU_IsSupported_CRC32()) in CrcGenerateTable()