Searched refs:boff (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | datapid.c | 94 int boff; /* buffer offset or index */ in datapidgen() local 98 boff = 0; in datapidgen() 118 for (; boff < (NBPW - cnt) && boff < bsize; boff++, chr++) { in datapidgen() 119 buffer[boff] = *chr; in datapidgen() 127 num_full_words = (bsize - boff) / NBPW; in datapidgen() 129 woff = offset + boff; in datapidgen() 139 buffer[boff++] = *chr; in datapidgen() 142 wptr = (long *)&buffer[boff]; in datapidgen() 191 int boff; /* buffer offset or index */ datapidchk() local [all...] |
/third_party/backends/backend/ |
H A D | hp5400_internal.c | 502 p->boff = 2 * p->pixels * bpp + 2;; in CircBufferInit() 512 p->boff += p->linelength * iMisAlignment * 2; in CircBufferInit() 519 p->boff -= 0; in CircBufferInit() 532 p->goff, p->goff, p->boff, p->boff, bpp, iMisAlignment); in CircBufferInit() 550 if (p->boff > maxoff) in CircBufferGetLine() 551 maxoff = p->boff; in CircBufferGetLine() 615 char *itB = (char *) (buftmp + p->bufstart + p->boff); in CircBufferGetLine() 631 short *itB = (short *) (buftmp + p->bufstart + p->boff); in CircBufferGetLine() 642 *((short *) (p->buffer + p->bufstart + p->boff in CircBufferGetLine() [all...] |
H A D | hp5400.h | 82 int roff, goff, boff; /* Offset into buffer of rows to be copied *next* */ member
|
H A D | umax1220u-common.c | 1804 yoff_scale = 8 => roff = 5 * w, goff = 1 * w, boff = 0 * w, hextra = 1 in read_raw_strip_color() 1805 yoff_scale = 4 => roff = 8 * w, goff = 4 * w, boff = 0 * w, hextra = 2 in read_raw_strip_color() 1806 yoff_scale = 2 => roff = 14 * w, goff = 7 * w, boff = 0 * w, hextra = 4 in read_raw_strip_color() 1807 yoff_scale = 1 => roff = 26 * w, goff = 13 * w, boff = 0 * w, hextra = 8 in read_raw_strip_color() 2240 const int boff = 0; in UMAX_get_rgb() local 2246 rgb[2] = base[boff]; in UMAX_get_rgb()
|
H A D | fujitsu.c | 8809 int i, j, dest, boff, goff; in copy_3091() local 8824 boff = (s->color_raster_offset+s->blue_offset) * s->resolution_y/300; in copy_3091() 8848 dest = (s->lines_rx[side] - boff) * s->s_params.bytes_per_line; in copy_3091()
|
Completed in 14 milliseconds