Lines Matching full:difference
140 * vmw_find_first_diff - find the first difference between dst and src
146 * return: The offset from find start where the first difference was
147 * encountered in bytes. If no difference was found, the function returns
213 * vmw_find_last_diff - find the last difference between dst and src
219 * return: The offset from find start where the last difference was
220 * encountered in bytes, or a negative value if no difference was found.
255 * vmw_adjust_rect - Adjust rectangle coordinates for newly found difference
258 * @diff_offs: The offset from @diff->line_offset where the difference was
286 * This is needed to know the needed granularity of the difference computing
305 * Starting from where first difference was found, find in vmw_diff_memcpy()
306 * location of last difference, and then copy. in vmw_diff_memcpy()