Searched defs:zmemcmp (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dzutil.c140 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Dzutil.h204 # define zmemcmp _fmemcmp macro
208 # define zmemcmp memcmp macro
213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/zlib/
H A Dzutil.h227 # define zmemcmp _fmemcmp macro
231 # define zmemcmp memcmp macro
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
H A Dzutil.h237 # define zmemcmp _fmemcmp macro
241 # define zmemcmp memcmp macro
246 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));

Completed in 43 milliseconds