Searched refs:BPN (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dnewfs_msdos.c62 #define BPN 4 /* bits per nibble */ macro
517 ((bpb.spc ? 16 : 12) / BPN), bpb.bps * NPB) *
563 howmany((RESFTE + maxcls(fat)) * (fat / BPN),
576 (bpb.spc * bpb.bps * NPB + fat / BPN * bpb.nft);
577 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN),
584 x = (u_int64_t)bpb.bspf * bpb.bps * NPB / (fat / BPN) - RESFTE;

Completed in 740 milliseconds