/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | setjmp.S | 28 * setjmp (jmp_buf env) 36 func setjmp 42 endfunc setjmp 48 * if val is not 0, then it would be returned from setjmp, 52 * setjmp
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | common.h | 23 #include <setjmp.h> 134 if (!setjmp (context_name)) \
|
/third_party/musl/src/signal/loongarch64/ |
H A D | sigsetjmp.s | 12 la.global $t0, setjmp 15 move $a1, $a0 # Return from 'setjmp' or 'longjmp' 24 la.global $t0, setjmp
|
/third_party/unity/test/expectdata/ |
H A D | testsample_mock_new1.c | 31 #include <setjmp.h> 37 #include <setjmp.h>
|
H A D | testsample_mock_run1.c | 31 #include <setjmp.h> 37 #include <setjmp.h>
|
H A D | testsample_mock_yaml.c | 31 #include <setjmp.h> 38 #include <setjmp.h>
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | writepng.c | 60 #include "png.h" /* libpng header, includes setjmp.h */ 105 /* setjmp() must be called in every function that calls a PNG-writing in writepng_init() 111 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_init() 265 /* as always, setjmp() must be called in every function that calls a in writepng_encode_image() 268 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_image() 303 /* as always, setjmp() must be called in every function that calls a in writepng_encode_row() 306 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_row() 333 /* as always, setjmp() must be called in every function that calls a in writepng_encode_finish() 336 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_finish() 377 * setjmp() an in writepng_error_handler() [all...] |
H A D | readpng.c | 120 /* setjmp() must be called in every function that calls a PNG-reading in readpng_init() 123 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_init() 161 /* setjmp() must be called in every function that calls a PNG-reading in readpng_get_bgcolor() 164 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_bgcolor() 215 /* setjmp() must be called in every function that calls a PNG-reading in readpng_get_image() 218 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_image()
|
H A D | readpng2.c | 64 #include <setjmp.h> 130 /* setjmp() must be called in every function that calls a PNG-reading in readpng2_init() 135 if (setjmp(mainprog_ptr->jmpbuf)) { in readpng2_init() 196 /* setjmp() must be called in every function that calls a PNG-reading in readpng2_decode_data() 199 if (setjmp(mainprog_ptr->jmpbuf)) { in readpng2_decode_data() 229 /* setjmp() doesn't make sense here, because we'd either have to exit(), in readpng2_info_callback() 497 * setjmp() and longjmp() are called from the same code, they are in readpng2_error_handler() 515 * where 'setjmp' is called in this file.) This will work with other in readpng2_error_handler()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
H A D | pipe05.c | 48 #include <setjmp.h> 81 if (setjmp(sig11_recover)) { in main()
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
H A D | ftstdlib.h | 166 #include <setjmp.h> 173 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
|
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | crash.c | 25 #include <asm/setjmp.h> 149 * The primary CPU returns here via setjmp, and the secondary in crash_kexec_prepare_cpus() 156 if (setjmp(crash_shutdown_buf) == 0) { in crash_kexec_prepare_cpus() 360 if (setjmp(crash_shutdown_buf) == 0) { in default_machine_crash_shutdown()
|
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | crash.c | 24 #include <asm/setjmp.h> 165 * The primary CPU returns here via setjmp, and the secondary in crash_kexec_prepare_cpus() 172 if (setjmp(crash_shutdown_buf) == 0) { in crash_kexec_prepare_cpus() 377 if (setjmp(crash_shutdown_buf) == 0) { in default_machine_crash_shutdown()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 47 #include <asm/setjmp.h> 541 if (setjmp(recurse_jmp) != 0) { in xmon_core() 671 if (setjmp(recurse_jmp) == 0) { in xmon_core() 1013 if (setjmp(bus_error_jmp) == 0) { in show_uptime() 1619 if (setjmp(bus_error_jmp) == 0) { in get_function_bounds() 1803 if (setjmp(bus_error_jmp) == 0) { in prregs() 1869 if (setjmp(bus_error_jmp) == 0) { in cacheflush() 1896 if (setjmp(bus_error_jmp) == 0) { in read_spr() 1919 if (setjmp(bus_error_jmp) == 0) { in write_spr() 2138 if (setjmp(bus_error_jm in mread() [all...] |
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | setjmp_64.S | 3 # arch/x86_64/setjmp.S 5 # setjmp/longjmp for the x86-64 architecture
|
H A D | setjmp_32.S | 3 # arch/i386/setjmp.S 5 # setjmp/longjmp for the i386 architecture
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | setjmp_64.S | 3 # arch/x86_64/setjmp.S 5 # setjmp/longjmp for the x86-64 architecture
|
H A D | setjmp_32.S | 3 # arch/i386/setjmp.S 5 # setjmp/longjmp for the i386 architecture
|
/third_party/jerryscript/targets/curie_bsp/source/ |
H A D | setjmp.S | 26 * setjmp (jmp_buf env) 34 func setjmp 49 endfunc setjmp 55 * if val is not 0, then it would be returned from setjmp, 59 * setjmp
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/ |
H A D | wild_bctr.c | 8 #include <setjmp.h> 140 if (setjmp(setjmp_env) == 0) { in test_wild_bctr()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | wild_bctr.c | 8 #include <setjmp.h> 140 if (setjmp(setjmp_env) == 0) { in test_wild_bctr()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/ |
H A D | hashchk_test.c | 9 #include <setjmp.h> 57 if (setjmp(hashchk_detected_buf)) in hashchk_detected_test()
|
/third_party/backends/backend/escl/ |
H A D | escl_png.c | 39 #include <setjmp.h> 89 // initialize the setjmp for returning properly after a libpng in get_PNG_data() 91 if (setjmp (png_jmpbuf (png_ptr))) in get_PNG_data()
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 2 #include <setjmp.h> 51 if (si.si_code == SI_TIMER && !setjmp(jb)) { in start()
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
H A D | iccfrompng.c | 23 #include <setjmp.h> 52 if (setjmp(png_jmpbuf(png_ptr))) in extract()
|