HomeSort by relevance Sort by last modified time
    Searched defs:zmemcmp (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/zlib/
zutil.c 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
zutil.h 246 # define zmemcmp _fmemcmp macro
250 # define zmemcmp memcmp macro
255 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 160 int zmemcmp(s1, s2, len) function
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));
  /external/zlib/src/
zutil.c 163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
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));

Completed in 2280 milliseconds