HomeSort by relevance Sort by last modified time
    Searched full:g_jumper (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/test-cpufeatures/jni/
test_arm_idiv.c 26 static sigjmp_buf g_jumper; variable
30 siglongjmp(g_jumper, 1);
53 if (sigsetjmp(g_jumper, 0) == 0)

Completed in 550 milliseconds