Home
last modified time | relevance | path

Searched refs:JmpBuf (Results 1 – 9 of 9) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_sunras.cpp100 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
199 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dgrfmt_pxm.cpp148 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
230 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dgrfmt_bmp.cpp99 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
219 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dbitstrm.h74 jmp_buf& JmpBuf();
Dgrfmt_tiff.cpp377 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
581 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dgrfmt_jpeg.cpp534 if( setjmp( m_low_strm.JmpBuf()) == 0 ) in ReadBlock()
823 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadHeader()
1018 if( setjmp( m_strm.JmpBuf()) == 0 ) in ReadData()
Dbitstrm.cpp221 jmp_buf& RBaseStream::JmpBuf() in JmpBuf() function in RBaseStream
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h318 struct JmpBuf { struct
364 Vector<JmpBuf> jmp_bufs;
Dtsan_interceptors.cc415 JmpBuf *buf = &thr->jmp_bufs[i]; in JmpBufGarbageCollect()
431 JmpBuf *buf = thr->jmp_bufs.PushBack(); in SetJmp()
452 JmpBuf *buf = &thr->jmp_bufs[i]; in LongJmp()