OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setjmp
(Results
101 - 125
of
295
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/elfutils/src/
ldlex.l
211
/* XXX Use the
setjmp
buffer and signal EOF in comment */
/external/grub/grub/
main.c
30
#include <
setjmp
.h>
asmstub.c
41
#include <
setjmp
.h>
126
/* Do a
setjmp
here for the stop command. */
127
if (!
setjmp
(env_for_exit))
/external/jpeg/
jerror.c
61
* The
setjmp
buffer can be made a private field within an expanded error
/external/libpng/
libpng-1.2.44.txt
223
to your routine. Therefore, you will need to call
setjmp
and pass
228
See your documentation of
setjmp
/longjmp for your compiler for more
229
information on
setjmp
/longjmp. See the discussion on libpng error
232
back to your
setjmp
, you will want to call png_destroy_read_struct() to
235
if (
setjmp
(png_jmpbuf(png_ptr)))
243
If you would rather avoid the complexity of
setjmp
/longjmp issues,
[
all
...]
pngconf.h
351
/* This is an attempt to force a single
setjmp
behaviour on Linux. If
355
* the same
setjmp
.h that was included when libpng was built. Only define
371
__pngconf.h__ in libpng already includes
setjmp
.h;
377
/* include
setjmp
.h for error handling */
378
# include <
setjmp
.h>
[
all
...]
pngread.c
84
if (
setjmp
(jmpbuf))
86
if (
setjmp
(png_ptr->jmpbuf))
182
/* Applications that neglect to set up their own
setjmp
() and then
186
if (
setjmp
(jmpbuf))
190
if (
setjmp
(png_ptr->jmpbuf))
[
all
...]
pngtest.c
690
static png_FILE_p fpout; /* "static" prevents
setjmp
corruption */
797
if (
setjmp
(jmpbuf))
799
if (
setjmp
(png_jmpbuf(read_ptr)))
821
if (
setjmp
(jmpbuf))
823
if (
setjmp
(png_jmpbuf(write_ptr)))
[
all
...]
pngwrite.c
502
if (
setjmp
(jmpbuf))
504
if (
setjmp
(png_ptr->jmpbuf))
584
/* Applications that neglect to set up their own
setjmp
() and then
589
if (
setjmp
(jmpbuf))
593
if (
setjmp
(png_ptr->jmpbuf))
[
all
...]
libpng.3
[
all
...]
pngerror.c
290
/* Here if not
setjmp
support or if png_ptr is null. */
/external/stlport/stlport/stl/config/
_windows.h
122
define
setjmp
. */
/frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp
32
if (
setjmp
(sk_err.fJmpBuf)) {
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h
187
/* @@@ The following alternate entry points are for
setjmp
/longjmp
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h
187
/* @@@ The following alternate entry points are for
setjmp
/longjmp
/bionic/libc/
Android.mk
311
arch-arm/bionic/
setjmp
.S \
343
arch-x86/bionic/
setjmp
.S \
377
arch-sh/bionic/
setjmp
.S \
/external/skia/src/images/
SkImageDecoder_libpng.cpp
163
/* Set error handling if you are using the
setjmp
/longjmp method (this is
167
if (
setjmp
(png_jmpbuf(png_ptr))) {
789
if (
setjmp
(png_jmpbuf(png_ptr))) {
/external/zlib/contrib/blast/
blast.c
27
#include <
setjmp
.h> /* for
setjmp
(), longjmp(), and jmp_buf */
396
if (
setjmp
(s.env) != 0) /* if came back here via longjmp(), */
/external/qemu/distrib/libpng-1.2.19/
pngread.c
72
if (
setjmp
(jmpbuf))
74
if (
setjmp
(png_ptr->jmpbuf))
161
/* Applications that neglect to set up their own
setjmp
() and then encounter
165
if (
setjmp
(jmpbuf))
169
if (
setjmp
(png_ptr->jmpbuf))
[
all
...]
pngwrite.c
473
if (
setjmp
(jmpbuf))
475
if (
setjmp
(png_ptr->jmpbuf))
547
/* Applications that neglect to set up their own
setjmp
() and then encounter
551
if (
setjmp
(jmpbuf))
555
if (
setjmp
(png_ptr->jmpbuf))
[
all
...]
/external/webkit/JavaScriptCore/runtime/
Collector.cpp
41
#include <
setjmp
.h>
811
//
setjmp
forces volatile registers onto the stack
817
setjmp
(registers);
[
all
...]
/system/core/sh/
eval.c
864
if (
setjmp
(jmploc.loc)) {
937
if (
setjmp
(jmploc.loc)) {
990
if (!
setjmp
(jmploc.loc)) {
/external/grub/stage2/
Makefile.am
11
EXTRA_DIST =
setjmp
.S apm.S $(noinst_SCRIPTS)
/external/libpng/contrib/pngminus/
png2pnm.c
232
if (
setjmp
(png_jmpbuf(png_ptr)))
/external/netcat/
stupidh
46
getopt string strings signal
setjmp
io param stat types time timeb utime \
Completed in 192 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>