HomeSort by relevance Sort by last modified time
    Searched defs:zmemcpy (Results 1 - 10 of 10) sorted by null

  /external/pdfium/third_party/zlib_v128/
zutil.c 153 void ZLIB_INTERNAL zmemcpy( function
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/freetype/src/gzip/
zutil.c 17 void zmemcpy(dest, source, len) function
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/
zutil.c 17 void zmemcpy(dest, source, len) function
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/opencv3/3rdparty/zlib/
zutil.c 152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
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/
zutil.c 152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
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 209 milliseconds