Home
last modified time | relevance | path

Searched refs:test_strlen (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/powerpc/stringloops/
H A Dstrlen.c12 int test_strlen(const void *s);
24 x = test_strlen(s + offset); in test_one()
44 test_strlen(s); in bench_test()
48 …printf("len %3.3d : time = %.6f\n", test_strlen(s), ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_n… in bench_test()
H A Dstring.c14 size_t test_strlen(const char *s) in test_strlen() function
/linux/tools/testing/selftests/bpf/progs/
H A Dstring_kfuncs_success.c26 __test(11) int test_strlen(void *ctx) { return bpf_strlen(str); } in test_strlen() function