Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc5258 uint64_t tempval = static_cast<uint64_t>(ReverseBits(val)) << 32; in Crc32Checksum() local
5259 return ReverseBits(Poly32Mod2(32 + size, tempacc ^ tempval, poly)); in Crc32Checksum()