Searched refs:BPS (Results 1 – 7 of 7) sorted by relevance
| /src/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()
|
| /src/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 | 3772 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 …]
|
| /src/stand/i386/boot2/ |
| H A D | sio.S | 33 outw %ax,(%dx) # BPS
|
| /src/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 2033 0 string 8BPS 2037 !:apple ????8BPS
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4107 BitPermutationSelector BPS(CurDAG); in tryBitPermutation() local 4108 if (SDNode *New = BPS.Select(N)) { in tryBitPermutation()
|