Lines Matching refs:diff
2173 * @diff: pointer to integer receiving the calculated difference
2175 * The content of *@diff is only valid when this function returns true.
2185 int *diff)
2201 *diff = (int)tq1 - (int)tq2;
2358 int diff;
2361 if_outgoing2, &diff);
2365 return diff;
2386 int diff;
2389 if_outgoing2, &diff);
2393 ret = diff > -BATADV_TQ_SIMILARITY_THRESHOLD;