Home
last modified time | relevance | path

Searched refs:CRC32Hardware (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_crc32.h39 CRC32Hardware = 1, enumerator
Dscudo_allocator.cpp58 if (atomic_load_relaxed(&HashAlgorithm) == CRC32Hardware) { in computeCRC32()
263 atomic_store_relaxed(&HashAlgorithm, CRC32Hardware); in init()