HomeSort by relevance Sort by last modified time
    Searched refs:setjmp (Results 26 - 50 of 436) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
csetjmp.pass.cpp 15 #ifndef setjmp
16 #error setjmp not defined
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
longjmp.c 15 #include <setjmp.h>
  /packages/apps/Gallery2/jni_jpegstream/src/
jerr_hook.h 26 #include <setjmp.h>
32 * setjmp for error cleanup.
  /external/compiler-rt/test/tsan/
longjmp.cc 8 #include <setjmp.h>
16 if (setjmp(env) == 42) {
  /external/syslinux/com32/lib/x86_64/
setjmp.S 2 # arch/x86_64/setjmp.S
4 # setjmp/longjmp for the x86-64 architecture
21 .globl setjmp
22 .type setjmp, @function
23 setjmp: label
37 .size setjmp,.-setjmp
  /device/linaro/bootloader/edk2/StdLib/Include/
setjmp.h 2 This file defines the macro setjmp, and declares the function longjmp
20 restore a calling environment. The environment of a call to the setjmp
29 /** The setjmp macro saves its calling environment in its jmp_buf argument for
32 The Standard does not specify whether setjmp is a macro or an identifier
35 identifier with the name setjmp, the behavior is undefined by the Standard.
40 @return If the return is from a direct invocation, the setjmp macro
42 function, the setjmp macro returns a nonzero value based upon the value
45 #define setjmp(env) (INTN)SetJump((env)) macro
48 invocation of the setjmp macro in the same invocation of the program with
50 or if the function containing the invocation of the setjmp macro has
    [all...]
  /external/cmockery/cmockery_0_1_2/src/example/
run_tests.c 18 #include <setjmp.h>
  /external/skia/src/codec/
SkJpegUtility.h 15 #include <setjmp.h>
  /external/skia/src/images/
SkJPEGWriteUtility.h 20 #include <setjmp.h>
  /external/skqp/src/codec/
SkJpegUtility.h 15 #include <setjmp.h>
  /external/skqp/src/images/
SkJPEGWriteUtility.h 20 #include <setjmp.h>
  /bionic/tests/headers/posix/
setjmp_h.c 29 #include <setjmp.h>
42 FUNCTION(setjmp, int (*f)(jmp_buf));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /external/compiler-rt/test/asan/TestCases/Windows/
longjmp.cc 7 #include <setjmp.h>
19 if (0 == setjmp(buf))
  /external/compiler-rt/test/asan/TestCases/
longjmp.cc 4 #include <setjmp.h>
16 if (0 == setjmp(buf))
  /external/python/cpython2/Include/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /external/python/cpython3/Include/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /external/syslinux/com32/include/
setjmp.h 2 * setjmp.h
20 __extern int setjmp(jmp_buf);
25 #define sigsetjmp(__env, __save) setjmp(__env)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /prebuilts/gdb/linux-x86/include/python2.7/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyfpe.h 113 * setjmp from corrupting their values. Some current implementations seem
114 * to be more restrictive. For example, the HPUX man page for setjmp says
116 * Upon the return from a setjmp() call caused by a longjmp(), the
118 * from which setjmp() was called are undefined. Code which depends on
130 #include <setjmp.h>
137 if (!PyFPE_counter++ && setjmp(PyFPE_jbuf)) { \
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-spu/
ovl2.s 6 brsl lr,setjmp
9 .type setjmp,@function
10 .global setjmp
11 setjmp: label
13 .size setjmp,.-setjmp
  /external/syslinux/com32/lib/i386/
setjmp.S 2 * arch/i386/setjmp.S
4 * setjmp/longjmp for the i386 architecture
24 .globl setjmp
25 .type setjmp, @function
26 setjmp: label
43 .size setjmp,.-setjmp

Completed in 1238 milliseconds

12 3 4 5 6 7 8 91011>>