Home
last modified time | relevance | path

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

/external/zlib/
Dzutil.c182 local int next_ptr = 0; variable
211 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
212 table[next_ptr].org_ptr = buf; in zcalloc()
217 table[next_ptr++].new_ptr = buf; in zcalloc()
229 for (n = 0; n < next_ptr; n++) { in zcfree()
233 while (++n < next_ptr) { in zcfree()
236 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/jsilver/src/org/clearsilver/jni/
DJniHdf.java376 long next_ptr = _objNext(hdfptr);
377 if ( next_ptr == 0 ) {
380 return newHdf(next_ptr, this);