Searched refs:q_test (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | test-string_helpers.c | 17 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() 265 int q_test, const char *name) in test_string_escape_overflow() argument 270 if (q_real != q_test) in test_string_escape_overflow() 272 name, flags, q_test, q_real); in test_string_escape_overflow() [all …]
|
/lib/mpi/ |
D | mpih-div.c | 133 q_test: in mpihelp_divrem() 140 goto q_test; in mpihelp_divrem()
|