test_strlen        12 tools/testing/selftests/powerpc/stringloops/strlen.c int test_strlen(const void *s);
test_strlen        24 tools/testing/selftests/powerpc/stringloops/strlen.c 		x = test_strlen(s + offset);
test_strlen        44 tools/testing/selftests/powerpc/stringloops/strlen.c 		test_strlen(s);
test_strlen        48 tools/testing/selftests/powerpc/stringloops/strlen.c 	printf("len %3.3d : time = %.6f\n", test_strlen(s), ts_end.tv_sec - ts_start.tv_sec + (ts_end.tv_nsec - ts_start.tv_nsec) / 1e9);