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

/external/freetype/src/gzip/
H A Dzutil.c17 void zmemcpy(dest, source, len) function
H A Dzutil.h170 # define zmemcpy _fmemcpy macro
174 # define zmemcpy ft_memcpy macro
179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_zutil.c153 void ZLIB_INTERNAL zmemcpy( function
H A Dzutil.h206 # define zmemcpy _fmemcpy macro
210 # define zmemcpy FXSYS_memcpy32 macro
215 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/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.8/
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/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 1505 milliseconds