HomeSort by relevance Sort by last modified time
    Searched full:pending_out (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/zlib/
deflate.h 99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 373 s->pending_out = s->pending_buf;
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
542 strm->state->pending_out += len;
547 strm->state->pending_out = strm->state->pending_buf;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 373 s->pending_out = s->pending_buf;
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
542 strm->state->pending_out += len;
547 strm->state->pending_out = strm->state->pending_buf;
    [all...]
  /external/zlib/
deflate.h 99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
deflate.c 369 s->pending_out = s->pending_buf;
570 zmemcpy(strm->next_out, strm->state->pending_out, len);
572 strm->state->pending_out += len;
577 strm->state->pending_out = strm->state->pending_buf;
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libz.so 

Completed in 299 milliseconds