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

/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c85 #define BPN 4 /* bits per nibble */ macro
637 x += howmany((RESFTE+MAXCLS12+1)*(12/BPN), bpb.bps*NPB) * bpb.nft;
687 howmany((RESFTE+MAXCLS12+1) * (12/BPN), bpb.bps * BPN) * bpb.nft +
743 (bpb.spc * bpb.bps * NPB + fat / BPN * bpb.nft));
744 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN),
761 x = (u_int)((u_int64_t)bpb.bspf * bpb.bps * NPB / (fat / BPN) - RESFTE);
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DSubtargetEmitter.cpp410 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j)

Completed in 96 milliseconds