Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_crc32.h88 inline u32 computeSoftwareCRC32(u32 Crc, uptr Data) { in computeSoftwareCRC32() function
Dscudo_allocator.cpp64 Crc = computeSoftwareCRC32(Crc, Value); in computeCRC32()
66 Crc = computeSoftwareCRC32(Crc, Array[i]); in computeCRC32()