HomeSort by relevance Sort by last modified time
    Searched refs:BPN (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
newfs_msdos.c 62 #define BPN 4 /* bits per nibble */
516 ((bpb.spc ? 16 : 12) / BPN), bpb.bps * NPB) *
562 howmany((RESFTE + maxcls(fat)) * (fat / BPN),
575 (bpb.spc * bpb.bps * NPB + fat / BPN * bpb.nft);
576 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN),
583 x = (u_int64_t)bpb.bspf * bpb.bps * NPB / (fat / BPN) - RESFTE;
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 331 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j)

Completed in 157 milliseconds