Searched defs:zmemcpy (Results 1 - 5 of 5) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Dzutil.c149 void zmemcpy(dest, source, len) function
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));
/external/zlib/src/
H A Dzutil.c152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
H A Dzutil.h203 # define zmemcpy _fmemcpy macro
207 # define zmemcpy memcpy macro
212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/external/zlib/
H A Dzutil.h203 # define zmemcpy _fmemcpy macro
207 # define zmemcpy memcpy macro
212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));

Completed in 141 milliseconds