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/rust/crates/libz-sys/src/zlib/
Dzutil.h223 # define zmemcmp _fmemcmp macro
227 # define zmemcmp memcmp macro
232 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.c1454 if (zmemcmp(s->window + match,
/external/libwebsockets/win32port/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.c1289 if (zmemcmp(s->window + match,
/external/python/cpython2/Modules/zlib/
Dzutil.h223 # define zmemcmp _fmemcmp macro
227 # define zmemcmp memcmp macro
232 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.c1454 if (zmemcmp(s->window + match,
/external/zlib/
Dzutil.h238 # define zmemcmp _fmemcmp macro
242 # define zmemcmp memcmp macro
247 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.c1517 if (zmemcmp(s->window + match,