Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c2084 BYTE dat, /* Byte to be calculated (byte-by-byte processing) */ argument
2088 sum = ((sum & 1) ? 0x80000000 : 0) + (sum >> 1) + dat;