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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzutil.h252 # define zmemcmp _fmemcmp macro
256 # define zmemcmp memcmp macro
261 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c184 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1262 if (zmemcmp(s->window + match,

Completed in 216 milliseconds