Searched refs:BPS (Results 1 – 7 of 7) sorted by relevance
| /freebsd/usr.sbin/fstyp/ |
| H A D | exfat.c | 246 exfat_fat_next(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, in exfat_fat_next() argument 253 clsect = fat_offset_sect + (cluster / (BPS / sizeof(cluster))); in exfat_fat_next() 254 clsectoff = (cluster % (BPS / sizeof(cluster))); in exfat_fat_next() 257 fatsect = read_sect(fp, clsect, BPS); in exfat_fat_next() 265 exfat_find_label(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, in exfat_find_label() argument 284 rootdir_cluster = exfat_fat_next(fp, ev, BPS, rootdir_cluster)) { in exfat_find_label() 293 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS); in exfat_find_label() 295 it < declust + (sects_per_clust * BPS / sizeof(*it)); it++) { in exfat_find_label()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 221 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator()); in FlattenParallelAndOr() local 222 if (BPS && BPS->isUnconditional()) { in FlattenParallelAndOr()
|
| H A D | Local.cpp | 3864 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts() argument 3866 auto [I, Inserted] = BPS.try_emplace(V); in collectBitParts() 3890 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3895 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3929 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3959 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3974 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3990 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 4004 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 4017 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() [all …]
|
| /freebsd/stand/i386/boot2/ |
| H A D | sio.S | 33 outw %ax,(%dx) # BPS
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | console | 806 # BPS Patch Files - from: David Korth <gerbilsoft@gerbilsoft.com> 808 0 string BPS1 BPS patch file
|
| H A D | images | 350 # BPS 2034 0 string 8BPS 2038 !:apple ????8BPS
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4106 BitPermutationSelector BPS(CurDAG); in tryBitPermutation() local 4107 if (SDNode *New = BPS.Select(N)) { in tryBitPermutation()
|