Home
last modified time | relevance | path

Searched refs:q_test (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/lib/
Dtest-string_helpers.c17 char *out_test, size_t q_test) in test_string_check_buf() argument
19 if (q_real == q_test && !memcmp(out_test, out_real, q_test)) in test_string_check_buf()
27 out_test, q_test, true); in test_string_check_buf()
70 int i, p = 0, q_test = 0; in test_string_unescape() local
88 memcpy(&out_test[q_test], s, len); in test_string_unescape()
89 q_test += len; in test_string_unescape()
107 out_test, q_test); in test_string_unescape()
287 int q_test, const char *name) in test_string_escape_overflow() argument
292 if (q_real != q_test) in test_string_escape_overflow()
294 name, flags, q_test, q_real); in test_string_escape_overflow()
[all …]
/Linux-v5.10/lib/mpi/
Dmpih-div.c277 q_test: in mpihelp_divrem()
284 goto q_test; in mpihelp_divrem()