Home
last modified time | relevance | path

Searched refs:setjmp (Results 76 - 100 of 314) sorted by relevance

12345678910>>...13

/third_party/jerryscript/targets/nuttx-stm32f4/
H A Dsetjmp.S28 * 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 Dcommon.h23 #include <setjmp.h>
134 if (!setjmp (context_name)) \
/third_party/musl/src/signal/loongarch64/
H A Dsigsetjmp.s12 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 Dtestsample_mock_new1.c31 #include <setjmp.h>
37 #include <setjmp.h>
H A Dtestsample_mock_run1.c31 #include <setjmp.h>
37 #include <setjmp.h>
H A Dtestsample_mock_yaml.c31 #include <setjmp.h>
38 #include <setjmp.h>
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dwritepng.c60 #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 Dreadpng.c120 /* 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 Dreadpng2.c64 #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 Dpipe05.c48 #include <setjmp.h>
81 if (setjmp(sig11_recover)) { in main()
/third_party/skia/third_party/externals/freetype/include/freetype/config/
H A Dftstdlib.h166 #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 Dcrash.c25 #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 Dcrash.c24 #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 Dxmon.c47 #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 Dsetjmp_64.S3 # arch/x86_64/setjmp.S
5 # setjmp/longjmp for the x86-64 architecture
H A Dsetjmp_32.S3 # arch/i386/setjmp.S
5 # setjmp/longjmp for the i386 architecture
/kernel/linux/linux-6.6/arch/x86/um/
H A Dsetjmp_64.S3 # arch/x86_64/setjmp.S
5 # setjmp/longjmp for the x86-64 architecture
H A Dsetjmp_32.S3 # arch/i386/setjmp.S
5 # setjmp/longjmp for the i386 architecture
/third_party/jerryscript/targets/curie_bsp/source/
H A Dsetjmp.S26 * 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 Dwild_bctr.c8 #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 Dwild_bctr.c8 #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 Dhashchk_test.c9 #include <setjmp.h>
57 if (setjmp(hashchk_detected_buf)) in hashchk_detected_test()
/third_party/backends/backend/escl/
H A Descl_png.c39 #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 Dtimer_create.c2 #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 Diccfrompng.c23 #include <setjmp.h>
52 if (setjmp(png_jmpbuf(png_ptr))) in extract()

Completed in 12 milliseconds

12345678910>>...13