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

/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-crc.c41 typedef uint32_t Crcnum_t; typedef
48 Crcnum_t init;
49 Crcnum_t done;
50 Crcnum_t xorsize;
51 const Crcnum_t *tab; /* use |const| to give the compiler a hint that the data won't change */
52 Crcnum_t tabdata[256];
61 Crcnum_t posix_cksum_tab[256] = {
125 Crcnum_t polynomial;
126 Crcnum_t x;
174 Crcnum_t
[all...]

Completed in 92 milliseconds