Lines Matching refs:j
148 int i, j; in test_string_or() local
153 for (j = SIZE; j > 0; --j) { in test_string_or()
154 buf[j] = '\0'; in test_string_or()
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
179 for (j = SIZE; j > 0; --j) { in test_hash_or()
180 buf[j] = '\0'; in test_hash_or()
182 for (i = 0; i <= j; 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()