HomeSort by: relevance | last modified time | path
    Searched defs:zmemcpy (Results 1 - 18 of 18) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/zmod/
zmod_subr.c 69 zmemcpy(void *dest, const void *source, uint_t len) function
zutil.c 155 void zmemcpy(dest, source, len) function
zutil.h 233 # define zmemcpy _fmemcpy macro
237 # define zmemcpy memcpy macro
242 extern void zmemcpy OF((void* dest, const void* source, uInt len));
  /src/common/dist/zlib/
zutil.c 147 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { function
zutil.h 219 # define zmemcpy _fmemcpy macro
223 # define zmemcpy memcpy macro
228 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
  /src/external/gpl3/binutils/dist/zlib/
zutil.c 145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { function
zutil.h 205 # define zmemcpy _fmemcpy macro
209 # define zmemcpy memcpy macro
214 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
  /src/external/gpl3/binutils.old/dist/zlib/
zutil.c 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
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));
  /src/external/gpl3/gdb.old/dist/zlib/
zutil.c 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
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));
  /src/external/gpl3/gdb/dist/zlib/
zutil.c 145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { function
zutil.h 205 # define zmemcpy _fmemcpy macro
209 # define zmemcpy memcpy macro
214 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len);
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 107 void zmemcpy(unsigned char *, unsigned char *, unsigned int);
250 zmemcpy(unsigned char *dst, unsigned char *src, unsigned int len) function
  /src/sys/lib/libsa/
cread.c 87 void zmemcpy(unsigned char *, unsigned char *, unsigned int);
142 zmemcpy(unsigned char *dest, unsigned char *source, unsigned int len) function
346 zmemcpy(s->stream.next_out,
  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 93 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,
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 174 #define zmemcpy memcpy macro
506 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
513 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
516 zmemcpy(state->window, strm->next_out - copy, copy);
1573 zmemcpy(state->head->extra + len, next,
1711 zmemcpy(put, next, copy);
2080 zmemcpy(state->window, dictionary + dictLength - state->wsize,
2085 zmemcpy(state->window + state->wsize - dictLength, dictionary,
2232 zmemcpy(dest, source, sizeof(z_stream));
2233 zmemcpy(copy, state, sizeof(struct inflate_state))
    [all...]
  /src/sys/net/
zlib.c 237 # 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(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size)
5660 void zmemcpy(dest, source, len) function
    [all...]

Completed in 24 milliseconds