Searched refs:BPS (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.sbin/fstyp/
H A Dexfat.c244 exfat_fat_next(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, argument
251 clsect = fat_offset_sect + (cluster / (BPS / sizeof(cluster)));
252 clsectoff = (cluster % (BPS / sizeof(cluster)));
255 fatsect = read_sect(fp, clsect, BPS);
263 exfat_find_label(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, argument
282 rootdir_cluster = exfat_fat_next(fp, ev, BPS, rootdir_cluster)) {
291 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS);
293 it < declust + (sects_per_clust * BPS / sizeof(*it)); it++) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp221 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator()); local
222 if (BPS && BPS->isUnconditional()) {
H A DLocal.cpp3657 /// constructed in-place in the \c BPS map. Because of this \c BPS needs to
3662 /// Because we pass around references into \c BPS, we must use a container that
3666 std::map<Value *, std::optional<BitPart>> &BPS, int Depth,
3668 auto I = BPS.find(V);
3669 if (I != BPS.end())
3672 auto &Result = BPS[V] = std::nullopt;
3692 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
3697 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS,
3731 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS,
[all...]
/freebsd-current/stand/i386/boot2/
H A Dsio.S33 outw %ax,(%dx) # BPS
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4120 BitPermutationSelector BPS(CurDAG);
4121 if (SDNode *New = BPS.Select(N)) {

Completed in 111 milliseconds