Lines Matching defs:front
363 * Trims identical data from front and back of line
364 * Sets new front buffer address and width
367 * for back and front buffer ptrs and width
373 const unsigned long *front = (const unsigned long *) *bfront;
380 if (back[j] != front[j]) {
387 if (back[k] != front[k]) {
394 *bfront = (u8 *) &front[start];
535 * There are 3 copies of every pixel: The front buffer that the fbdev
541 const char *front, char **urb_buf_ptr,
552 line_start = (u8 *) (front + byte_offset);