Searched refs:d (Results 1 – 1 of 1) sorted by relevance
2933 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 */ argument3179 crc ^= (d & b) ? 1 : 0;6733 int d; local6776 d = (int)(val / w); val -= d * w;6777 *buf++ = (char)('0' + d); /* Put the digit */6818 char d, str[SZ_NUM_BUF]; local[all …]