Lines Matching defs:front
360 * Trims identical data from front and back of line
361 * Sets new front buffer address and width
364 * for back and front buffer ptrs and width
370 const unsigned long *front = (const unsigned long *) *bfront;
377 if (back[j] != front[j]) {
384 if (back[k] != front[k]) {
391 *bfront = (u8 *) &front[start];
532 * There are 3 copies of every pixel: The front buffer that the fbdev
538 const char *front, char **urb_buf_ptr,
549 line_start = (u8 *) (front + byte_offset);