Home
last modified time | relevance | path

Searched refs:setjmp (Results 251 - 275 of 317) sorted by relevance

1...<<111213

/third_party/mbedtls/library/
H A Dsha256.c165 /* Detection with SIGILL, setjmp() and longjmp() */
167 #include <setjmp.h>
197 if (setjmp(return_from_sigill) == 0) { /* First return only */ in mbedtls_a64_crypto_sha256_determine_support()
198 /* If this traps, we will return a second time from setjmp() with 1 */ in mbedtls_a64_crypto_sha256_determine_support()
H A Dsha512.c158 /* Detection with SIGILL, setjmp() and longjmp() */
160 #include <setjmp.h>
190 if (setjmp(return_from_sigill) == 0) { /* First return only */ in mbedtls_a64_crypto_sha512_determine_support()
191 /* If this traps, we will return a second time from setjmp() with 1 */ in mbedtls_a64_crypto_sha512_determine_support()
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c613 #include <setjmp.h>
631 if (setjmp(jmp_env) == 0) { \
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngunknown.c22 #include <setjmp.h>
1079 if (setjmp(d->error_return) == 0) in perform_one_test_safe()
H A Dpngimage.c36 # include <setjmp.h> /* because png.h did *not* include this */
1558 /* Exists solely to isolate the setjmp clobbers */ in do_test()
1560 int ret = setjmp(dp->error_return); in do_test()
/third_party/littlefs/runners/
H A Dtest_runner.c17 #include <setjmp.h>
1460 if (!setjmp(powerloss_jmp)) { in run_powerloss_linear()
1553 if (!setjmp(powerloss_jmp)) { in run_powerloss_log()
1644 if (!setjmp(powerloss_jmp)) { in run_powerloss_cycles()
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H A Dprocess.c594 n = setjmp(initial_jmpbuf); in start_idle_thread()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dfsgsbase.c29 #include <setjmp.h>
H A Dsigreturn.c43 #include <setjmp.h>
H A Dtest_vsyscall.c20 #include <setjmp.h>
H A Dldt_gdt.c12 #include <setjmp.h>
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c55 #include <setjmp.h>
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H A Dprocess.c654 n = setjmp(initial_jmpbuf); in start_idle_thread()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c46 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Damx.c7 #include <setjmp.h>
H A Dsigreturn.c43 #include <setjmp.h>
H A Dtest_shadow_stack.c33 #include <setjmp.h>
H A Dtest_vsyscall.c20 #include <setjmp.h>
H A Dfsgsbase.c29 #include <setjmp.h>
H A Dldt_gdt.c12 #include <setjmp.h>
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
H A Dpnm2png.c463 if (setjmp (png_jmpbuf (png_ptr))) in pnm2png()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp217 UNIMPLEMENTED(setjmp)
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c856 static png_FILE_p fpout; /* "static" prevents setjmp corruption */ in test_one_file()
935 if (setjmp(png_jmpbuf(read_ptr))) in test_one_file()
957 if (setjmp(png_jmpbuf(write_ptr))) in test_one_file()
1682 /* We don't really expect to get here because of the setjmp handling in test_one_file()
/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp241 if (setjmp(jerr.environment)) { in WriteRgb888ToJpeg()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c32 #include <setjmp.h>

Completed in 31 milliseconds

1...<<111213