Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fstyp/
H A Dexfat.c244 exfat_fat_next(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, in exfat_fat_next() argument
251 clsect = fat_offset_sect + (cluster / (BPS / sizeof(cluster))); in exfat_fat_next()
252 clsectoff = (cluster % (BPS / sizeof(cluster))); in exfat_fat_next()
255 fatsect = read_sect(fp, clsect, BPS); in exfat_fat_next()
263 exfat_find_label(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, in exfat_find_label() argument
282 rootdir_cluster = exfat_fat_next(fp, ev, BPS, rootdir_cluster)) { in exfat_find_label()
291 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS); in exfat_find_label()
293 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.cpp3772 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts() argument
3774 auto I = BPS.find(V); in collectBitParts()
3775 if (I != BPS.end()) in collectBitParts()
3778 auto &Result = BPS[V] = std::nullopt; in collectBitParts()
3798 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3803 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3837 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3867 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3882 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts()
3898 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
2033 0 string 8BPS
2037 !:apple ????8BPS
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4107 BitPermutationSelector BPS(CurDAG); in tryBitPermutation() local
4108 if (SDNode *New = BPS.Select(N)) { in tryBitPermutation()