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

/external/chromium_org/third_party/zlib/
H A Dzutil.c149 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
H A Dzutil.h245 # define zmemcpy _fmemcpy macro
249 # define zmemcpy memcpy macro
254 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/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.h204 # define zmemcpy _fmemcpy macro
208 # define zmemcpy memcpy macro
213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/external/zlib/
H A Dzutil.h204 # define zmemcpy _fmemcpy macro
208 # define zmemcpy memcpy macro
213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));

Completed in 133 milliseconds