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

  /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/src/
zutil.c 152 void ZLIB_INTERNAL zmemcpy(dest, source, len) function
zutil.h 203 # define zmemcpy _fmemcpy macro
207 # define zmemcpy memcpy macro
212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));

Completed in 190 milliseconds