OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jmpbuf
(Results
26 - 50
of
61
) sorted by null
1
2
3
/external/opencv/otherlibs/highgui/
bitstrm.h
74
jmp_buf&
JmpBuf
();
grfmt_bmp.cpp
99
if( setjmp( m_strm.
JmpBuf
()) == 0 )
219
if( setjmp( m_strm.
JmpBuf
()) == 0 )
grfmt_tiff.cpp
377
if( setjmp( m_strm.
JmpBuf
()) == 0 )
581
if( setjmp( m_strm.
JmpBuf
()) == 0 )
grfmt_jpeg.cpp
534
if( setjmp( m_low_strm.
JmpBuf
()) == 0 )
823
if( setjmp( m_strm.
JmpBuf
()) == 0 )
1018
if( setjmp( m_strm.
JmpBuf
()) == 0 )
[
all
...]
bitstrm.cpp
221
jmp_buf& RBaseStream::
JmpBuf
()
/external/chromium_org/native_client_sdk/src/doc/reference/
pnacl-bitcode-abi.rst
457
declare void @llvm.nacl.longjmp(i8* %
jmpbuf
, i32)
458
declare i32 @llvm.nacl.setjmp(i8* %
jmpbuf
)
461
``
jmpbuf
`` pointer must be 64-bit aligned and point to at least 1024 bytes of
/dalvik/vm/compiler/
Compiler.cpp
702
jmp_buf
jmpBuf
;
703
work.bailPtr = &
jmpBuf
;
704
bool aborted = setjmp(
jmpBuf
);
/external/libpng/contrib/gregbook/
readpng.c
64
# define png_jmpbuf(png_ptr) ((png_ptr)->
jmpbuf
)
wpng.c
105
#include <setjmp.h> /* for
jmpbuf
declaration in writepng.h */
rpng2-win.c
94
#include <setjmp.h> /* for
jmpbuf
declaration in readpng2.h */
[
all
...]
/external/libpng/contrib/pngminus/
png2pnm.c
47
# define png_jmpbuf(png_ptr) ((png_ptr)->
jmpbuf
)
pnm2png.c
45
# define png_jmpbuf(png_ptr) ((png_ptr)->
jmpbuf
)
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
389
struct
JmpBuf
{
430
Vector<
JmpBuf
> jmp_bufs;
tsan_interceptors.cc
325
JmpBuf
*buf = &thr->jmp_bufs[i];
341
JmpBuf
*buf = thr->jmp_bufs.PushBack();
351
JmpBuf
*buf = &thr->jmp_bufs[i];
[
all
...]
/external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
434
// Call the setjmp instrinsic. It fills in the rest of the
jmpbuf
.
476
//
jmpbuf
to the new value.
/external/libpng/
example.c
34
# define png_jmpbuf(png_ptr) ((png_ptr)->
jmpbuf
)
pngconf.h
[
all
...]
libpng-1.2.44.txt
116
for png_ptr->
jmpbuf
) must be recompiled whenever the library is updated,
225
routines, you will need to update the
jmpbuf
field every time you enter
[
all
...]
libpng-1.2.46.txt
116
for png_ptr->
jmpbuf
) must be recompiled whenever the library is updated,
225
routines, you will need to update the
jmpbuf
field every time you enter
[
all
...]
/dalvik/vm/mterp/out/
InterpC-allstubs.cpp
[
all
...]
/art/runtime/arch/mips/
quick_entrypoints_mips.S
195
* FIXME: just guessing about the shape of the
jmpbuf
. Where will pc be?
[
all
...]
/external/chromium_org/third_party/libpng/
pngconf.h
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp
113
# define png_jmpbuf(png_ptr) ((png_ptr)->
jmpbuf
)
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngconf.h
[
all
...]
/external/skia/src/images/
SkImageDecoder_libpng.cpp
113
# define png_jmpbuf(png_ptr) ((png_ptr)->
jmpbuf
)
[
all
...]
Completed in 401 milliseconds
1
2
3