Home
last modified time | relevance | path

Searched refs:setjmp (Results 101 - 125 of 314) sorted by relevance

12345678910>>...13

/third_party/skia/src/codec/
H A DSkJpegCodec.cpp169 if (setjmp(jmp)) { in ReadHeader()
435 if (setjmp(jmp)) { in onDimensionsSupported()
475 if (setjmp(jmp)) { in readRows()
565 if (setjmp(jmp)) { in onGetPixels()
566 return fDecoderMgr->returnFailure("setjmp", kInvalidInput); in onGetPixels()
690 if (setjmp(jmp)) { in onStartScanlineDecode()
691 SkCodecPrintf("setjmp: Error from libjpeg\n"); in onStartScanlineDecode()
765 if (setjmp(jmp)) { in onSkipScanlines()
879 if (setjmp(jmp)) { in onGetYUVAPlanes()
880 return fDecoderMgr->returnFailure("setjmp", kInvalidInpu in onGetYUVAPlanes()
[all...]
H A DSkJpegUtility.h15 #include <setjmp.h>
/third_party/cJSON/tests/unity/test/expectdata/
H A Dtestsample_mock_head1.h8 #include <setjmp.h>
H A Dtestsample_head1.h8 #include <setjmp.h>
/third_party/unity/test/expectdata/
H A Dtestsample_mock_head1.h8 #include <setjmp.h>
H A Dtestsample_head1.h8 #include <setjmp.h>
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c39 #include <setjmp.h>
450 if (setjmp(this->jerr.setjmp_buffer)) return -1; in tjDestroy()
493 if (setjmp(this->jerr.setjmp_buffer)) { in _tjInitCompress()
690 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompress2()
792 if (setjmp(this->jerr.setjmp_buffer)) { in tjEncodeYUVPlanes()
881 if (setjmp(this->jerr.setjmp_buffer)) { in tjEncodeYUVPlanes()
1002 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompressFromYUVPlanes()
1059 if (setjmp(this->jerr.setjmp_buffer)) { in tjCompressFromYUVPlanes()
1165 if (setjmp(this->jerr.setjmp_buffer)) { in _tjInitDecompress()
1210 if (setjmp(thi in tjDecompressHeader3()
[all...]
/third_party/python/Python/
H A Dpyfpe.c7 #include <setjmp.h>
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsetjmp.h12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsetjmp.h12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Dsetjmp.h22 int setjmp (jmp_buf env);
/third_party/jerryscript/jerry-core/jrt/
H A Djrt-libc-includes.h20 #include <setjmp.h>
/third_party/jerryscript/targets/curie_bsp/include/
H A Dsetjmp.h22 int setjmp (jmp_buf env);
/third_party/musl/src/signal/
H A Dsiglongjmp.c1 #include <setjmp.h>
H A Dsigsetjmp_tail.c1 #include <setjmp.h>
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsiglongjmp.c1 #include <setjmp.h>
/third_party/musl/Benchmark/musl/
H A Dlibc_setjmp.cpp24 benchmark::DoNotOptimize(setjmp(g_testJmpBuf)); in Bm_function_Setjmp()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c46 #include <asm/setjmp.h>
539 if (setjmp(recurse_jmp) != 0) { in xmon_core()
674 if (setjmp(recurse_jmp) == 0) { in xmon_core()
1016 if (setjmp(bus_error_jmp) == 0) { in show_uptime()
1709 if (setjmp(bus_error_jmp) == 0) { in get_function_bounds()
1894 if (setjmp(bus_error_jmp) == 0) { in prregs()
1953 if (setjmp(bus_error_jmp) == 0) { in cacheflush()
1980 if (setjmp(bus_error_jmp) == 0) { in read_spr()
2003 if (setjmp(bus_error_jmp) == 0) { in write_spr()
2228 if (setjmp(bus_error_jm in mread()
[all...]
/third_party/skia/src/images/
H A DSkJPEGWriteUtility.h20 #include <setjmp.h>
/kernel/liteos_m/testsuites/unittest/xts/process/
H A Dpthread_test.h37 #include <setjmp.h>
/third_party/musl/libc-test/src/functionalext/ldso_cfi/cfi_report_test/
H A Dcfi_icall_report_test.cpp33 if (setjmp(env) == 0) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/
H A D_setjmp.c16 #include <setjmp.h>
/third_party/musl/src/time/
H A Dtimer_create.c2 #include <setjmp.h>
96 if (si.si_code == SI_TIMER && !setjmp(jb)) { in start()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap1.c28 #include <setjmp.h>
125 if (setjmp(jmpbuf) == 1) in read_mem()
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/
H A Dlibpng_read_fuzzer.cc133 if (setjmp(png_jmpbuf(png_handler.png_ptr))) { in LLVMFuzzerTestOneInput()
142 if (setjmp(png_jmpbuf(png_handler.png_ptr))) { in LLVMFuzzerTestOneInput()

Completed in 14 milliseconds

12345678910>>...13