Home
last modified time | relevance | path

Searched refs:BPS (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/fstyp/
H A Dexfat.c246 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 DFlattenCFG.cpp221 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator()); in FlattenParallelAndOr() local
222 if (BPS && BPS->isUnconditional()) { in FlattenParallelAndOr()
H A DLocal.cpp3864 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 Dsio.S33 outw %ax,(%dx) # BPS
/freebsd/contrib/file/magic/Magdir/
H A Dconsole806 # BPS Patch Files - from: David Korth <gerbilsoft@gerbilsoft.com>
808 0 string BPS1 BPS patch file
H A Dimages350 # BPS
2034 0 string 8BPS
2038 !:apple ????8BPS
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4106 BitPermutationSelector BPS(CurDAG); in tryBitPermutation() local
4107 if (SDNode *New = BPS.Select(N)) { in tryBitPermutation()