Searched defs:zmemcmp (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/zlib/
H A Dzutil.c162 int zmemcmp(s1, s2, len) function
H A Dzutil.h227 # define zmemcmp _fmemcmp macro
231 # define zmemcmp memcmp macro
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
/external/qemu/distrib/zlib-1.2.3/
H A Dzutil.c160 int zmemcmp(s1, s2, len) function
H A Dzutil.h227 # define zmemcmp _fmemcmp macro
231 # define zmemcmp memcmp macro
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
/external/zlib/
H A Dzutil.c160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Dzutil.h231 # 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 64 milliseconds