Searched refs:zmemcpy (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dzmod_subr.c70 zmemcpy(void *dest, const void *source, uint_t len) function
H A Dzutil.h231 # define zmemcpy _fmemcpy macro
235 # define zmemcpy memcpy macro
240 extern void zmemcpy OF((void* dest, const void* source, uInt len));
H A Dinflate.c357 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
364 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
367 zmemcpy(state->window, strm->next_out - copy, copy);
699 zmemcpy(state->head->extra + len, next,
844 zmemcpy(put, next, copy);
1224 zmemcpy(state->window, dictionary + dictLength - state->wsize,
1229 zmemcpy(state->window + state->wsize - dictLength, dictionary,
1380 zmemcpy(dest, source, sizeof(z_stream));
1381 zmemcpy(copy, state, sizeof(struct inflate_state));
1390 zmemcpy(windo
[all...]
H A Dzutil.c155 void zmemcpy(dest, source, len) function
H A Ddeflate.c345 (void) zmemcpy(s->window, dictionary, length);
546 zmemcpy(strm->next_out, strm->state->pending_out, len);
918 zmemcpy(dest, source, sizeof(z_stream));
923 zmemcpy(ds, ss, sizeof(deflate_state));
937 /* following zmemcpy do not work for 16-bit MSDOS */
938 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
939 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
940 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
941 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
982 zmemcpy(bu
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dzutil.h235 # define zmemcpy _fmemcpy macro
239 # define zmemcpy memcpy macro
244 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
H A Dinflate.c352 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
359 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
362 zmemcpy(state->window, strm->next_out - copy, copy);
698 zmemcpy(state->head->extra + len, next,
836 zmemcpy(put, next, copy);
1207 zmemcpy(state->window, dictionary + dictLength - state->wsize,
1212 zmemcpy(state->window + state->wsize - dictLength, dictionary,
1363 zmemcpy(dest, source, sizeof(z_stream));
1364 zmemcpy(copy, state, sizeof(struct inflate_state));
1373 zmemcpy(windo
[all...]
H A Dzutil.c151 void zmemcpy(dest, source, len) function
H A Ddeflate.c341 zmemcpy(s->window, dictionary, length);
542 zmemcpy(strm->next_out, strm->state->pending_out, len);
914 zmemcpy(dest, source, sizeof(z_stream));
919 zmemcpy(ds, ss, sizeof(deflate_state));
933 /* following zmemcpy do not work for 16-bit MSDOS */
934 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
935 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
936 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
937 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
978 zmemcpy(bu
[all...]
H A Dinfback.c340 zmemcpy(put, next, copy);
H A Dgzio.c439 zmemcpy(s->stream.next_out, s->stream.next_in, n);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dzutil.h226 # define zmemcpy _fmemcpy macro
230 # define zmemcpy memcpy macro
235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
H A Dinflate.c350 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);
1197 zmemcpy(state->window, dictionary + dictLength - state->wsize,
1202 zmemcpy(state->window + state->wsize - dictLength, dictionary,
1353 zmemcpy(dest, source, sizeof(z_stream));
1354 zmemcpy(copy, state, sizeof(struct inflate_state));
1363 zmemcpy(windo
[all...]
H A Dzutil.c149 void zmemcpy(dest, source, len) function
H A Ddeflate.c339 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));
931 /* following zmemcpy do not work for 16-bit MSDOS */
932 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
933 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
934 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
935 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size);
976 zmemcpy(bu
[all...]
H A Dinfback.c338 zmemcpy(put, next, copy);
H A Dgzio.c432 zmemcpy(s->stream.next_out, s->stream.next_in, n);
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c93 void zmemcpy(unsigned char *, unsigned char *, unsigned int);
113 zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len) function
299 zmemcpy(s->stream.next_out,
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c107 void zmemcpy(unsigned char *, unsigned char *, unsigned int);
241 zmemcpy(unsigned char *dst, unsigned char *src, unsigned int len) function
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dcread.c87 void zmemcpy(unsigned char *, unsigned char *, unsigned int);
138 zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len) function
342 zmemcpy(s->stream.next_out,
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.c237 # define zmemcpy _fmemcpy macro
241 # define zmemcpy memcpy macro
246 extern void zmemcpy(Bytef* dest, const Bytef* source, uInt len);
922 zmemcpy(s->window, dictionary, length);
1033 zmemcpy(strm->next_out, s->pending_out, len);
1249 /* following zmemcpy do not work for 16-bit MSDOS */
1250 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
1251 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
1252 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1253 zmemcpy(d
5643 void zmemcpy(dest, source, len) function
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/infback9/
H A Dinfback9.c337 zmemcpy(put, next, copy);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/infback9/
H A Dinfback9.c335 zmemcpy(put, next, copy);

Completed in 145 milliseconds