Home | History | Annotate | Download | only in priv

Lines Matching refs:difference

2264       ULong new_value, old_value, difference;
2332 difference = new_value - old_value;
2334 if (s390_host_has_gie && ulong_fits_signed_8bit(difference)) {
2336 (difference & 0xFF), new_value));