Home
last modified time | relevance | path

Searched refs:subtrahend (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/firewire/
Damdtp-stream.c677 static inline u32 decrement_cycle_count(u32 cycle, unsigned int subtrahend) in decrement_cycle_count() argument
679 if (cycle < subtrahend) in decrement_cycle_count()
681 return cycle - subtrahend; in decrement_cycle_count()