Searched refs:q_test (Results 1 – 2 of 2) sorted by relevance
/linux/lib/ |
H A D | string_helpers_kunit.c | 18 char *out_test, size_t q_test) in test_string_check_buf() argument 20 KUNIT_ASSERT_EQ_MSG(test, q_real, q_test, "name:%s", name); in test_string_check_buf() 21 KUNIT_EXPECT_MEMEQ_MSG(test, out_test, out_real, q_test, in test_string_check_buf() 62 int i, p = 0, q_test = 0; in test_string_unescape() local 81 memcpy(&out_test[q_test], s, len); in test_string_unescape() 82 q_test += len; in test_string_unescape() 100 out_test, q_test); in test_string_unescape() 397 int q_test, const char *name) in test_string_escape_overflow() argument 402 KUNIT_EXPECT_EQ_MSG(test, q_real, q_test, "name:%s: flags:%#x", name, flags); in test_string_escape_overflow() 413 int p = 0, q_test = 0; in test_string_escape() local [all …]
|
/linux/lib/crypto/mpi/ |
H A D | mpih-div.c | 277 q_test: in mpihelp_divrem() 284 goto q_test; in mpihelp_divrem()
|