Home
last modified time | relevance | path

Searched refs:next_ptr (Results 1 – 7 of 7) sorted by relevance

/external/zlib/
Dzutil.c201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
231 table[next_ptr].org_ptr = buf; in zcalloc()
236 table[next_ptr++].new_ptr = buf; in zcalloc()
248 for (n = 0; n < next_ptr; n++) { in zcfree()
252 while (++n < next_ptr) { in zcfree()
255 next_ptr--; in zcfree()
/external/qemu/distrib/zlib-1.2.3/
Dzutil.c201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
231 table[next_ptr].org_ptr = buf; in zcalloc()
236 table[next_ptr++].new_ptr = buf; in zcalloc()
248 for (n = 0; n < next_ptr; n++) { in zcfree()
252 while (++n < next_ptr) { in zcfree()
255 next_ptr--; in zcfree()
/external/webkit/WebCore/platform/image-decoders/zlib/
Dzutil.c201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
231 table[next_ptr].org_ptr = buf; in zcalloc()
236 table[next_ptr++].new_ptr = buf; in zcalloc()
248 for (n = 0; n < next_ptr; n++) { in zcfree()
252 while (++n < next_ptr) { in zcfree()
255 next_ptr--; in zcfree()
/external/opencore/baselibs/media_data_structures/src/
Daccess_unit.cpp137 void AccessUnit::AppendNext(AccessUnit *next_ptr) in AppendNext() argument
139 rep->AppendNext(next_ptr); in AppendNext()
Daccess_unit.h88 void AppendNext(AccessUnit *next_ptr);
/external/clearsilver/java-jni/
DHDF.java339 long next_ptr = _objNext(hdfptr);
340 if ( next_ptr == 0 ) {
343 return new HDF(next_ptr, this);
/external/opencore/oscl/oscl/osclutil/src/
Doscl_media_data.h180 void AppendNext(ChainClass* next_ptr) in AppendNext() argument
182 next = next_ptr; in AppendNext()