Lines Matching refs:m
89 u32 const m = ((u32)2 << (k-1)) - 1; /* Low k bits set */ in test_int_hash() local
93 if (h1 > m) { in test_int_hash()
94 pr_err("hash_32(%#x, %d) = %#x > %#x", h0, k, h1, m); in test_int_hash()
106 if (h2 > m) { in test_int_hash()
108 h0, k, h1, m); in test_int_hash()
115 if (h1 > m) { in test_int_hash()
116 pr_err("hash_64(%#llx, %d) = %#x > %#x", h64, k, h1, m); in test_int_hash()
128 if (h2 > m) { in test_int_hash()
130 h64, k, h1, m); in test_int_hash()
208 u32 const m = ((u32)2 << (i-1)) - 1; /* Low i bits set */ in test_hash_init() local
210 if (hash_or[0][i] != m) { in test_hash_init()
212 "(%#x expected)", i, hash_or[0][i], m); in test_hash_init()
215 if (hash_or[1][i] != m) { in test_hash_init()
217 "(%#x expected)", i, hash_or[1][i], m); in test_hash_init()