Home
last modified time | relevance | path

Searched refs:file_crc (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdwfl/
Dfind-debuginfo.c80 uint32_t file_crc; in check_crc() local
81 return (__libdwfl_crc32_file (fd, &file_crc) == 0 in check_crc()
82 && file_crc == debuglink_crc); in check_crc()
/external/libpng/contrib/tools/
Dpngfix.c2785 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, in process_chunk() argument
2802 file->crc ^ 0xffffffff, file_crc); in process_chunk()
2809 if ((file->crc ^ 0xffffffff) != file_crc) in process_chunk()
2970 png_uint_32 file_crc; in sync_stream() local
2985 if (read_4(file, &file_crc) == 4) /* else completely truncated */ in sync_stream()
3002 if ((crc ^ 0xffffffff) == file_crc) in sync_stream()
3010 process_chunk(file, file_crc, 0, 0); in sync_stream()
3040 process_chunk(file, file_crc, next_length, next_type); in sync_stream()
3069 crc = crc_one_byte(crc, file_crc >> 24); in sync_stream()
3070 file_crc = (file_crc << 8) + ch; in sync_stream()
[all …]