Home
last modified time | relevance | path

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

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