Searched refs:Poly32Mod2 (Results 1 – 2 of 2) sorted by relevance
4298 uint32_t Poly32Mod2(unsigned n, uint64_t data, uint32_t poly);
3242 uint32_t Simulator::Poly32Mod2(unsigned n, uint64_t data, uint32_t poly) { in Poly32Mod2() function in vixl::aarch64::Simulator3261 return ReverseBits(Poly32Mod2(32 + size, tempacc ^ tempval, poly)); in Crc32Checksum()