Home | History | Annotate | Download | only in a64

Lines Matching refs:tempval

1689   uint64_t tempval = ReverseBits(val, size) << 32;
1690 return ReverseBits(Poly32Mod2(32 + size, tempacc ^ tempval, poly), 32);