OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setjmp
(Results
176 - 200
of
639
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/docs/
ExceptionHandling.rst
45
Setjmp
/Longjmp Exception Handling
48
Setjmp
/Longjmp (SJLJ) based exception handling uses LLVM intrinsics
49
`llvm.eh.sjlj.
setjmp
`_ and `llvm.eh.sjlj.longjmp`_ to handle control flow for
284
.. _llvm.eh.sjlj.
setjmp
:
286
llvm.eh.sjlj.
setjmp
291
i32 @llvm.eh.sjlj.
setjmp
(i8* %setjmp_buf)
317
a buffer populated by `llvm.eh.sjlj.
setjmp
`_. The frame pointer and stack
/external/libpng/contrib/visupng/
cexcept.h
194
#include <
setjmp
.h>
205
/* the calls to
setjmp
() and longjmp(). A wrapper struct is used to */
216
if (
setjmp
(exception__env) == 0) { \
/external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp
29
#include <
setjmp
.h>
258
//
setjmp
forces volatile registers onto the stack
264
setjmp
(registers);
/bionic/libc/arch-arm/bionic/
_setjmp.S
38
#include <machine/
setjmp
.h>
/external/freetype/include/freetype/internal/
ftvalid.h
107
/* to high-level caller. Using `
setjmp
/longjmp' avoids many stupid */
/external/grub/stage2/
setjmp.S
20
/* This is stolen from libc/x86/
setjmp
.S in the OSKit */
/external/llvm/include/llvm/Analysis/
CodeMetrics.h
42
/// \brief True if this function contains a call to
setjmp
or other functions
/external/openssh/
auth-sia.c
32
#include <
setjmp
.h>
/external/quake/quake/src/QW/server/
qwsvdef.h
35
#include <
setjmp
.h>
/external/srec/srec/include/
c42mul.h
45
#define SETUP_RETURN(REC) ((REC)->err_code=
setjmp
((REC)->except_buf))
/external/stlport/stlport/
ctype.h
42
/* on evc4 including ctype.h also defines
setjmp
macro */
/external/valgrind/main/none/tests/
faultstatus.c
8
#include <
setjmp
.h>
/external/valgrind/main/none/tests/x86/
faultstatus.c
8
#include <
setjmp
.h>
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
63
#include <
setjmp
.h>
198
// We need to do the
setjmp
here. Otherwise bad things will happen
199
if (
setjmp
(m_err.setjmp_buffer))
378
// Return control to the
setjmp
point.
/external/webkit/Source/WebCore/platform/image-encoders/
PNGImageEncoder.cpp
102
if (
setjmp
(png_jmpbuf(pngPtr)))
/external/zlib/src/contrib/puff/
README
40
only C library functions that puff.c needs are
setjmp
() and longjmp(), which
/ndk/sources/cxx-stl/stlport/stlport/
ctype.h
42
/* on evc4 including ctype.h also defines
setjmp
macro */
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
ctype.h
42
/* on evc4 including ctype.h also defines
setjmp
macro */
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
ctype.h
42
/* on evc4 including ctype.h also defines
setjmp
macro */
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
ctype.h
42
/* on evc4 including ctype.h also defines
setjmp
macro */
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
ctype.h
42
/* on evc4 including ctype.h also defines
setjmp
macro */
/system/extras/ext4_utils/
ext4_utils.h
38
#include <
setjmp
.h>
/bootable/recovery/minui/
resources.c
87
if (
setjmp
(png_jmpbuf(png_ptr))) {
236
if (
setjmp
(png_jmpbuf(png_ptr))) {
/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
...]
/system/core/sh/
main.c
95
* commands. The
setjmp
call sets up the location to jump to when an
112
if (
setjmp
(jmploc.loc)) {
Completed in 688 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>