Searched refs:make_crc_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c81 local void make_crc_table OF((void));
111 local void make_crc_table() function
202 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
214 make_crc_table();
233 make_crc_table();
/freebsd-9.3-release/lib/libz/
H A Dcrc32.c60 local void make_crc_table OF((void));
90 local void make_crc_table() function
182 * Tables of CRC-32s of all single-byte values, made by make_crc_table().
194 make_crc_table();
213 make_crc_table();

Completed in 61 milliseconds