Searched refs:zmemcmp (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/zlib-1.2.3/ |
D | zutil.h | 227 # define zmemcmp _fmemcmp macro 231 # define zmemcmp memcmp macro 236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
D | zutil.c | 160 int zmemcmp(s1, s2, len) in zmemcmp() function
|
D | deflate.c | 1238 if (zmemcmp(s->window + match,
|
/external/zlib/src/ |
D | zutil.h | 204 # define zmemcmp _fmemcmp macro 208 # define zmemcmp memcmp macro 213 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 | 1360 if (zmemcmp(s->window + match,
|
/external/zlib/ |
D | zutil.h | 204 # define zmemcmp _fmemcmp macro 208 # define zmemcmp memcmp macro 213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|