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

  /external/newfs_msdos/
mkfs_msdos.c 72 #define BPN 4 /* bits per nibble */
461 (bpb.bpbSecPerClust ? 16 : 12) / BPN,
541 howmany((RESFTE + maxcls(fat)) * (fat / BPN),
563 fat / BPN * bpb.bpbFATs);
564 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN),
584 x = (u_int64_t)bpb.bpbBigFATsecs * bpb.bpbBytesPerSec * NPB / (fat / BPN) -
  /external/swiftshader/third_party/LLVM/utils/TableGen/
SubtargetEmitter.cpp 331 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j)
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 392 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
SubtargetEmitter.cpp 384 for (unsigned j = 0, BPN = BPs.size(); j < BPN; ++j)
    [all...]

Completed in 2837 milliseconds