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

/external/freetype/src/gzip/
H A Dzutil.h171 # define zmemcmp _fmemcmp macro
175 # define zmemcmp ft_memcmp macro
180 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c28 int zmemcmp(s1, s2, len) function
/external/pdfium/third_party/zlib_v128/
H A Dzutil.h207 # define zmemcmp _fmemcmp macro
211 # define zmemcmp FXSYS_memcmp macro
216 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c164 int ZLIB_INTERNAL zmemcmp( function
H A Ddeflate.c1361 if (zmemcmp(s->window + match,
/external/python/cpython2/Modules/zlib/
H A Dzutil.h205 # define zmemcmp _fmemcmp macro
209 # define zmemcmp memcmp macro
214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Ddeflate.c1362 if (zmemcmp(s->window + match,
/external/syslinux/com32/lib/zlib/
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));
H A Dzutil.c160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Ddeflate.c1277 if (zmemcmp(s->window + match,
/external/zlib/src/
H A Dzutil.h205 # define zmemcmp _fmemcmp macro
209 # define zmemcmp memcmp macro
214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Ddeflate.c1362 if (zmemcmp(s->window + match,

Completed in 456 milliseconds