Home | History | Annotate | Download | only in modes

Lines Matching refs:rem_8bit

151 	static const size_t rem_8bit[256] = {
229 Z.hi ^= rem_8bit[rem];
231 Z.hi ^= (u64)rem_8bit[rem]<<32;
459 * the rem_8bit even here, but the priority is to minimize
464 static const unsigned short rem_8bit[256] = {
528 Z.hi ^= (u64)rem_8bit[rem^Hshl4[nhi]]<<48;
546 Z.hi ^= ((u64)rem_8bit[rem<<4])<<48;