Searched defs:zmemcpy (Results 1 - 11 of 11) sorted by relevance
/external/freetype/src/gzip/ |
H A D | zutil.c | 17 void zmemcpy(dest, source, len) function
|
H A D | zutil.h | 170 # define zmemcpy _fmemcpy macro 174 # define zmemcpy ft_memcpy macro 179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
H A D | zutil.c | 17 void zmemcpy(dest, source, len) function
|
H A D | zutil.h | 170 # define zmemcpy _fmemcpy macro 174 # define zmemcpy ft_memcpy macro 179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
|
/external/pdfium/third_party/zlib_v128/ |
H A D | zutil.c | 153 void ZLIB_INTERNAL zmemcpy( function
|
H A D | zutil.h | 206 # define zmemcpy _fmemcpy macro 210 # define zmemcpy FXSYS_memcpy macro 215 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
|
/external/opencv3/3rdparty/zlib/ |
H A D | zutil.c | 152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
|
H A D | 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));
|
/external/zlib/src/ |
H A D | zutil.c | 152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
|
H A D | 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));
|
/external/zlib/ |
H A D | 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));
|
Completed in 495 milliseconds