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

/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c56 #define NPB 2 /* nibbles per byte */ macro
505 bpb.bpbBytesPerSec * NPB) *
558 bpb.bpbBytesPerSec * NPB) *
572 x = (u_int64_t)(bpb.bpbHugeSectors - x1) * bpb.bpbBytesPerSec * NPB /
573 (bpb.bpbSecPerClust * bpb.bpbBytesPerSec * NPB + fat /
576 bpb.bpbBytesPerSec * NPB);
582 x = (u_int64_t)bpb.bpbBigFATsecs * bpb.bpbBytesPerSec * NPB / (fat / BPN) -

Completed in 52 milliseconds