Searched refs:nc (Results 1 – 2 of 2) sorted by relevance
15469 WORD uc, bc, nc, cmd; in ff_wtoupper() local15569 nc = *p++; cmd = nc >> 8; nc &= 0xFF; /* Get processing command and block size */ in ff_wtoupper()15570 if (uc < bc + nc) { /* In the block? */ in ff_wtoupper()15584 if (cmd == 0) p += nc; /* Skip table if needed */ in ff_wtoupper()
514 #define MAXDIRB(nc) ((nc + 44U) / 15 * SZDIRE) /* exFAT: Size of directory entry block scratchpad b… argument2368 BYTE nc; local2377 …for (nc = fs->dirbuf[XDIR_NumName], di = SZDIRE * 2, ni = 0; nc; nc--, di += 2, ni++) { /* Compare…2381 if (nc == 0 && !fs->lfnbuf[ni]) break; /* Name matched? */2608 UINT nc = 0; local2612 while (nc < fs->dirbuf[XDIR_NumName]) {2615 wc = ld_word(fs->dirbuf + si); si += 2; nc++; /* Get a character */6344 int nc = 0; local6361 while (nc < len) {6410 *p++ = (TCHAR)(0xD800 | ((dc >> 10) - 0x40)); nc++; /* Make and output high surrogate */[all …]