OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setjmp
(Results
276 - 300
of
658
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
pthread.h
252
* closing braces, and that using
setjmp
/longjmp/return/break/continue
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h
39
/* on evc3/evc4 including stdlib.h also defines
setjmp
macro */
/system/extras/ext4_utils/
ext4_utils.h
38
#include <
setjmp
.h>
/external/libpng/
example.c
128
/* Set error handling if you are using the
setjmp
/longjmp method (this is
133
if (
setjmp
(png_jmpbuf(png_ptr)))
432
if (
setjmp
(png_jmpbuf((*png_ptr))))
460
if (
setjmp
(png_jmpbuf((*png_ptr))))
600
if (
setjmp
(png_jmpbuf(png_ptr)))
/external/skia/legacy/src/images/
SkImageDecoder_libpng.cpp
200
/* Set error handling if you are using the
setjmp
/longjmp method (this is
204
if (
setjmp
(png_jmpbuf(png_ptr))) {
262
if (
setjmp
(png_jmpbuf(png_ptr))) {
623
if (
setjmp
(png_jmpbuf(png_ptr))) {
[
all
...]
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so
/development/tools/etc1tool/
etc1tool.cpp
183
if (
setjmp
(png_jmpbuf(png_ptr))) {
419
if (
setjmp
(png_jmpbuf(png_ptr))) {
/external/clang/test/Sema/
uninit-variables.c
471
extern int
setjmp
(jmp_buf env); // implicitly returns_twice
480
if (
setjmp
(env) == 0) {
/external/libpng/contrib/pngminus/
pnm2png.c
393
/*
setjmp
() must be called in every function that calls a PNG-reading libpng function */
394
if (
setjmp
(png_jmpbuf(png_ptr)))
/external/opencv/otherlibs/highgui/
grfmt_bmp.cpp
99
if(
setjmp
( m_strm.JmpBuf()) == 0 )
219
if(
setjmp
( m_strm.JmpBuf()) == 0 )
grfmt_jpeg.cpp
81
#include <
setjmp
.h>
113
/* Return control to the
setjmp
point */
170
if(
setjmp
( jerr->setjmp_buffer ) == 0 )
340
if(
setjmp
( jerr->setjmp_buffer ) == 0 )
445
if(
setjmp
( jerr.setjmp_buffer ) == 0 )
534
if(
setjmp
( m_low_strm.JmpBuf()) == 0 )
823
if(
setjmp
( m_strm.JmpBuf()) == 0 )
1018
if(
setjmp
( m_strm.JmpBuf()) == 0 )
[
all
...]
grfmt_tiff.cpp
377
if(
setjmp
( m_strm.JmpBuf()) == 0 )
581
if(
setjmp
( m_strm.JmpBuf()) == 0 )
/external/openssl/crypto/des/
read_pwd.c
92
#include <
setjmp
.h>
282
if (
setjmp
(save))
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c
33
#include <
setjmp
.h>
372
if (
setjmp
(jmpbuf) == 0 ) {
/external/valgrind/main/coregrind/
pub_core_threadstate.h
161
// (
setjmp
in PRE(workq_ops), longjmp in wqthread_hijack)
163
// never used, and there is no such
setjmp
or longjmp pair.
/external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp
133
// We need to do the
setjmp
here. Otherwise bad things will happen.
134
if (
setjmp
(JMPBUF(m_png)))
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/lib/
libc.so
Completed in 656 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>