Home
last modified time | relevance | path

Searched refs:setjmp (Results 151 - 175 of 309) sorted by relevance

12345678910>>...13

/third_party/ltp/testcases/kernel/syscalls/write/
H A Dwrite04.c17 #include <setjmp.h>
/third_party/node/deps/openssl/openssl/crypto/async/arch/
H A Dasync_posix.h34 * On IA64 the register stack engine is not saved across setjmp/longjmp. Here
42 * setjmp/longjmp don't currently work with BTI on all libc implementations
44 * call to setjmp where it returns the second time. This then fails on libc
53 # include <setjmp.h>
/third_party/openssl/crypto/async/arch/
H A Dasync_posix.h34 * On IA64 the register stack engine is not saved across setjmp/longjmp. Here
42 * setjmp/longjmp don't currently work with BTI on all libc implementations
44 * call to setjmp where it returns the second time. This then fails on libc
53 # include <setjmp.h>
/third_party/backends/backend/escl/
H A Descl_jpeg.c39 #include <setjmp.h>
177 if (setjmp(jerr.escape)) { in get_JPEG_data()
H A Descl_tiff.c42 #include <setjmp.h>
/third_party/libunwind/libunwind/tests/
H A Dtest-setjmp.c24 /* The setjmp()/longjmp(), sigsetjmp()/siglongjmp(). */
28 #include <setjmp.h>
60 if ((ret = setjmp (jbuf))) in test_setjmp()
63 printf ("%s: secondary setjmp () return, ret=%d\n", in test_setjmp()
67 fprintf (stderr, "%s: setjmp() returned %d, expected %d\n", in test_setjmp()
74 printf ("%s.%d: done with setjmp(); calling children\n", in test_setjmp()
H A Dia64-test-setjmp.c34 #include <setjmp.h>
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c58 #include <setjmp.h>
292 if (setjmp(again_buff) == 3) { in badboy_loop()
/third_party/skia/src/images/
H A DSkJpegEncoder.cpp176 if (setjmp(jmp)) { in Make()
214 if (setjmp(jmp)) { in onEncodeRows()
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A Dpngpixel.c23 #include <setjmp.h> /* required for error handling */
143 /* This program uses the default, <setjmp.h> based, libpng error handling in main()
145 * setjmp and is changed after the call to setjmp returns successfully must in main()
162 * stored <setjmp.h> style jmp_buf which is held in a png_struct and in main()
180 if (setjmp(png_jmpbuf(png_ptr)) == 0) in main()
215 * signal the error and return control to the setjmp above. in main()
/third_party/vk-gl-cts/framework/common/
H A DtcuImageIO.cpp97 if (setjmp(png_jmpbuf(png_ptr))) in loadPNG()
175 if (setjmp(png_jmpbuf(pngPtr))) in savePNG()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestparameterized.c7 #include <setjmp.h>
/third_party/libunwind/libunwind/src/setjmp/
H A Dlongjmp.c31 #include <setjmp.h>
41 /* Starting with glibc-2.4, {sig,}setjmp in GLIBC obfuscates the
H A Dsiglongjmp.c28 #include <setjmp.h>
45 /* Starting with glibc-2.4, {sig,}setjmp in GLIBC obfuscates the
/third_party/jerryscript/targets/nuttx-stm32f4/
H A DMakefile39 ASRCS = setjmp.S
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap05.c18 #include <setjmp.h>
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.h29 #include <setjmp.h>
49 sigjmp_buf sigjmp_env; /* embedded setjmp buffer */
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/
H A Dshmdt01.c16 #include <setjmp.h>
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcjpeg.c154 #include <setjmp.h>
685 if (setjmp(myerr.setjmp_buffer)) in cjpeg()
719 if (setjmp(myerr.setjmp_buffer)) in cjpeg()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c7 #include <setjmp.h>
/kernel/linux/linux-5.10/tools/perf/util/
H A Dperf-hooks.c12 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/perf/util/
H A Dperf-hooks.c12 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c7 #include <setjmp.h>
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtprctl.c8 #include <setjmp.h>
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
H A Dhugeshmdt01.c31 #include <setjmp.h>

Completed in 13 milliseconds

12345678910>>...13