Home | History | Annotate | Download | only in pending

Lines Matching refs:xz_crc64_table

188 static uint64_t xz_crc64_table[256];
215 xz_crc64_table[i] = r;
2586 s->crc = xz_crc64_table[*buf++ ^ (s->crc & 0xFF)] ^ (s->crc >> 8);