| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| vboxvideo_guest.h | 18 u32 buffer_offset; member in struct:vbva_buf_ctx 52 u32 buffer_offset, u32 buffer_length);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_atombios_i2c.c | 119 int i, remaining, current_count, buffer_offset, max_bytes, ret; local 137 buffer_offset = 0; 153 &p->buf[buffer_offset], current_count); 157 buffer_offset += current_count;
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_atombios_i2c.c | 112 int i, remaining, current_count, buffer_offset, max_bytes, ret; local 130 buffer_offset = 0; 146 &p->buf[buffer_offset], current_count); 150 buffer_offset += current_count;
|
| radeon_i2c.c | 596 int i, j, remaining, current_count, buffer_offset, ret = num; local 716 buffer_offset = 0; 753 p->buf[buffer_offset + j] = RREG32(AVIVO_DC_I2C_DATA) & 0xff; 755 buffer_offset += current_count; 772 WREG32(AVIVO_DC_I2C_DATA, p->buf[buffer_offset + j]); 796 buffer_offset += current_count;
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| unix.c | 203 gfc_offset buffer_offset; /* File offset of the start of the buffer */ member in struct:__anon14419 214 int ndirty; /* Dirty bytes starting at buffer_offset */ 538 if (s->physical_offset != s->buffer_offset 539 && raw_seek (s, s->buffer_offset, SEEK_SET) < 0) 544 s->physical_offset = s->buffer_offset + writelen; 560 s->buffer_offset = s->logical_offset; 563 if (s->logical_offset + nbyte <= s->buffer_offset + s->active 564 && s->buffer_offset <= s->logical_offset) 569 memcpy (buf, s->buffer + (s->logical_offset - s->buffer_offset), 582 if (s->logical_offset >= s->buffer_offset [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| unix.c | 203 gfc_offset buffer_offset; /* File offset of the start of the buffer */ member in struct:__anon16831 214 int ndirty; /* Dirty bytes starting at buffer_offset */ 538 if (s->physical_offset != s->buffer_offset 539 && raw_seek (s, s->buffer_offset, SEEK_SET) < 0) 544 s->physical_offset = s->buffer_offset + writelen; 560 s->buffer_offset = s->logical_offset; 563 if (s->logical_offset + nbyte <= s->buffer_offset + s->active 564 && s->buffer_offset <= s->logical_offset) 569 memcpy (buf, s->buffer + (s->logical_offset - s->buffer_offset), 582 if (s->logical_offset >= s->buffer_offset [all...] |
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| makeinfo.c | 1311 int buffer_offset = 0, buffer_size = 0; 1322 if (buffer_offset + (READ_BUFFER_GROWTH + 1) >= buffer_size) 1326 count = fread (buffer + buffer_offset, 1, READ_BUFFER_GROWTH, stream); 1334 buffer_offset += count; 1341 input_text_length = buffer_offset; 1306 int buffer_offset = 0, buffer_size = 0; local
|