Searched defs:crctab (Results 1 – 4 of 4) sorted by relevance
15 static const uint32_t crctab[] = { variable
136 __u8 crctab[256]; member
236 static void GenCrc32Tab(uint32_t GenPoly, uint32_t *crctab) in GenCrc32Tab()250 static uint32_t crc32_lut(unsigned char *data, int nbyte, uint32_t *crctab) in crc32_lut()
1351 static const unsigned int crctab[] = { in lvm2_calc_crc() local