Searched defs:Crc_s (Results 1 – 1 of 1) sorted by relevance
43 typedef struct Crc_s struct48 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];53 unsigned int addsize;54 unsigned int rotate;