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

  /external/f2fs-tools/fsck/
mount.c 323 size_t crc_offset; local
331 crc_offset = le32_to_cpu(cp_block->checksum_offset);
332 if (crc_offset >= blk_size)
335 crc = *(unsigned int *)((unsigned char *)cp_block + crc_offset);
336 if (f2fs_crc_valid(crc, cp_block, crc_offset))
349 crc_offset = le32_to_cpu(cp_block->checksum_offset);
350 if (crc_offset >= blk_size)
353 crc = *(unsigned int *)((unsigned char *)cp_block + crc_offset);
354 if (f2fs_crc_valid(crc, cp_block, crc_offset))
    [all...]
  /external/elfutils/src/src/
strip.c 1072 off_t crc_offset = strlen (debug_basename) + 1; local
1074 crc_offset = ((crc_offset - 1) & ~3) + 4;
1078 = crc_offset + 4
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 2461 UInt crc_offset local
    [all...]

Completed in 2944 milliseconds