Searched refs:subtrahend (Results 1 – 6 of 6) sorted by relevance
64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) in nstime_subtract() argument67 assert(nstime_compare(time, subtrahend) >= 0); in nstime_subtract()69 time->ns -= subtrahend->ns; in nstime_subtract()
127 public abstract ShortDuration minus(ShortDuration subtrahend); in minus() argument171 @Override public ShortDuration minus(ShortDuration subtrahend) {172 checkArgument(this == subtrahend);223 @Override public ShortDuration minus(ShortDuration subtrahend) { in minus() argument224 return ofPicos(picos - subtrahend.picos); in minus()
130 Label operator-(uint64_t subtrahend) const;131 uint64_t operator-(const Label &subtrahend) const;
73 Label Label::operator-(uint64_t subtrahend) const { in operator -()75 l.value_->Set(this->value_, -subtrahend); in operator -()
32 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
269 const SkPath* subtrahend = &two; in OpDebug() local272 subtrahend = &one; in OpDebug()284 builder.addOperand(*subtrahend); in OpDebug()