Lines Matching refs:checksum
509 uint16_t *checksum, bool primary)
516 *checksum = ((*checksum << 15) | (*checksum >> 1)) + bytes[0];
517 *checksum = ((*checksum << 15) | (*checksum >> 1)) + bytes[1];
521 *checksum = ((*checksum << 15) | (*checksum >> 1)) + bytes[i];
526 uint16_t checksum;
532 checksum = 0;
533 exfat_calc_dentry_checksum(&dset[0], &checksum, true);
535 exfat_calc_dentry_checksum(&dset[i], &checksum, false);
536 return checksum;
629 dset[0].dentry.file.checksum =
675 dset[0].dentry.file.checksum =