/external/freetype/src/gzip/ |
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));
|
zutil.c | 28 int zmemcmp(s1, s2, len) function
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
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));
|
zutil.c | 28 int zmemcmp(s1, s2, len) function
|
/external/opencv3/3rdparty/zlib/ |
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));
|
zutil.c | 163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
|
deflate.c | [all...] |
/external/pdfium/third_party/zlib_v128/ |
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));
|
zutil.c | 164 int ZLIB_INTERNAL zmemcmp( function
|
deflate.c | [all...] |
/external/zlib/src/ |
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));
|
zutil.c | 163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
|
deflate.c | [all...] |