Home
last modified time | relevance | path

Searched refs:test_f (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-selftest.c35 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) macro
189 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi()
225 test_f((c == nfdicf_test_data[i].ncf[j]), in check_utf8_nfdicf()
252 test_f(!utf8_strncmp(table, &s1, &s2), in check_utf8_comparisons()
262 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()
/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-selftest.c33 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) macro
192 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi()
223 test_f((c == nfdicf_test_data[i].ncf[j]), in check_utf8_nfdicf()
243 test_f(!utf8_strncmp(table, &s1, &s2), in check_utf8_comparisons()
253 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()

Completed in 1 milliseconds