Searched refs:tempval (Results 1 – 1 of 1) sorted by relevance
5258 uint64_t tempval = static_cast<uint64_t>(ReverseBits(val)) << 32; in Crc32Checksum() local5259 return ReverseBits(Poly32Mod2(32 + size, tempacc ^ tempval, poly)); in Crc32Checksum()