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

/netbsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c74 #define BPN 4 /* bits per nibble */ macro
487 ((bpb.spc ? 16 : 12) / BPN), bpb.bps * NPB) *
541 howmany((RESFTE + maxcls(o.fat_type)) * (o.fat_type / BPN),
558 (bpb.spc * bpb.bps * NPB + o.fat_type / BPN * bpb.nft);
559 x2 = howmany((RESFTE + MIN(x, maxcls(o.fat_type))) * (o.fat_type / BPN),
567 x = (u_int64_t)bpb.bspf * bpb.bps * NPB / (o.fat_type / BPN) - RESFTE;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp410 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j)

Completed in 133 milliseconds