Searched refs:BPS (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/fstyp/ |
| H A D | exfat.c | 245 exfat_fat_next(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, in exfat_fat_next() argument 252 clsect = fat_offset_sect + (cluster / (BPS / sizeof(cluster))); in exfat_fat_next() 253 clsectoff = (cluster % (BPS / sizeof(cluster))); in exfat_fat_next() 256 fatsect = read_sect(fp, clsect, BPS); in exfat_fat_next() 264 exfat_find_label(FILE *fp, const struct exfat_vbr *ev, unsigned BPS, in exfat_find_label() argument 283 rootdir_cluster = exfat_fat_next(fp, ev, BPS, rootdir_cluster)) { in exfat_find_label() 292 declust = read_sectn(fp, rootdir_sect, sects_per_clust, BPS); in exfat_find_label() 294 it < declust + (sects_per_clust * BPS / sizeof(*it)); it++) { in exfat_find_label()
|
| /freebsd-14.2/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 | 3666 std::map<Value *, std::optional<BitPart>> &BPS, int Depth, in collectBitParts() argument 3668 auto I = BPS.find(V); in collectBitParts() 3669 if (I != BPS.end()) in collectBitParts() 3672 auto &Result = BPS[V] = std::nullopt; in collectBitParts() 3692 const auto &A = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3697 const auto &B = collectBitParts(Y, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3731 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3761 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3776 const auto &Res = collectBitParts(X, MatchBSwaps, MatchBitReversals, BPS, in collectBitParts() 3917 std::map<Value *, std::optional<BitPart>> BPS; in recognizeBSwapOrBitReverseIdiom() local [all …]
|
| /freebsd-14.2/stand/i386/boot2/ |
| H A D | sio.S | 33 outw %ax,(%dx) # BPS
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | console | 743 # BPS Patch Files - from: David Korth <[email protected]> 745 0 string BPS1 BPS patch file
|
| H A D | images | 1804 0 string 8BPS 1808 !:apple ????8BPS
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4120 BitPermutationSelector BPS(CurDAG); in tryBitPermutation() local 4121 if (SDNode *New = BPS.Select(N)) { in tryBitPermutation()
|