HomeSort by relevance Sort by last modified time
    Searched refs:longjmp (Results 151 - 175 of 304) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/images/
SkJPEGWriteUtility.cpp 63 longjmp(error->fJmpBuf, -1);
  /external/valgrind/tests/
power_insn_available.c 33 longjmp(unsup_insn_env, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
setjmp.h 82 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
90 `longjmp' restores the mask; `_longjmp' is just an alias. */
99 or not `longjmp' will restore the signal mask. */
109 This is just an alias `longjmp'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
setjmp.h 82 extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
90 `longjmp' restores the mask; `_longjmp' is just an alias. */
99 or not `longjmp' will restore the signal mask. */
109 This is just an alias `longjmp'. */
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftstdlib.h 160 #define ft_longjmp longjmp
  /system/extras/ext4_utils/include/ext4_utils/
ext4_utils.h 53 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
55 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
STreeParser.h 57 #define _GUESS_FAIL longjmp(startofguess.state, 1)
  /external/valgrind/include/
pub_tool_libcsetjmp.h 3 /*--- A minimal setjmp/longjmp facility. pub_tool_libcsetjmp.h ---*/
38 // PURPOSE: Provides a minimal setjmp/longjmp facility, that saves/
43 /* This provides an extremely minimal setjmp/longjmp facility, in
133 /* Android clang/llvm has no __builtin_{setjmp,longjmp} for aarch64. */
134 /* Use the same setjmp/longjmp functions for both gcc and clang. */
137 #define VG_MINIMAL_LONGJMP(_env) longjmp((_env),1)
  /external/valgrind/none/tests/linux/
pthread-stack.c 26 longjmp(goback, 1);
  /external/valgrind/none/tests/solaris/
pthread-stack.c 25 longjmp(goback, 1);
  /frameworks/av/cmds/stagefright/
jpeg.cpp 37 longjmp(sf_err->longjmp_buffer, 0);
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Environs.c 86 call to the longjmp function is made that would terminate the call to the
120 longjmp(gMD->MainExit, 0x55); // Get out of here. longjmp can't return 0. Use 0x55 for a non-zero value.
  /external/libjpeg-turbo/
example.c 239 * We use C's setjmp/longjmp facility to return control. This means that the
242 * longjmp(). But we need to make the setjmp buffer accessible to the
273 longjmp(myerr->setjmp_buffer, 1);
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 132 if (info->setjmp) longjmp(info->jmp, info->error_code);
  /external/skia/src/codec/
SkJpegUtility.cpp 13 * Call longjmp to continue execution on an error
20 longjmp(error->fJmpBuf, 1);
  /external/valgrind/memcheck/tests/
descr_belowsp.c 65 longjmp(goback, 1);
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main2.c 80 longjmp(jmp, signo);
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main2.c 80 longjmp(jmp, signo);
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir09.c 307 longjmp(env_buf, 1);
317 longjmp(env_buf, 1);
  /external/syslinux/com32/lib/libpng/
pngerror.c 283 longjmp(jmpbuf,1);
286 longjmp(png_ptr->jmpbuf, 1);
348 * method used in the default routine calls longjmp(png_ptr->jmpbuf, 1)
  /external/syslinux/gpxe/src/arch/i386/core/
freebsd_loader.c 342 longjmp(restart_etherboot, -2);
374 longjmp(restart_etherboot, -2);
  /external/zlib/src/contrib/blast/
blast.c 29 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
77 if (s->left == 0) longjmp(s->env, 1); /* out of input */
161 if (s->left == 0) longjmp(s->env, 1); /* out of input */
398 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
  /bionic/libc/arch-x86/bionic/
setjmp.S 207 ALIAS_SYMBOL(longjmp, siglongjmp)
  /bionic/libc/arch-x86_64/bionic/
setjmp.S 208 ALIAS_SYMBOL(longjmp, siglongjmp)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fpectlmodule.c 283 longjmp(PyFPE_jbuf, 1);

Completed in 1058 milliseconds

1 2 3 4 5 67 8 91011>>