Home
last modified time | relevance | path

Searched refs:new_crc (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/tests/u_tune2fs/
Dscript19 new_crc=`$CRCSUM $TMPFILE`
20 echo $CRCSUM after tune2fs $new_crc >> $OUT
23 new_crc=`$CRCSUM $TMPFILE`
24 echo $CRCSUM after e2undo $new_crc >> $OUT
26 if [ $crc = $new_crc ]; then
/external/e2fsprogs/tests/u_mke2fs/
Dscript19 new_crc=`$CRCSUM $TMPFILE`
20 echo $CRCSUM after mke2fs $new_crc >> $OUT
23 new_crc=`$CRCSUM $TMPFILE`
24 echo $CRCSUM after e2undo $new_crc >> $OUT
26 if [ $crc = $new_crc ]; then
/external/igt-gpu-tools/tests/amdgpu/
Damd_color.c228 igt_crc_t ref_crc, new_crc; in test_crtc_linear_degamma() local
252 igt_pipe_crc_collect_crc(data->pipe_crc, &new_crc); in test_crtc_linear_degamma()
253 igt_assert_crc_equal(&ref_crc, &new_crc); in test_crtc_linear_degamma()
270 igt_crc_t ref_crc, new_crc; in test_crtc_linear_regamma() local
294 igt_pipe_crc_collect_crc(data->pipe_crc, &new_crc); in test_crtc_linear_regamma()
295 igt_assert_crc_equal(&ref_crc, &new_crc); in test_crtc_linear_regamma()
327 igt_crc_t ref_crc, new_crc; in test_crtc_lut_accuracy() local
367 igt_pipe_crc_collect_crc(data->pipe_crc, &new_crc); in test_crtc_lut_accuracy()
369 igt_assert_crc_equal(&ref_crc, &new_crc); in test_crtc_lut_accuracy()
/external/f2fs-tools/fsck/
Dmount.c601 u32 old_crc, new_crc; in update_superblock() local
608 new_crc = f2fs_cal_crc32(F2FS_SUPER_MAGIC, sb, in update_superblock()
610 set_sb(crc, new_crc); in update_superblock()
612 old_crc, new_crc); in update_superblock()