Searched refs:setjmp (Results 151 - 175 of 309) sorted by relevance
12345678910>>...13
/third_party/ltp/testcases/kernel/syscalls/write/ |
H A D | write04.c | 17 #include <setjmp.h>
|
/third_party/node/deps/openssl/openssl/crypto/async/arch/ |
H A D | async_posix.h | 34 * 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 D | async_posix.h | 34 * 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 D | escl_jpeg.c | 39 #include <setjmp.h> 177 if (setjmp(jerr.escape)) { in get_JPEG_data()
|
H A D | escl_tiff.c | 42 #include <setjmp.h>
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-setjmp.c | 24 /* 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 D | ia64-test-setjmp.c | 34 #include <setjmp.h>
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash02.c | 58 #include <setjmp.h> 292 if (setjmp(again_buff) == 3) { in badboy_loop()
|
/third_party/skia/src/images/ |
H A D | SkJpegEncoder.cpp | 176 if (setjmp(jmp)) { in Make() 214 if (setjmp(jmp)) { in onEncodeRows()
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
H A D | pngpixel.c | 23 #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 D | tcuImageIO.cpp | 97 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 D | testparameterized.c | 7 #include <setjmp.h>
|
/third_party/libunwind/libunwind/src/setjmp/ |
H A D | longjmp.c | 31 #include <setjmp.h> 41 /* Starting with glibc-2.4, {sig,}setjmp in GLIBC obfuscates the
|
H A D | siglongjmp.c | 28 #include <setjmp.h> 45 /* Starting with glibc-2.4, {sig,}setjmp in GLIBC obfuscates the
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | Makefile | 39 ASRCS = setjmp.S
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap05.c | 18 #include <setjmp.h>
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.h | 29 #include <setjmp.h> 49 sigjmp_buf sigjmp_env; /* embedded setjmp buffer */
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/ |
H A D | shmdt01.c | 16 #include <setjmp.h>
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | cjpeg.c | 154 #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 D | bad_accesses.c | 7 #include <setjmp.h>
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | perf-hooks.c | 12 #include <setjmp.h>
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | perf-hooks.c | 12 #include <setjmp.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | bad_accesses.c | 7 #include <setjmp.h>
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tprctl.c | 8 #include <setjmp.h>
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/ |
H A D | hugeshmdt01.c | 31 #include <setjmp.h>
|
Completed in 13 milliseconds
12345678910>>...13