Home | History | Annotate | Download | only in linux

Lines Matching refs:difference

1045 	int difference = (x - y);
1046 return (difference > 0);
1051 int difference = (x - y);
1052 return (difference >= 0);