Home | History | Annotate | Download | only in pending

Lines Matching refs:xz_crc32_table

174 static uint32_t xz_crc32_table[256];
181 crc = xz_crc32_table[*buf++ ^ (crc & 0xFF)] ^ (crc >> 8);
203 crc_init(xz_crc32_table, 1);