Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/
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()
Dstring.c14 size_t test_strlen(const char *s) in test_strlen() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dmem-builtins.ll53 ; ERROR: error: <unknown>:0:0: in function test_strlen void (i8*): unsupported call to function str…
57 define amdgpu_kernel void @test_strlen(i8* %src) #0 {
/external/compiler-rt/test/dfsan/
Dcustom.cc125 void test_strlen() { in test_strlen() function
950 test_strlen(); in main()