Searched refs:write_offset (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bio/ |
D | pair.c | 288 size_t write_offset; in bio_zero_copy_get_write_buf() local 293 write_offset = b->offset + b->len; in bio_zero_copy_get_write_buf() 295 if (write_offset >= b->size) { in bio_zero_copy_get_write_buf() 297 write_offset -= b->size; in bio_zero_copy_get_write_buf() 299 max_available = b->offset - write_offset; in bio_zero_copy_get_write_buf() 302 max_available = b->size - write_offset; in bio_zero_copy_get_write_buf() 306 *out_buf_offset = write_offset; in bio_zero_copy_get_write_buf() 550 size_t write_offset; in bio_write() local 555 write_offset = b->offset + b->len; in bio_write() 556 if (write_offset >= b->size) { in bio_write() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_buffer_objects.c | 639 GLintptr read_offset, GLintptr write_offset, in intel_bufferobj_copy_subdata() argument 661 memmove(ptr + write_offset, ptr + read_offset, size); in intel_bufferobj_copy_subdata() 672 memcpy(dst_ptr + write_offset, src_ptr + read_offset, size); in intel_bufferobj_copy_subdata() 686 dst_bo, write_offset, in intel_bufferobj_copy_subdata()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_buffer_objects.c | 639 GLintptr read_offset, GLintptr write_offset, in intel_bufferobj_copy_subdata() argument 661 memmove(ptr + write_offset, ptr + read_offset, size); in intel_bufferobj_copy_subdata() 672 memcpy(dst_ptr + write_offset, src_ptr + read_offset, size); in intel_bufferobj_copy_subdata() 686 dst_bo, write_offset, in intel_bufferobj_copy_subdata()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_buffer_objects.c | 639 GLintptr read_offset, GLintptr write_offset, in intel_bufferobj_copy_subdata() argument 661 memmove(ptr + write_offset, ptr + read_offset, size); in intel_bufferobj_copy_subdata() 672 memcpy(dst_ptr + write_offset, src_ptr + read_offset, size); in intel_bufferobj_copy_subdata() 686 dst_bo, write_offset, in intel_bufferobj_copy_subdata()
|