Searched refs:minuend (Results 1 – 3 of 3) sorted by relevance
370 static __always_inline size_t __must_check size_sub(size_t minuend, size_t subtrahend) in size_sub() argument374 if (minuend == SIZE_MAX || subtrahend == SIZE_MAX || in size_sub()375 check_sub_overflow(minuend, subtrahend, &bytes)) in size_sub()
890 static inline u32 decrement_ohci_cycle_count(u32 minuend, u32 subtrahend) in decrement_ohci_cycle_count() argument892 if (minuend < subtrahend) in decrement_ohci_cycle_count()893 minuend += OHCI_SECOND_MODULUS * CYCLES_PER_SECOND; in decrement_ohci_cycle_count()895 return minuend - subtrahend; in decrement_ohci_cycle_count()
1224 static s16 get_qp_delta(int minuend, int subtrahend) in get_qp_delta() argument1226 if (minuend == subtrahend) in get_qp_delta()1229 return minuend - subtrahend; in get_qp_delta()