Lines Matching defs:front
29 * Trims identical data from front and back of line
30 * Sets new front buffer address and width
33 * for back and front buffer ptrs and width
40 const unsigned long *front = (const unsigned long *) *bfront;
47 if (back[j] != front[j]) {
54 if (back[k] != front[k]) {
61 *bfront = (u8 *) &front[start];
207 * There are 3 copies of every pixel: The front buffer that the fbdev
213 const char *front, char **urb_buf_ptr,
225 line_start = (u8 *) (front + byte_offset);