Searched refs:crc32_combine (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h1601 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1605 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1697 # define crc32_combine crc32_combine64 macro
1713 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1719 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
H A Dzconf.h37 # define crc32_combine z_crc32_combine macro
H A Dcrc32.c411 uLong ZEXPORT crc32_combine(crc1, crc2, len2) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib.h1618 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1622 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
1714 # define crc32_combine crc32_combine64 macro
1730 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1736 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
H A Dcrc32.c411 uLong ZEXPORT crc32_combine(crc1, crc2, len2) function
H A Dzconf.h38 # define crc32_combine z_crc32_combine macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function
194 function crc32_combine; external; function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dcrc32.c370 uLong ZEXPORT crc32_combine(crc1, crc2, len2) function
H A Dzlib.h1301 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1306 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dcrc32.c370 uLong ZEXPORT crc32_combine(crc1, crc2, len2) function
H A Dzlib.h1301 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1306 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dcrc32.c370 uLong ZEXPORT crc32_combine(crc1, crc2, len2) function
H A Dzlib.h1301 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1306 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function
194 function crc32_combine; external; function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzjoin.c52 inflate() and the crc32_combine() function. gzjoin will not compile with
61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
411 *crc = crc32_combine(*crc, bget4(in), len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c51 inflate() and the crc32_combine() function. gzjoin will not compile with
60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
410 *crc = crc32_combine(*crc, bget4(in), len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzjoin.c51 inflate() and the crc32_combine() function. gzjoin will not compile with
60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
410 *crc = crc32_combine(*crc, bget4(in), len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzjoin.c51 inflate() and the crc32_combine() function. gzjoin will not compile with
60 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
410 *crc = crc32_combine(*crc, bget4(in), len);

Completed in 335 milliseconds