Lines Matching defs:OF
3 /* zconf.h -- configuration of the zlib compression library
5 * For conditions of distribution and use, see copyright notice in zlib.h
294 Of course this will generally degrade compression (there's no free lunch).
303 #ifndef OF /* function prototypes */
305 # define OF(args) args
307 # define OF(args) ()
458 * because of endianness).
460 * To avoid changing the ABI of already-compiled libz.so.1, we disable
462 * irrespective of HAVE_UNISTD_H and HAVE_STDARG_H so callers don't
545 # define SEEK_SET 0 /* Seek from beginning of file. */