Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 169) sorted by relevance

1234567

/external/stlport/stlport/
Dsetjmp.h30 #if !defined (setjmp)
33 # include_next <setjmp.h>
35 # include _STLP_NATIVE_C_HEADER(setjmp.h)
41 # error setjmp has been defined before inclusion of setjmp.h header.
/external/stlport/stlport/stl/
D_csetjmp.h20 #if !defined (setjmp)
50 # if !defined (setjmp)
53 using _STLP_VENDOR_CSTD::setjmp;
55 using ::setjmp;
/external/valgrind/main/VEX/test/
Dtest-i386.c1364 if (setjmp(jmp_env) == 0) {
1371 if (setjmp(jmp_env) == 0) {
1379 if (setjmp(jmp_env) == 0) {
1383 if (setjmp(jmp_env) == 0) {
1401 if (setjmp(jmp_env) == 0) {
1408 if (setjmp(jmp_env) == 0) {
1418 if (setjmp(jmp_env) == 0) {
1426 if (setjmp(jmp_env) == 0) {
1431 if (setjmp(jmp_env) == 0) {
1437 if (setjmp(jmp_env) == 0) {
[all …]
Dtest-amd64.c1404 if (setjmp(jmp_env) == 0) {
1411 if (setjmp(jmp_env) == 0) {
1419 if (setjmp(jmp_env) == 0) {
1423 if (setjmp(jmp_env) == 0) {
1441 if (setjmp(jmp_env) == 0) {
1448 if (setjmp(jmp_env) == 0) {
1458 if (setjmp(jmp_env) == 0) {
1466 if (setjmp(jmp_env) == 0) {
1471 if (setjmp(jmp_env) == 0) {
1477 if (setjmp(jmp_env) == 0) {
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_onyxd_if.c131 if (setjmp(cm->error.jmp)) { in vp9_create_decompressor()
132 cm->error.setjmp = 0; in vp9_create_decompressor()
137 cm->error.setjmp = 1; in vp9_create_decompressor()
153 cm->error.setjmp = 0; in vp9_create_decompressor()
326 if (setjmp(cm->error.jmp)) { in vp9_receive_compressed_data()
327 cm->error.setjmp = 0; in vp9_receive_compressed_data()
346 cm->error.setjmp = 1; in vp9_receive_compressed_data()
352 cm->error.setjmp = 0; in vp9_receive_compressed_data()
420 cm->error.setjmp = 0; in vp9_receive_compressed_data()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c63 if (setjmp(pbi->common.error.jmp)) in create_decompressor()
65 pbi->common.error.setjmp = 0; in create_decompressor()
70 pbi->common.error.setjmp = 1; in create_decompressor()
84 pbi->common.error.setjmp = 0; in create_decompressor()
339 if (setjmp(pbi->common.error.jmp)) in vp8dx_receive_compressed_data()
353 pbi->common.error.setjmp = 1; in vp8dx_receive_compressed_data()
415 pbi->common.error.setjmp = 0; in vp8dx_receive_compressed_data()
/external/libpng/contrib/gregbook/
Dwritepng.c109 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_init()
266 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_image()
304 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_row()
334 if (setjmp(mainprog_ptr->jmpbuf)) { in writepng_encode_finish()
Dreadpng.c121 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_init()
162 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_bgcolor()
216 if (setjmp(png_jmpbuf(png_ptr))) { in readpng_get_image()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_amd64.S165 .globl setjmp symbol
166 .type setjmp, @function
167 setjmp: label
189 .size setjmp, .-setjmp
/external/llvm/test/Transforms/TailCallElim/
Dsetjmp.ll13 %tmp75 = tail call i32 @setjmp(i32* %x)
18 declare i32 @setjmp(i32*) returns_twice
/external/clang/test/CodeGen/
Dfunction-attributes.c115 int setjmp(jmp_buf);
117 setjmp(0); in f19()
/external/expat/tests/
Dminicheck.c125 if (setjmp(env)) { in srunner_run_all()
132 if (setjmp(env)) { in srunner_run_all()
140 if (setjmp(env)) { in srunner_run_all()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_sunos4.h95 (void) setjmp(context); \
104 if (!setjmp(CONTEXT(_thread))) { \
120 #pragma unknown_control_flow(setjmp)
D_bsdi.h96 if (setjmp(CONTEXT(_thread))) { \
103 if (!setjmp(CONTEXT(_thread))) { \
D_osf1.h111 if (setjmp(CONTEXT(_thread))) { \
119 if (!setjmp(CONTEXT(_thread))) { \
D_rhapsody.h82 if (setjmp(CONTEXT(_thread))) { \
89 if (!setjmp(CONTEXT(_thread))) { \
/external/opencv/otherlibs/highgui/
Dgrfmt_png.cpp146 if( setjmp( png_ptr->jmpbuf ) == 0 ) in ReadHeader()
195 if( setjmp(png_ptr->jmpbuf) == 0 ) in ReadData()
285 if( setjmp( png_ptr->jmpbuf ) == 0 ) in WriteImage()
/external/llvm/test/CodeGen/PowerPC/
Dsj-ctr-loop.ll33 …%0 = call i32 @llvm.eh.sjlj.setjmp(i8* bitcast ([1 x %struct.__jmp_buf_tag.1.15.17.21.25.49.53.55]…
48 declare i32 @llvm.eh.sjlj.setjmp(i8*) #0
/external/compiler-rt/lib/tsan/lit_tests/
Dlongjmp.cc12 if (setjmp(env) == 42) { in main()
Dlongjmp3.cc28 if (setjmp(env) == 42) { in mymain()
Dlongjmp4.cc31 if (setjmp(env) == 42) { in mymain()
/external/libpng/
Dexample.c133 if (setjmp(png_jmpbuf(png_ptr)))
432 if (setjmp(png_jmpbuf((*png_ptr))))
460 if (setjmp(png_jmpbuf((*png_ptr))))
600 if (setjmp(png_jmpbuf(png_ptr)))
/external/stlport/etc/
Dstd_headers_c_h.txt4 setjmp.h
/external/libyuv/files/source/
Dmjpeg_decoder.cc125 if (setjmp(error_mgr_->setjmp_buffer)) { in LoadFrame()
247 if (setjmp(error_mgr_->setjmp_buffer)) { in UnloadFrame()
275 if (setjmp(error_mgr_->setjmp_buffer)) { in DecodeToBuffers()
364 if (setjmp(error_mgr_->setjmp_buffer)) { in DecodeToCallback()
/external/llvm/test/CodeGen/X86/
Dsjlj.ll12 declare i32 @llvm.eh.sjlj.setjmp(i8*) nounwind
21 %r = tail call i32 @llvm.eh.sjlj.setjmp(i8* bitcast ([5 x i8*]* @buf to i8*))

1234567