Searched refs:zmemcmp (Results 1 – 10 of 10) 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 | 223 # define zmemcmp _fmemcmp macro 227 # define zmemcmp memcmp macro 232 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 | 1454 if (zmemcmp(s->window + match,
|
/external/zlib/src/ |
D | zutil.h | 223 # define zmemcmp _fmemcmp macro 227 # define zmemcmp memcmp macro 232 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 | 1454 if (zmemcmp(s->window + match,
|
/external/u-boot/lib/zlib/ |
D | zutil.h | 93 #define zmemcmp memcmp macro
|
D | deflate.c | 1275 if (zmemcmp(s->window + match,
|