Searched refs:More (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLEB128.h25 bool More; local
31 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
34 if (More || Count < PadTo)
37 } while (More);
55 bool More;
60 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
63 if (More || Count < PadTo)
66 } while (More);
/freebsd-13-stable/bin/pax/tests/
H A Dlegacy_test.pl6 use Test::More tests => 6;
/freebsd-13-stable/usr.bin/mail/
H A Dcmdtab.c72 { "More", More, MSGLIST, 0, MMNDEL },
73 { "Page", More, MSGLIST, 0, MMNDEL },
H A Dextern.h76 int More(void *);
H A Dcmd1.c260 More(void *v) function
/freebsd-13-stable/sbin/growfs/tests/
H A Dlegacy_test.pl6 use Test::More tests => 19;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp65 bool More; local
69 More = !((((Value == 0) && ((Byte & 0x40) == 0)) ||
71 if (More)
74 } while (More);
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL58 Test::More We require the minimum version to be 0.96, which
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc371 * kind is not zero. More aggressively, the implementation can
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc371 * kind is not zero. More aggressively, the implementation can
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3142 bool More = true; local
3143 while (More) {
3153 More = false;
3479 bool More = true; local
3480 while (More) {
3504 More = false;
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl1267 be mixed into the results. More
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4571 // More formally, we want to prove that:
8947 // TODO: More simplifications are possible here.
9736 Optional<APInt> ScalarEvolution::computeConstantDifference(const SCEV *More,
9742 if (More == Less)
9743 return APInt(getTypeSizeInBits(More->getType()), 0);
9745 if (isa<SCEVAddRecExpr>(Less) && isa<SCEVAddRecExpr>(More)) {
9747 const auto *MAR = cast<SCEVAddRecExpr>(More);
9761 More = MAR->getStart();
9766 if (isa<SCEVConstant>(Less) && isa<SCEVConstant>(More)) {
9767 const auto &M = cast<SCEVConstant>(More)
[all...]
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c1415 More sophisticated functions may need to access other fields in *q,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3036 Value *More = IRB.CreateExtractElement(
3038 Acc = IRB.CreateOr(Acc, More);

Completed in 750 milliseconds