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

  /external/qemu/distrib/zlib-1.2.3/
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));
zutil.c 160 int zmemcmp(s1, s2, len) function
deflate.c     [all...]
  /external/zlib/
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));
zutil.c 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
deflate.c     [all...]

Completed in 124 milliseconds