/external/chromium_org/third_party/zlib/ |
zutil.h | 245 # define zmemcpy _fmemcpy macro 249 # define zmemcpy memcpy macro 254 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 | 339 zmemcpy(s->window, dictionary, length); 576 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);
|
/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/src/ |
zutil.h | 204 # define zmemcpy _fmemcpy macro 208 # define zmemcpy memcpy macro 213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
|
inflate.c | 406 zmemcpy(state->window, end - state->wsize, state->wsize); 413 zmemcpy(state->window + state->wnext, end - copy, dist); 416 zmemcpy(state->window, end - copy, copy); 741 zmemcpy(state->head->extra + len, next, 886 zmemcpy(put, next, copy); [all...] |
deflate.c | 653 zmemcpy(strm->next_out, s->pending_out, len); [all...] |
zutil.c | 152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
|
infback.c | 347 zmemcpy(put, next, copy);
|
/external/zlib/src/contrib/infback9/ |
infback9.c | 333 zmemcpy(put, next, copy);
|