/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A 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));
|
H A D | zutil.c | 28 int zmemcmp(s1, s2, len) in zmemcmp() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A 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));
|
H A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len)
in zmemcmp() function
|
H A D | deflate.c | 1323 if (zmemcmp(s->window + match,
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zutil.h | 230 # define zmemcmp _fmemcmp macro 234 # define zmemcmp memcmp macro 239 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
H A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
H A D | deflate.c | 1525 if (zmemcmp(s->window + match,
|
/third_party/node/deps/zlib/ |
H A D | zutil.h | 242 # define zmemcmp _fmemcmp macro 246 # define zmemcmp memcmp macro 251 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
|
H A D | zutil.c | 152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
|
H A D | deflate.c | 1624 if (zmemcmp(s->window + match, in check_match()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zutil.h | 238 # define zmemcmp _fmemcmp macro 242 # define zmemcmp memcmp macro 247 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
|
H A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
H A D | deflate.c | 1517 if (zmemcmp(s->window + match,
|
/third_party/zlib/ |
H A D | zutil.h | 206 # define zmemcmp _fmemcmp macro 210 # define zmemcmp memcmp macro 215 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
|
H A D | zutil.c | 157 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
|
H A D | deflate.c | 1579 if (zmemcmp(back, here, len) != EQUAL) { in check_match()
|