Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c2933 BYTE c, d, *sfn;
2976 d = (BYTE)p[si++]; /* Get 2nd byte */
2977 if (!dbc_2nd(d) || i >= ni - 1) return FR_INVALID_NAME; /* Reject invalid DBC */
2979 sfn[i++] = d;
3172 BYTE d /* A byte to be processed */ argument
3179 crc ^= (d & b) ? 1 : 0;
6733 int d; local
6776 d = (int)(val / w); val -= d * w;
6777 *buf++ = (char)('0' + d); /* Put the digit */
6818 char d, str[SZ_NUM_BUF]; local
[all …]