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

  /external/chromium/third_party/zlib/
zutil.c 151 void zmemcpy(dest, source, len) function
zutil.h 226 # define zmemcpy _fmemcpy macro
230 # define zmemcpy memcpy macro
235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 149 void zmemcpy(dest, source, len) function
zutil.h 226 # define zmemcpy _fmemcpy macro
230 # define zmemcpy memcpy macro
235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
  /external/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));

Completed in 63 milliseconds