Lines Matching full:difference
138 * vmw_find_first_diff - find the first difference between dst and src
144 * return: The offset from find start where the first difference was
145 * encountered in bytes. If no difference was found, the function returns
211 * vmw_find_last_diff - find the last difference between dst and src
217 * return: The offset from find start where the last difference was
218 * encountered in bytes, or a negative value if no difference was found.
253 * vmw_adjust_rect - Adjust rectangle coordinates for newly found difference
256 * @diff_offs: The offset from @diff->line_offset where the difference was
284 * This is needed to know the needed granularity of the difference computing
303 * Starting from where first difference was found, find in vmw_diff_memcpy()
304 * location of last difference, and then copy. in vmw_diff_memcpy()