Searched defs:zmemcpy (Results 1 - 3 of 3) sorted by relevance
| /ast/src/lib/libz/ |
| H A D | zutil.c | 149 void zmemcpy(dest, source, len) function
|
| H A D | zutil.h | 226 # define zmemcpy _fmemcpy macro 230 # define zmemcpy memcpy macro 235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
|
| /ast/src/cmd/INIT/ |
| H A D | ratz.c | 766 # define zmemcpy _fmemcpy macro 770 # define zmemcpy memcpy macro 775 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 819 void zmemcpy(dest, source, len) function 2569 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); 2576 zmemcpy(state->window + state->write, strm->next_out - copy, dist); 2579 zmemcpy(state->window, strm->next_out - copy, copy); 2907 zmemcpy(state->head->extra + len, next, 3045 zmemcpy(put, next, copy); 3416 zmemcpy(stat [all...] |
Completed in 24 milliseconds