Lines Matching refs:i
48 size_t i; in fill_buf() local
50 for (i = 0; i < len; i++) { in fill_buf()
52 buf[i] = mod255(seed); in fill_buf()
148 int i, j; in test_string_or() local
156 for (i = 0; i <= j; i++) { in test_string_or()
157 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_string_or()
174 int i, j; in test_hash_or() local
182 for (i = 0; i <= j; i++) { in test_hash_or()
183 u64 hashlen = hashlen_string(buf+i, buf+i); in test_hash_or()
184 u32 h0 = full_name_hash(buf+i, buf+i, j-i); in test_hash_or()
187 KUNIT_EXPECT_EQ_MSG(test, hashlen_len(hashlen), j-i, in test_hash_or()
189 i, j, hashlen_len(hashlen), j-i); in test_hash_or()
193 i, j, hashlen_hash(hashlen), h0); in test_hash_or()
212 for (i = 1; i <= 32; i++) { in test_hash_or()
213 u32 const m = ((u32)2 << (i-1)) - 1; /* Low i bits set */ in test_hash_or()
215 KUNIT_EXPECT_EQ_MSG(test, hash_or[0][i], m, in test_hash_or()
217 i, hash_or[0][i], m); in test_hash_or()
218 KUNIT_EXPECT_EQ_MSG(test, hash_or[1][i], m, in test_hash_or()
220 i, hash_or[1][i], m); in test_hash_or()