Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5942 WCHAR ch, si; local
5974 ch = (WCHAR)ff_wtoupper(si); /* Get an up-case char */
5975 if (ch != si) {
5980 ch = 0xFFFF; st = 2; break; /* Compress the no-case block if run is >= 128 chars */
5985 ch = si++; /* Fill the short run */
5990 ch = (WCHAR)j; si += (WCHAR)j; /* Number of chars to skip */
5993 sum = xsum32(buf[i + 0] = (BYTE)ch, sum); /* Put it into the write buffer */
5994 sum = xsum32(buf[i + 1] = (BYTE)(ch >> 8), sum);