Searched refs:q_test (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | test-string_helpers.c | 17 char *out_test, size_t q_test) in test_string_check_buf() 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() 407 int q_test, const char *name) in test_string_escape_overflow() 412 if (q_real != q_test) in test_string_escape_overflow() 14 test_string_check_buf(const char *name, unsigned int flags, char *in, size_t p, char *out_real, size_t q_real, char *out_test, size_t q_test) test_string_check_buf() argument 406 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, int q_test, const char *name) test_string_escape_overflow() argument 425 int p = 0, q_test = 0; test_string_escape() local [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test-string_helpers.c | 17 char *out_test, size_t q_test) in test_string_check_buf() 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() 292 if (q_real != q_test) in test_string_escape_overflow() 14 test_string_check_buf(const char *name, unsigned int flags, char *in, size_t p, char *out_real, size_t q_real, char *out_test, size_t q_test) test_string_check_buf() argument 286 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, int q_test, const char *name) test_string_escape_overflow() argument 305 int p = 0, q_test = 0; test_string_escape() local [all...] |
/kernel/linux/linux-5.10/lib/mpi/ |
H A D | mpih-div.c | 277 q_test: in mpihelp_divrem() 284 goto q_test; in mpihelp_divrem()
|
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H A D | mpih-div.c | 277 q_test: in mpihelp_divrem() 284 goto q_test; in mpihelp_divrem()
|
Completed in 3 milliseconds