Searched refs:zmemcmp (Results 1 – 14 of 14) sorted by relevance
/external/freetype/src/gzip/ |
D | zutil.h | 171 # define zmemcmp _fmemcmp macro 175 # define zmemcmp ft_memcmp macro 180 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
D | zutil.c | 28 int zmemcmp(s1, s2, len) in zmemcmp() function
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.h | 205 # define zmemcmp _fmemcmp macro 209 # define zmemcmp memcmp macro 214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
D | zutil.c | 163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
D | deflate.c | 1362 if (zmemcmp(s->window + match,
|
/external/syslinux/com32/lib/zlib/ |
D | zutil.h | 231 # define zmemcmp _fmemcmp macro 235 # define zmemcmp memcmp macro 240 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
D | deflate.c | 1277 if (zmemcmp(s->window + match,
|
/external/pdfium/third_party/zlib_v128/ |
D | zutil.h | 207 # define zmemcmp _fmemcmp macro 211 # define zmemcmp FXSYS_memcmp macro 216 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
D | zutil.c | 164 int ZLIB_INTERNAL zmemcmp( in zmemcmp() function
|
D | deflate.c | 1361 if (zmemcmp(s->window + match, in check_match()
|
/external/zlib/src/ |
D | zutil.h | 205 # define zmemcmp _fmemcmp macro 209 # define zmemcmp memcmp macro 214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
D | zutil.c | 163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
D | deflate.c | 1362 if (zmemcmp(s->window + match,
|