Home
last modified time | relevance | path

Searched refs:testval (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-compiler-bug-1/jni/
Dmain.c38 const int testval = -7; in main() local
40 int ret = test(testval); in main()
44 testval, ret, expected); in main()
47 printf("OK: test(%d) returned %d\n", testval, expected); in main()
/ndk/tests/device/issue38121/jni/
Dmain.c3 static int testval = 4; variable
6 pthread_setspecific(*key, &testval); in dodgy_function()