Home
last modified time | relevance | path

Searched refs:setjmp (Results 26 - 50 of 309) sorted by relevance

12345678910>>...13

/third_party/musl/src/signal/mips64/
H A Dsigsetjmp.s12 # sigsetjmp is equal to setjmp.
21 ld $25, %got_disp(setjmp)($3)
25 move $5, $2 # Return from 'setjmp' or 'longjmp'
36 ld $25, %got_disp(setjmp)($3)
/third_party/musl/src/setjmp/loongarch64/
H A Dsetjmp.S3 .global setjmp
6 .type setjmp,@function
9 setjmp: label
/third_party/musl/src/setjmp/sh/
H A Dsetjmp.S5 .global setjmp
8 .type setjmp, @function
12 setjmp: label
/third_party/musl/libc-test/src/functional/
H A Dsetjmp.c3 #include <setjmp.h>
16 if (!setjmp(jb)) { in main()
20 TEST(x==1, "setjmp/longjmp seems to have been bypassed\n"); in main()
23 r = setjmp(jb); in main()
28 TEST(r==1, "longjmp(jb, 0) caused setjmp to return %d\n", r); in main()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcstest.c35 #include <setjmp.h>
80 if (setjmp(jerr.jb)) { in main()
107 if (setjmp(jerr.jb)) { in main()
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/
H A Dtask_size.c32 if (setjmp(buf) == 0) in page_ok()
49 if (setjmp(buf) == 0) { in page_ok()
57 if (setjmp(buf) == 0) { in page_ok()
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A Dtask_size.c32 if (setjmp(buf) == 0) in page_ok()
49 if (setjmp(buf) == 0) { in page_ok()
57 if (setjmp(buf) == 0) { in page_ok()
/third_party/musl/src/setjmp/arm/
H A Dsetjmp.S4 .global setjmp
7 .type setjmp,%function
10 setjmp: label
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dminicheck.c42 #include <setjmp.h>
176 if (setjmp(env)) { in srunner_run_all()
183 if (setjmp(env)) { in srunner_run_all()
191 if (setjmp(env)) { in srunner_run_all()
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/
H A D_longjmp.c16 #include <setjmp.h>
26 * @tc.desc : Restore the environment saved by the most recent invocation of setjmp() in the same process, with
33 int value = setjmp(jb); in _longjmp_0100()
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/setjmp_gtest/
H A Dsetjmp_setjmp_test.cpp2 #include <setjmp.h>
12 * @tc.desc: Verify that the setjmp function successfully stores the calling environment in env, and returns 0
19 EXPECT_EQ(setjmp(env), 0); in HWTEST_F()
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dlongjmp.h8 extern int setjmp(jmp_buf);
19 n = setjmp(*buf); \
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dlongjmp.h9 extern int setjmp(jmp_buf);
19 n = setjmp(*buf); \
/kernel/liteos_a/testsuites/unittest/libc/sys/full/
H A Dsys_test_001.cpp38 int ret = setjmp(g_buf); in First()
51 int ret = setjmp(g_buf); in Sencond()
/third_party/cJSON/tests/unity/test/expectdata/
H A Dtestsample_mock_new2.c28 #include <setjmp.h>
31 #include <setjmp.h>
H A Dtestsample_mock_run2.c28 #include <setjmp.h>
31 #include <setjmp.h>
H A Dtestsample_mock_param.c29 #include <setjmp.h>
32 #include <setjmp.h>
H A Dtestsample_new1.c26 #include <setjmp.h>
33 #include <setjmp.h>
H A Dtestsample_run1.c26 #include <setjmp.h>
33 #include <setjmp.h>
H A Dtestsample_new2.c23 #include <setjmp.h>
27 #include <setjmp.h>
H A Dtestsample_run2.c23 #include <setjmp.h>
27 #include <setjmp.h>
H A Dtestsample_yaml.c26 #include <setjmp.h>
34 #include <setjmp.h>
H A Dtestsample_param.c24 #include <setjmp.h>
28 #include <setjmp.h>
H A Dtestsample_mock_cmd.c31 #include <setjmp.h>
35 #include <setjmp.h>
H A Dtestsample_mock_def.c28 #include <setjmp.h>
31 #include <setjmp.h>

Completed in 7 milliseconds

12345678910>>...13