Searched refs:buffer_read (Results 1 – 5 of 5) sorted by relevance
| /third_party/openssl/crypto/bio/ |
| D | bf_buff.c | 16 static int buffer_read(BIO *h, char *buf, int size); 31 buffer_read, 87 static int buffer_read(BIO *b, char *out, int outl) in buffer_read() function 394 (void)buffer_read(b, fake_buf, 0); in buffer_ctrl()
|
| /third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
| D | pngimage.c | 809 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, in buffer_read() function 860 buffer_read(get_dp(pp), get_buffer(pp), data, size); in read_function()
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| D | pngimage.c | 809 buffer_read(struct display *dp, struct buffer *bp, png_bytep data, in buffer_read() function 860 buffer_read(get_dp(pp), get_buffer(pp), data, size); in read_function()
|
| /third_party/mesa3d/src/gallium/tools/trace/ |
| D | dump_state.py | 403 data = self.real.buffer_read(buffer)
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| D | rust-library.rs | 40056 self.inner.buffer_read(idx) 40539 unsafe fn buffer_read(&mut self, off: usize) -> T { 41744 unsafe { Some(self.buffer_read(tail)) } 41769 unsafe { Some(self.buffer_read(head)) } 42169 let elem = unsafe { Some(self.buffer_read(idx)) };
|