HomeSort by relevance Sort by last modified time
    Searched defs:next_ptr (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
zutil.c 201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
231 table[next_ptr].org_ptr = buf;
236 table[next_ptr++].new_ptr = buf;
248 for (n = 0; n < next_ptr; n++) {
252 while (++n < next_ptr) {
255 next_ptr--;
  /external/zlib/
zutil.c 201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
231 table[next_ptr].org_ptr = buf;
236 table[next_ptr++].new_ptr = buf;
248 for (n = 0; n < next_ptr; n++) {
252 while (++n < next_ptr) {
255 next_ptr--;

Completed in 219 milliseconds