Searched refs:init_pos (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/bytes/benches/ |
D | buf.rs | 13 init_pos: usize, field 19 fn new(buf: &'static [u8], readlens: &'static [usize], init_pos: usize) -> TestBuf { in new() 23 init_pos, in new() 32 self.pos = self.init_pos; in reset() 71 fn new(buf: &'static [u8], readlens: &'static [usize], init_pos: usize) -> TestBufC { in new() 73 inner: TestBuf::new(buf, readlens, init_pos), in new()
|
/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/ |
D | Camera.pde | 6 PVector init_pos, init_center, init_axis; 17 init_pos = pos.copy(); 112 pos = init_pos.copy();
|
/external/pdfium/third_party/libopenjpeg20/ |
D | jp2.h | 201 OPJ_INT32 init_pos; member
|
D | jp2.c | 542 box.init_pos = cio_tell(cio); 554 box.length = cio_tell(cio) - box.init_pos; 555 cio_seek(cio, box.init_pos); 557 cio_seek(cio, box.init_pos + box.length);
|