HomeSort by relevance Sort by last modified time
    Searched refs:setjmp (Results 126 - 150 of 201) sorted by null

1 2 3 4 56 7 8 9

  /external/zlib/contrib/puff/
puff.c 81 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 22 // really expensive. It basically inserts setjmp/longjmp calls to emulate the
144 // VisualStudio defines setjmp as _setjmp
145 #if defined(_MSC_VER) && defined(setjmp) && \
147 # pragma push_macro("setjmp")
148 # undef setjmp macro
152 SetJmpFn = Intrinsic::getDeclaration(&M, Intrinsic::setjmp);
156 # pragma pop_macro("setjmp")
409 // inserts setjmp calls into the entries of functions with invoke instructions
413 // setjmp stuff on the early exit path. This requires a bit of dataflow, but
416 // If we have an invoke instruction, insert a setjmp that dominates al
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 183 if (setjmp(png_jmpbuf(png_ptr))) {
419 if (setjmp(png_jmpbuf(png_ptr))) {
  /external/opencv/otherlibs/highgui/
grfmt_bmp.cpp 99 if( setjmp( m_strm.JmpBuf()) == 0 )
219 if( setjmp( m_strm.JmpBuf()) == 0 )
grfmt_jpeg.cpp 81 #include <setjmp.h>
113 /* Return control to the setjmp point */
170 if( setjmp( jerr->setjmp_buffer ) == 0 )
340 if( setjmp( jerr->setjmp_buffer ) == 0 )
445 if( setjmp( jerr.setjmp_buffer ) == 0 )
534 if( setjmp( m_low_strm.JmpBuf()) == 0 )
823 if( setjmp( m_strm.JmpBuf()) == 0 )
1018 if( setjmp( m_strm.JmpBuf()) == 0 )
    [all...]
grfmt_tiff.cpp 377 if( setjmp( m_strm.JmpBuf()) == 0 )
581 if( setjmp( m_strm.JmpBuf()) == 0 )
  /external/skia/third_party/glu/libtess/
tess.c 45 #include <setjmp.h>
508 if (setjmp(tess->env) != 0) {
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 29 #include <setjmp.h>
258 // setjmp forces volatile registers onto the stack
264 setjmp(registers);
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 20 #include <setjmp.h>
  /external/openssl/crypto/
sparcv9cap.c 4 #include <setjmp.h>
  /external/quake/quake/src/WinQuake/
quakedef.h 50 #include <setjmp.h>
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 207 // All objects need to be instantiated before this setjmp call so that
209 if (setjmp(sk_err.fJmpBuf)) {
210 return return_false(cinfo, *bm, "setjmp");
479 // All objects need to be instantiated before this setjmp call so that
481 if (setjmp(sk_err.fJmpBuf)) {
555 if (setjmp(sk_err.fJmpBuf)) {
938 // allocate these before set call setjmp
944 if (setjmp(sk_err.fJmpBuf)) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 32 if (setjmp(sk_err.fJmpBuf)) {
  /gdk/samples/quake/jni/
quakedef.h 50 #include <setjmp.h>
  /external/bison/data/
glr.c 292 # include <setjmp.h>
294 # define YYSETJMP(env) setjmp (env)
    [all...]
  /external/grub/grub/
asmstub.c 41 #include <setjmp.h>
126 /* Do a setjmp here for the stop command. */
127 if (! setjmp (env_for_exit))
  /external/grub/stage2/
shared.h 887 # include <setjmp.h>
892 # define grub_setjmp setjmp
  /external/libpng/
pngconf.h 355 /* This is an attempt to force a single setjmp behaviour on Linux. If
359 * the same setjmp.h that was included when libpng was built. Only define
375 __pngconf.h__ in libpng already includes setjmp.h;
381 /* include setjmp.h for error handling */
382 # include <setjmp.h>
    [all...]
pngread.c 84 if (setjmp(jmpbuf))
86 if (setjmp(png_ptr->jmpbuf))
182 /* Applications that neglect to set up their own setjmp() and then
186 if (setjmp(jmpbuf))
190 if (setjmp(png_ptr->jmpbuf))
    [all...]
pngtest.c 690 static png_FILE_p fpout; /* "static" prevents setjmp corruption */
797 if (setjmp(jmpbuf))
799 if (setjmp(png_jmpbuf(read_ptr)))
821 if (setjmp(jmpbuf))
823 if (setjmp(png_jmpbuf(write_ptr)))
    [all...]
pngwrite.c 503 if (setjmp(jmpbuf))
505 if (setjmp(png_ptr->jmpbuf))
585 /* Applications that neglect to set up their own setjmp() and then
590 if (setjmp(jmpbuf))
594 if (setjmp(png_ptr->jmpbuf))
    [all...]
  /external/openssh/
ssh-keyscan.c 25 #include <setjmp.h>
259 if (!(j = setjmp(kexjmp))) {
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 313 /* This is an attempt to force a single setjmp behaviour on Linux. If
326 __png.h__ already includes setjmp.h;
331 /* include setjmp.h for error handling */
332 # include <setjmp.h>
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 232 if (setjmp (png_jmpbuf(png_ptr)))
pnm2png.c 393 /* setjmp() must be called in every function that calls a PNG-reading libpng function */
394 if (setjmp (png_jmpbuf(png_ptr)))

Completed in 2995 milliseconds

1 2 3 4 56 7 8 9