OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setjmp
(Results
101 - 125
of
294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/sh/
error.h
58
#include <
setjmp
.h>
110
* BSD
setjmp
saves the signal mask, which violates ANSI C and takes time,
115
#define
setjmp
(jmploc) _setjmp(jmploc)
macro
/external/chromium_org/third_party/skia/src/images/
SkJpegUtility.h
21
#include <
setjmp
.h>
/external/skia/src/images/
SkJpegUtility.h
21
#include <
setjmp
.h>
/bionic/libc/arch-mips/bionic/
sigsetjmp.S
36
#include <machine/
setjmp
.h>
56
1: LA t9,
setjmp
/bionic/libc/arch-x86/bionic/
setjmp.S
1
/* $OpenBSD:
setjmp
.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */
37
* C library --
setjmp
, longjmp
41
*
setjmp
(a)
46
ENTRY(
setjmp
)
function
68
END(
setjmp
)
/external/chromium_org/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/clang/test/CodeGen/
function-attributes.c
111
// CHECK: call i32 @
setjmp
(i32* null)
115
int
setjmp
(jmp_buf);
117
setjmp
(0);
/external/freetype/include/freetype/config/
ftstdlib.h
155
#include <
setjmp
.h>
162
#define ft_setjmp( b )
setjmp
( *(ft_jmp_buf*) &(b) ) /* same thing here */
/bionic/libc/arch-arm/bionic/
setjmp.S
1
/* $OpenBSD:
setjmp
.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */
2
/* $NetBSD:
setjmp
.S,v 1.5 2003/04/05 23:08:51 bjh21 Exp $ */
38
#include <machine/
setjmp
.h>
42
* C library --
setjmp
, longjmp
46
*
setjmp
(a)
51
ENTRY(
setjmp
)
function
82
END(
setjmp
)
/external/chromium_org/third_party/WebKit/Source/core/
WebCorePrefixMac.h
40
#include <
setjmp
.h>
/external/chromium_org/third_party/openssl/openssl/crypto/
s390xcap.c
4
#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/openssl/crypto/
s390xcap.c
4
#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-mips/
mips.mk
15
arch-mips/bionic/
setjmp
.S \
/external/pixman/pixman/
pixman-ppc.c
112
#include <
setjmp
.h>
134
jmp_result =
setjmp
(jump_env);
/frameworks/av/cmds/stagefright/
jpeg.cpp
18
#include <
setjmp
.h>
54
if (
setjmp
(sf_err.longjmp_buffer)) {
/external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_if.c
131
if (
setjmp
(cm->error.jmp)) {
132
cm->error.
setjmp
= 0;
137
cm->error.
setjmp
= 1;
153
cm->error.
setjmp
= 0;
326
if (
setjmp
(cm->error.jmp)) {
327
cm->error.
setjmp
= 0;
346
cm->error.
setjmp
= 1;
352
cm->error.
setjmp
= 0;
420
cm->error.
setjmp
= 0;
/external/valgrind/main/VEX/test/
test-amd64.c
37
#include <
setjmp
.h>
[
all
...]
test-i386.c
27
#include <
setjmp
.h>
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_bsdi.h
78
#include <
setjmp
.h>
96
if (
setjmp
(CONTEXT(_thread))) { \
103
if (!
setjmp
(CONTEXT(_thread))) { \
_osf1.h
95
#include <
setjmp
.h>
111
if (
setjmp
(CONTEXT(_thread))) { \
119
if (!
setjmp
(CONTEXT(_thread))) { \
_rhapsody.h
68
#include <
setjmp
.h>
82
if (
setjmp
(CONTEXT(_thread))) { \
89
if (!
setjmp
(CONTEXT(_thread))) { \
/external/libpng/contrib/gregbook/
readpng.c
118
/*
setjmp
() must be called in every function that calls a PNG-reading
121
if (
setjmp
(png_jmpbuf(png_ptr))) {
159
/*
setjmp
() must be called in every function that calls a PNG-reading
162
if (
setjmp
(png_jmpbuf(png_ptr))) {
213
/*
setjmp
() must be called in every function that calls a PNG-reading
216
if (
setjmp
(png_jmpbuf(png_ptr))) {
/development/ndk/sources/android/libportable/arch-mips/
sigsetjmp.S
57
1: LA t9, WRAP(
setjmp
)
Completed in 965 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>