OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setjmp
(Results
276 - 300
of
436
) sorted by null
<<
11
12
13
14
15
16
17
18
/prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c
48
#include <
setjmp
.h>
1147
else if (!(eret =
setjmp
(state.gotcha)))
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c
9
#include <
setjmp
.h>
1015
if (
setjmp
(jbuf)) {
/external/libchrome/base/process/
launch_posix.cc
11
#include <
setjmp
.h>
703
// that is saved when
setjmp
is called below. This is needed because when
720
// specifying a new stack, so we use
setjmp
/longjmp to emulate
767
if (
setjmp
(env) == 0) {
/external/libpng/
pngerror.c
687
if (!
setjmp
(free_jmp_buf))
692
png_free(png_ptr, jb); /* Return to
setjmp
on error */
881
* possible to implement without
setjmp
support just so long as there is some
945
result =
setjmp
(safe_jmpbuf) == 0;
/external/opencv/otherlibs/highgui/
grfmt_tiff.cpp
377
if(
setjmp
( m_strm.JmpBuf()) == 0 )
581
if(
setjmp
( m_strm.JmpBuf()) == 0 )
/external/pdfium/testing/image_diff/
image_diff_png.cpp
191
// end up back at the
setjmp
call when we set up decoding. "Unreasonably big"
371
if (
setjmp
(png_jmpbuf(png_ptr))) {
496
// libpng uses a wacky
setjmp
-based API, which makes the compiler nervous.
497
// We constrain all of the calls we make to libpng where the
setjmp
() is in
518
// of
setjmp
() in C++ code makes gcc complain.
520
if (
setjmp
(png_jmpbuf(png_ptr))) {
/external/pdfium/third_party/libpng16/
pngerror.c
687
if (!
setjmp
(free_jmp_buf))
692
png_free(png_ptr, jb); /* Return to
setjmp
on error */
881
* possible to implement without
setjmp
support just so long as there is some
945
result =
setjmp
(safe_jmpbuf) == 0;
/external/python/cpython2/Modules/
readline.c
9
#include <
setjmp
.h>
1102
if (
setjmp
(jbuf)) {
[
all
...]
/external/syslinux/com32/include/
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
...]
/external/syslinux/com32/lib/syslinux/
movebits.c
46
#include <
setjmp
.h>
404
if (
setjmp
(new_movelist_bail)) {
/external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem_unittest.cc
18
#include <
setjmp
.h>
411
if (
setjmp
(jpeg_jmpbuf)) return false;
/frameworks/base/tools/aapt2/compile/
PngCrunch.cpp
77
// Causes libpng to longjmp to the spot where
setjmp
was set. This is how libpng does
190
//
setjmp
will only return true if it was jumped to, aka there was
192
if (
setjmp
(png_jmpbuf(read_ptr))) {
505
//
setjmp
will return true only if it was jumped to, aka, there was an error.
506
if (
setjmp
(png_jmpbuf(write_ptr))) {
/prebuilts/build-tools/common/bison/
glr.c
287
# include <
setjmp
.h>
289
# define YYSETJMP(Env)
setjmp
(Env)
[
all
...]
/toolchain/binutils/binutils-2.27/gas/
cgen.c
21
#include <
setjmp
.h>
335
/* These are volatile to survive the
setjmp
. */
367
if (
setjmp
(expr_jmp_buf) != 0)
/art/runtime/
fault_handler.cc
19
#include <
setjmp
.h>
/external/libpng/contrib/libtests/
timepng.c
156
if (
setjmp
(png_jmpbuf(png_ptr)))
/external/libpng/contrib/pngminus/
png2pnm.c
251
if (
setjmp
(png_jmpbuf(png_ptr)))
/external/libunwind/tests/
test-coredump-unwind.c
35
#include <
setjmp
.h>
/external/linux-kselftest/tools/testing/selftests/x86/
test_vsyscall.c
20
#include <
setjmp
.h>
/external/syslinux/com32/elflink/ldlinux/
cli.c
8
#include <
setjmp
.h>
/external/syslinux/com32/lib/libpng/
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
...]
/external/tpm2/
Global.h
16
#include <
setjmp
.h>
[
all
...]
/frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp
46
if (
setjmp
(err.jmp)) {
Completed in 2659 milliseconds
<<
11
12
13
14
15
16
17
18