/external/valgrind/main/tests/ |
s390x_features.c | 37 jmp_buf env;
|
/external/webkit/Source/JavaScriptCore/heap/ |
MachineStackMarker.cpp | 259 jmp_buf registers REGISTER_BUFFER_ALIGNMENT;
|
/external/grub/stage2/ |
shared.h | 886 /* In the grub shell, use the libc jmp_buf instead. */ 888 # define grub_jmp_buf jmp_buf
|
/external/zlib/contrib/blast/ |
blast.c | 27 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */ 45 jmp_buf env;
|
/external/libpng/ |
pngtest.c | 709 jmp_buf jmpbuf; 815 png_memcpy(png_jmpbuf(read_ptr), jmpbuf, png_sizeof(jmp_buf)); 837 png_memcpy(png_jmpbuf(write_ptr), jmpbuf, png_sizeof(jmp_buf)); [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 607 NOINLINE void LongJmpFunc1(jmp_buf buf) { 618 NOINLINE void UnderscopeLongJmpFunc1(jmp_buf buf) { 650 static jmp_buf buf; 659 static jmp_buf buf; [all...] |
/external/libpng/contrib/gregbook/ |
writepng.c | 376 * guaranteed to have compatible notions of how big a jmp_buf is,
|
readpng2.c | 632 * guaranteed to have compatible notions of how big a jmp_buf is,
|
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 444 jmp_buf jmp;
|
/external/openssl/crypto/des/ |
read_pwd.c | 214 static jmp_buf save;
|
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 69 jmp_buf setjmp_buffer; // For handling catastropic errors
|
/system/extras/ext4_utils/ |
ext4_utils.c | 50 jmp_buf setjmp_env;
|
/external/e2fsprogs/misc/ |
badblocks.c | 235 static void capture_terminate(jmp_buf term_addr) 702 jmp_buf terminate_env;
|
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 694 /// getJumpBufSize - returns the target's jmp_buf size in bytes (if never 700 /// getJumpBufAlignment - returns the target's jmp_buf alignment in bytes [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/ |
libpthread.a | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/ |
libpthread.a | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libpthread.a | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpthread.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libpthread.a | [all...] |
/external/zlib/contrib/puff/ |
puff.c | 81 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */ 111 jmp_buf env; [all...] |
/external/grub/grub/ |
asmstub.c | 90 static jmp_buf env_for_exit;
|
/external/jpeg/ |
example.c | 253 jmp_buf setjmp_buffer; /* for return to caller */
|
/external/llvm/lib/Transforms/Utils/ |
LowerInvoke.cpp | 73 // We peek in TLI to grab the target's jmp_buf size and alignment
|
/external/opencv/otherlibs/highgui/ |
bitstrm.cpp | 221 jmp_buf& RBaseStream::JmpBuf()
|
/external/openssh/ |
ssh-keyscan.c | 77 jmp_buf kexjmp;
|