Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c3312 WORD w, sign; local
3328 w = ld_word(fs->win + BPB_BytsPerSec);
3330 …if ((w & (w - 1)) == 0 && w >= FF_MIN_SS && w <= FF_MAX_SS /* Properness of sector size (512-4096 …
6847 double w; local
6886 w = i10x(mag); /* Snip the highest digit d */
6887 digit = (int)(val / w); val -= digit * w;