Home
last modified time | relevance | path

Searched defs:subtract (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp141 void HexagonBlockRanges::RangeList::subtract(const IndexRange &Range) { in subtract() function in HexagonBlockRanges::RangeList
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c473 packed_rrset_ttl_subtract(struct packed_rrset_data* data, time_t subtract) in packed_rrset_ttl_subtract()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1702 bool subtract) { in addOrSubtractSpecials()
1759 bool subtract) { in addOrSubtractSignificand()
2009 bool subtract) { in addOrSubtract()
2046 IEEEFloat::opStatus IEEEFloat::subtract(const IEEEFloat &rhs, in subtract() function in llvm::detail::IEEEFloat
4756 APFloat::opStatus DoubleAPFloat::subtract(const DoubleAPFloat &RHS, in subtract() function in llvm::detail::DoubleAPFloat
/freebsd/sys/netinet/
H A Dsctp_ss_functions.c730 int subtract; in sctp_ss_fb_scheduled() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1051 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h419 void subtract(unsigned Cycles) { in subtract() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c2017 boolean_t subtract) in do_userquota_update()
2043 uint64_t user, uint64_t group, uint64_t project, boolean_t subtract) in do_userobjquota_update()
/freebsd/sys/arm/include/
H A Datomic.h808 ATOMIC_ACQ_REL_LONG(subtract) in ATOMIC_ACQ_REL_LONG() argument
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp134 Counter CounterExpressionBuilder::subtract(Counter LHS, Counter RHS, in subtract() function in CounterExpressionBuilder
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp492 ConstantRange ConstantRange::subtract(const APInt &Val) const { in subtract() function in ConstantRange
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp307 auto subtract = [](const SetType &A, const SetType &B) { in intersect() local