HomeSort by relevance Sort by last modified time
    Searched refs:zmemcpy (Results 1 - 13 of 13) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
zutil.h 226 # define zmemcpy _fmemcpy macro
230 # define zmemcpy memcpy macro
235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
inflate.c 350 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
357 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
360 zmemcpy(state->window, strm->next_out - copy, copy);
688 zmemcpy(state->head->extra + len, next,
826 zmemcpy(put, next, copy);
    [all...]
zutil.c 149 void zmemcpy(dest, source, len) function
deflate.c 339 zmemcpy(s->window, dictionary, length);
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
912 zmemcpy(dest, source, sizeof(z_stream));
917 zmemcpy(ds, ss, sizeof(deflate_state));
    [all...]
infback.c 338 zmemcpy(put, next, copy);
gzio.c 432 zmemcpy(s->stream.next_out, s->stream.next_in, n);
  /external/zlib/
zutil.h 230 # define zmemcpy _fmemcpy macro
234 # define zmemcpy memcpy macro
239 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
inflate.c 385 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
392 zmemcpy(state->window + state->wnext, strm->next_out - copy, dist);
395 zmemcpy(state->window, strm->next_out - copy, copy);
725 zmemcpy(state->head->extra + len, next,
870 zmemcpy(put, next, copy);
    [all...]
deflate.c 335 zmemcpy(s->window, dictionary, length);
570 zmemcpy(strm->next_out, strm->state->pending_out, len);
    [all...]
zutil.c 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
infback.c 338 zmemcpy(put, next, copy);
gzio.c 432 zmemcpy(s->stream.next_out, s->stream.next_in, n);
  /external/zlib/contrib/infback9/
infback9.c 335 zmemcpy(put, next, copy);

Completed in 123 milliseconds