Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dchecksum.h26 #define CRC32_INTRINSIC FIRST_32_SECOND_64(__crc32cw, __crc32cd)
/external/clang/test/CodeGen/
Darm_acle.c363 return __crc32cd(a, b); in test_crc32cd()
/external/clang/lib/Headers/
Darm_acle.h295 __crc32cd(uint32_t __a, uint64_t __b) { in __crc32cd() function