Home
last modified time | relevance | path

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

/xnu-11215/libkern/zlib/
H A Dzutil.h269 # define zmemcmp _fmemcmp macro
273 # define zmemcmp memcmp macro
278 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c186 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
H A Ddeflate.c1263 if (zmemcmp(s->window + match, in check_match()