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

/external/qemu/distrib/zlib-1.2.3/
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));
H A Dzutil.c160 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1238 if (zmemcmp(s->window + match,
/external/zlib/
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));
H A Dzutil.c160 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1238 if (zmemcmp(s->window + match,

Completed in 693 milliseconds