Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
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));
Dzutil.c28 int zmemcmp(s1, s2, len) in zmemcmp() function
/external/python/cpython2/Modules/zlib/
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));
Dzutil.c163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
Ddeflate.c1362 if (zmemcmp(s->window + match,
/external/syslinux/com32/lib/zlib/
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));
Dzutil.c160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
Ddeflate.c1277 if (zmemcmp(s->window + match,
/external/pdfium/third_party/zlib_v128/
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));
Dzutil.c164 int ZLIB_INTERNAL zmemcmp( in zmemcmp() function
Ddeflate.c1361 if (zmemcmp(s->window + match, in check_match()
/external/zlib/src/
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));
Dzutil.c163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
Ddeflate.c1362 if (zmemcmp(s->window + match,