Home | History | Annotate | Download | only in replay

Lines Matching defs:difference

77  * returns the difference of the guess and the local value.  The local
79 * index_advance(&guess, delta), where delta is the difference.
117 * and returns the difference between *guess and *local
143 int difference;
148 // The return value is the relative difference from local_seq to s.
152 // will end up positive difference and rdbx_check would pass. Hence after
157 difference = s - local_seq - seq_num_max;
160 difference = s - local_seq;
165 difference = seq_num_max - local_seq + s;
167 difference = s - local_seq;
181 return difference;
324 * index to which s corresponds, and returns the difference between