Searched refs:TBLS (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dopensolaris_crc32.c67 # define TBLS 8 macro
69 # define TBLS 1 macro
80 local unsigned long FAR crc_table[TBLS][256];
171 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
H A Dcrc32.h7 local const unsigned long FAR crc_table[TBLS][256] =
/freebsd-10.0-release/lib/libz/
H A Dcrc32.c44 # define TBLS 8 macro
46 # define TBLS 1 macro
59 local z_crc_t FAR crc_table[TBLS][256];
150 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
H A Dcrc32.h5 local const z_crc_t FAR crc_table[TBLS][256] =

Completed in 69 milliseconds