Searched refs:crc (Results 1 – 2 of 2) sorted by relevance
244 unsigned long crc; in deflate_file_to_buffer_gzip() local297 crc = generate_crc32c(start, st_size); in deflate_file_to_buffer_gzip()301 c[0] = (crc >> 0) & 0xff; in deflate_file_to_buffer_gzip()302 c[1] = (crc >> 8) & 0xff; in deflate_file_to_buffer_gzip()303 c[2] = (crc >> 16) & 0xff; in deflate_file_to_buffer_gzip()304 c[3] = (crc >> 24) & 0xff; in deflate_file_to_buffer_gzip()
685 * fixed crc errors in mod_compress on 64bit platforms