Home
last modified time | relevance | path

Searched refs:setjmp (Results 176 - 200 of 309) sorted by relevance

12345678910>>...13

/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap13.c40 #include <setjmp.h>
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtprctl.c8 #include <setjmp.h>
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap27.c16 #include <setjmp.h>
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dreadpng.c44 if (setjmp(png_jmpbuf(png_ptr))) in read_png()
/third_party/skia/third_party/externals/angle2/util/
H A Dpng_utils.cpp70 if (setjmp(png_jmpbuf(writeStruct))) in SavePNGRGB()
/third_party/unity/test/tests/
H A Dtest_unity_parameterized.c7 #include <setjmp.h>
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c10 #include <setjmp.h>
427 if (setjmp(setjmp_env) == 0) { in catch_sigill()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c10 #include <setjmp.h>
427 if (setjmp(setjmp_env) == 0) { in catch_sigill()
/third_party/ltp/testcases/misc/crash/
H A Dcrash01.c58 #include <setjmp.h>
331 if (setjmp(again_buff) == 3) { in badboy_loop()
/third_party/skia/third_party/externals/libwebp/imageio/
H A Djpegdec.c23 #include <setjmp.h>
277 memset((j_decompress_ptr)&dinfo, 0, sizeof(dinfo)); // for setjmp safety in ReadJPEG()
281 if (setjmp(jerr.setjmp_buffer)) { in ReadJPEG()
H A Dpngdec.c25 #include <setjmp.h> // note: this must be included *after* png.h
256 if (setjmp(png_jmpbuf(png))) { in ReadPNG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp16 #include <setjmp.h>
413 if (setjmp(CRCI->JumpBuffer) != 0) { in RunSafely()
436 llvm_unreachable("Most likely setjmp wasn't called!"); in HandleExit()
/third_party/selinux/libsepol/cil/test/unit/
H A DCuTest.c25 #include <setjmp.h>
163 if (setjmp(buf) == 0) in CuTestRun()
/third_party/zlib/contrib/blast/
H A Dblast.c33 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
408 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */ in blast()
/third_party/skia/src/codec/
H A DSkPngCodec.cpp43 // When setjmp is first called, it returns 0, meaning longjmp was not called.
149 if (setjmp(PNG_JMPBUF(fPng_ptr))) { in decodeBounds()
196 switch (setjmp(PNG_JMPBUF(fPng_ptr))) { in processData()
807 if (setjmp(PNG_JMPBUF(png_ptr))) { in read_header()
1023 if (setjmp(PNG_JMPBUF((png_struct*)fPng_ptr))) { in initializeXforms()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dsysret_rip.c20 #include <setjmp.h>
H A Dsyscall_arg_fault.c15 #include <setjmp.h>
H A Diopl.c12 #include <setjmp.h>
H A Dioperm.c12 #include <setjmp.h>
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/
H A Dlib.c10 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-common.h29 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c15 #include <setjmp.h>
H A Dsysret_rip.c20 #include <setjmp.h>
H A Dsigaltstack.c15 #include <setjmp.h>
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/
H A Dlib.c10 #include <setjmp.h>

Completed in 13 milliseconds

12345678910>>...13