/third_party/musl/src/signal/mips64/ |
H A D | sigsetjmp.s | 12 # 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 D | setjmp.S | 3 .global setjmp 6 .type setjmp,@function 9 setjmp: label
|
/third_party/musl/src/setjmp/sh/ |
H A D | setjmp.S | 5 .global setjmp 8 .type setjmp, @function 12 setjmp: label
|
/third_party/musl/libc-test/src/functional/ |
H A D | setjmp.c | 3 #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 D | jcstest.c | 35 #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 D | task_size.c | 32 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 D | task_size.c | 32 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 D | setjmp.S | 4 .global setjmp 7 .type setjmp,%function 10 setjmp: label
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | minicheck.c | 42 #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.c | 16 #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 D | setjmp_setjmp_test.cpp | 2 #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 D | longjmp.h | 8 extern int setjmp(jmp_buf); 19 n = setjmp(*buf); \
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | longjmp.h | 9 extern int setjmp(jmp_buf); 19 n = setjmp(*buf); \
|
/kernel/liteos_a/testsuites/unittest/libc/sys/full/ |
H A D | sys_test_001.cpp | 38 int ret = setjmp(g_buf); in First() 51 int ret = setjmp(g_buf); in Sencond()
|
/third_party/cJSON/tests/unity/test/expectdata/ |
H A D | testsample_mock_new2.c | 28 #include <setjmp.h> 31 #include <setjmp.h>
|
H A D | testsample_mock_run2.c | 28 #include <setjmp.h> 31 #include <setjmp.h>
|
H A D | testsample_mock_param.c | 29 #include <setjmp.h> 32 #include <setjmp.h>
|
H A D | testsample_new1.c | 26 #include <setjmp.h> 33 #include <setjmp.h>
|
H A D | testsample_run1.c | 26 #include <setjmp.h> 33 #include <setjmp.h>
|
H A D | testsample_new2.c | 23 #include <setjmp.h> 27 #include <setjmp.h>
|
H A D | testsample_run2.c | 23 #include <setjmp.h> 27 #include <setjmp.h>
|
H A D | testsample_yaml.c | 26 #include <setjmp.h> 34 #include <setjmp.h>
|
H A D | testsample_param.c | 24 #include <setjmp.h> 28 #include <setjmp.h>
|
H A D | testsample_mock_cmd.c | 31 #include <setjmp.h> 35 #include <setjmp.h>
|
H A D | testsample_mock_def.c | 28 #include <setjmp.h> 31 #include <setjmp.h>
|