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

  /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));
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.c 146 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
zutil.h 222 # define zmemcpy _fmemcpy macro
226 # define zmemcpy memcpy macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /external/python/cpython3/Modules/zlib/
zutil.c 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
zutil.h 222 # define zmemcpy _fmemcpy macro
226 # define zmemcpy memcpy macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /external/zlib/src/
zutil.c 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
zutil.h 222 # define zmemcpy _fmemcpy macro
226 # define zmemcpy memcpy macro
231 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 207 # define zmemcpy _fmemcpy macro
211 # define zmemcpy memcpy macro
216 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zutil.c 149 void zmemcpy(dest, source, len) function
zutil.h 234 # define zmemcpy _fmemcpy macro
238 # define zmemcpy memcpy macro
243 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /external/python/cpython2/Modules/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/syslinux/com32/lib/zlib/
zutil.c 149 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
zutil.h 230 # define zmemcpy _fmemcpy macro
234 # define zmemcpy memcpy macro
239 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /toolchain/binutils/binutils-2.27/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));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
zutil.h 234 # define zmemcpy _fmemcpy macro
238 # define zmemcpy memcpy macro
243 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));

Completed in 178 milliseconds