OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jumper
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/bionic/libc/bionic/
test_setjmp.c
48
jmp_buf
jumper
;
local
51
if (setjmp(
jumper
) == 0) {
53
longjmp(
jumper
, 1);
66
jmp_buf
jumper
;
local
69
if (setjmp(
jumper
) == 0) {
71
longjmp(
jumper
, 1);
/system/extras/tests/bionic/libc/other/
test_jpeg.c
120
jmp_buf
jumper
;
member in struct:__anon61021
132
longjmp(error->
jumper
, -1);
145
jmp_buf
jumper
;
local
159
if (setjmp(errmgr.
jumper
) != 0) {
Completed in 25 milliseconds