Searched refs:file_crc (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdwfl/ |
D | find-debuginfo.c | 84 uint32_t file_crc; in check_crc() local 85 return (__libdwfl_crc32_file (fd, &file_crc) == 0 in check_crc() 86 && file_crc == debuglink_crc); in check_crc()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 2784 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, in process_chunk() argument 2801 file->crc ^ 0xffffffff, file_crc); in process_chunk() 2808 if ((file->crc ^ 0xffffffff) != file_crc) in process_chunk() 2969 png_uint_32 file_crc; in sync_stream() local 2984 if (read_4(file, &file_crc) == 4) /* else completely truncated */ in sync_stream() 3001 if ((crc ^ 0xffffffff) == file_crc) in sync_stream() 3009 process_chunk(file, file_crc, 0, 0); in sync_stream() 3039 process_chunk(file, file_crc, next_length, next_type); in sync_stream() 3068 crc = crc_one_byte(crc, file_crc >> 24); in sync_stream() 3069 file_crc = (file_crc << 8) + ch; in sync_stream() [all …]
|