OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/
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 2574 milliseconds