OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zmemcmp
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/zlib-1.2.3/
zutil.c
160
int
zmemcmp
(s1, s2, len)
function
zutil.h
227
# define
zmemcmp
_fmemcmp
macro
231
# define
zmemcmp
memcmp
macro
236
extern int
zmemcmp
OF((const Bytef* s1, const Bytef* s2, uInt len));
/external/zlib/
zutil.c
160
int ZLIB_INTERNAL
zmemcmp
(s1, s2, len)
function
zutil.h
231
# define
zmemcmp
_fmemcmp
macro
235
# define
zmemcmp
memcmp
macro
240
int ZLIB_INTERNAL
zmemcmp
OF((const Bytef* s1, const Bytef* s2, uInt len));
Completed in 58 milliseconds