HomeSort by relevance Sort by last modified time
    Searched refs:file_crc (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/libdwfl/
find-debuginfo.c 100 uint32_t file_crc; local
101 return (__libdwfl_crc32_file (fd, &file_crc) == 0
102 && file_crc == debuglink_crc);
  /external/oprofile/libutil++/
bfd_support.cpp 51 unsigned long file_crc = 0; local
70 file_crc = calc_crc32(file_crc,
74 cverb << vbfd << " with crc32 = " << hex << file_crc << endl;
75 return crc == file_crc;
  /external/libpng/contrib/tools/
pngfix.c 2963 png_uint_32 file_crc; local
3113 png_uint_32 file_crc; \/* CRC read from file *\/ local
    [all...]

Completed in 171 milliseconds