HomeSort by relevance Sort by last modified time
    Searched refs:setjmp (Results 101 - 125 of 332) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
ovl2.d 12 .* brsl \$0,.* <00000000\.ovl_call\.setjmp>.*
13 .*SPU_REL16 setjmp
17 0000010c <setjmp>:
33 00000330 <00000000\.ovl_call.setjmp>:
55 #00000320 <00000000\.ovl_call.setjmp>:
  /external/cmockery/cmockery_0_1_2/
configure.ac 35 AC_CHECK_FUNCS(setjmp)
52 AC_CHECK_HEADERS(setjmp.h)
  /toolchain/binutils/binutils-2.25/opcodes/
sysdep.h 60 It is faster than setjmp/longjmp on systems where the signal mask is
69 #define OPCODES_SIGSETJMP(buf) setjmp(buf)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 157 # define setjmp(BUF) _setjmp((BUF), mingw_getsp()) macro
159 # define setjmp(BUF) _setjmp((BUF), __builtin_frame_address (0)) macro
162 # define setjmp(BUF) _setjmp3((BUF), NULL) macro
167 # undef setjmp macro
170 # define setjmp(BUF) _setjmpex((BUF), mingw_getsp()) macro
173 # define setjmp(BUF) _setjmpex((BUF), __builtin_frame_address (0)) macro
177 # define setjmp(BUF) _setjmpex((BUF), NULL) macro
186 # define setjmp _setjmp macro
189 int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) setjmp(jmp_buf _Buf);
  /external/freetype/include/config/
ftstdlib.h 154 #include <setjmp.h>
161 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/pdfium/third_party/freetype/include/freetype/config/
ftstdlib.h 155 #include <setjmp.h>
162 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/valgrind/tests/
power_insn_available.c 6 #include <setjmp.h>
57 if (setjmp(unsup_insn_env) != 0)
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/
ftstdlib.h 154 #include <setjmp.h>
161 #define ft_setjmp( b ) setjmp( *(ft_jmp_buf*) &(b) ) /* same thing here */
  /external/cmockery/cmockery_0_1_2/src/example/
customer_database_test.c 18 #include <setjmp.h>
product_database_test.c 18 #include <setjmp.h>
  /external/compiler-rt/test/tsan/
signal_longjmp.cc 13 #include <setjmp.h>
  /external/expat/tests/
minicheck.c 10 #include <setjmp.h>
125 if (setjmp(env)) {
132 if (setjmp(env)) {
140 if (setjmp(env)) {
  /external/libunwind/src/coredump/
_UCD_lib.h 33 #include <setjmp.h>
  /external/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp 48 // Allocate space for locals before setjmp so that memory can be collected
59 if (setjmp(JmpBuf))
  /external/valgrind/helgrind/tests/
safe-semaphore.h 3 #include <setjmp.h>
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 21 #include <setjmp.h>
59 if (setjmp(mErrorManager.setjmp_buf)) {
124 if (setjmp(mErrorManager.setjmp_buf)) {
208 if (setjmp(mErrorManager.setjmp_buf)) {
  /bionic/libc/arch-mips64/
mips64.mk 17 arch-mips64/bionic/setjmp.S \
  /external/valgrind/none/tests/linux/
pthread-stack.c 16 #include <setjmp.h>
49 if (setjmp(goback)) {
  /external/valgrind/none/tests/solaris/
pthread-stack.c 12 #include <setjmp.h>
48 if (setjmp(goback))
  /frameworks/av/cmds/stagefright/
jpeg.cpp 18 #include <setjmp.h>
54 if (setjmp(sf_err.longjmp_buffer)) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 125 if (setjmp(cm->error.jmp)) {
126 cm->error.setjmp = 0;
131 cm->error.setjmp = 1;
147 cm->error.setjmp = 0;
318 if (setjmp(cm->error.jmp)) {
319 cm->error.setjmp = 0;
337 cm->error.setjmp = 1;
343 cm->error.setjmp = 0;
402 cm->error.setjmp = 0;
  /external/valgrind/VEX/test/
test-amd64.c 37 #include <setjmp.h>
    [all...]
test-i386.c 27 #include <setjmp.h>
    [all...]
  /external/libpng/contrib/gregbook/
readpng.c 120 /* setjmp() must be called in every function that calls a PNG-reading
123 if (setjmp(png_jmpbuf(png_ptr))) {
161 /* setjmp() must be called in every function that calls a PNG-reading
164 if (setjmp(png_jmpbuf(png_ptr))) {
215 /* setjmp() must be called in every function that calls a PNG-reading
218 if (setjmp(png_jmpbuf(png_ptr))) {
  /bionic/libc/arch-mips/
mips.mk 18 arch-mips/bionic/setjmp.S \

Completed in 870 milliseconds

1 2 3 45 6 7 8 91011>>