Home
last modified time | relevance | path

Searched refs:setjmp (Results 226 - 250 of 317) sorted by relevance

12345678910>>...13

/third_party/zlib/contrib/puff/
H A Dpuff.c82 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
815 if (setjmp(s.env) != 0) /* if came back here via longjmp() */ in puff()
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h68 #include <setjmp.h>
189 if (setjmp(_metadata->env) == 0) \
388 if (setjmp(_metadata->env) == 0) { \
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dmov_ss_trap.c36 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dmov_ss_trap.c36 #include <setjmp.h>
/third_party/backends/backend/escl/
H A Descl_mupdf.c40 #include <setjmp.h>
H A Descl_pdf.c42 #include <setjmp.h>
/third_party/ltp/testcases/cve/
H A Dcve-2015-3290.c129 #include <setjmp.h>
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dshmat1.c72 #include <setjmp.h> /* required by setjmp longjmp */
93 sigjmp_buf jmpbuf; /* argument to setjmp and longjmp */
/third_party/node/deps/openssl/openssl/crypto/
H A Dppccap.c13 #include <setjmp.h>
/third_party/openssl/crypto/
H A Dppccap.c13 #include <setjmp.h>
/third_party/skia/third_party/externals/libpng/
H A Dpngconf.h51 # include <setjmp.h>
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp737 if ((jmpBuf == nullptr) || setjmp(*jmpBuf)) { in ReadIncrementalHead()
922 if ((jmpBuf == nullptr) || setjmp(*jmpBuf)) { in IncrementalReadRows()
1070 if ((jmpBuf == nullptr) || setjmp(*jmpBuf)) { in ConfigInfo()
1088 if ((jmpBuf == nullptr) || setjmp(*jmpBuf)) { in DoOneTimeDecode()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_private.h31 #include <setjmp.h>
43 /* setjmp/longjmp is broken on MinGW: https://sourceforge.net/p/mingw-w64/bugs/406/ */
48 #define vtn_setjmp setjmp
73 * 1) We must guarantee that setjmp is called after allocating the builder
/third_party/mesa3d/src/util/
H A Du_cpu_detect.c51 #include <setjmp.h>
186 if (setjmp(__lv_powerpc_jmpbuf)) { in check_os_altivec_support()
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c19 #include <setjmp.h> // note: this must be included *after* png.h
179 if (setjmp(png_jmpbuf(png))) { in WebPWritePNG()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_libjpeg.cpp191 if (setjmp(jerr.setjmpBuffer)) { in Load()
H A Dimage_loader_libpng.cpp167 if (setjmp(png_jmpbuf(png_ptr))) { in Load()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/
H A Dpac.c10 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmkdirty.c19 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/
H A Dpac.c10 #include <setjmp.h>
/third_party/curl/tests/unit/
H A Dunit2600.c43 #include <setjmp.h>
/third_party/libunwind/libunwind/tests/
H A Dtest-coredump-unwind.c35 #include <setjmp.h>
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtimepng.c156 if (setjmp(png_jmpbuf(png_ptr))) in read_png()
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
H A Dpng2pnm.c208 if (setjmp (png_jmpbuf (png_ptr))) in png2pnm()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp357 if (setjmp(jerr_.setjmp_buffer)) { in DoSwDecode()
671 if (setjmp(jerr_.setjmp_buffer)) { in DecodeHeader()
714 if (setjmp(jerr_.setjmp_buffer)) { in StartDecompress()

Completed in 23 milliseconds

12345678910>>...13