/third_party/ffmpeg/libavcodec/ |
H A D | snow.h | 283 static av_always_inline void add_yblock(SnowContext *s, int sliced, slice_buffer *sb, IDWTELEM *dst, uint8_t *dst8, const uint8_t *obmc, int src_x, int src_y, int b_w, int b_h, int w, int h, int dst_stride, int src_stride, int obmc_stride, int b_x, int b_y, int add, int offset_dst, int plane_index){ in add_yblock() argument 317 if(!sliced && !offset_dst) in add_yblock() 327 if(!sliced && !offset_dst) in add_yblock() 337 if(!sliced && offset_dst) in add_yblock()
|
H A D | indeo3.c | 235 int h, w, mv_x, mv_y, offset, offset_dst; in copy_cell() local 239 offset_dst = (cell->ypos << 2) * plane->pitch + (cell->xpos << 2); in copy_cell() 240 dst = plane->pixels[ctx->buf_sel] + offset_dst; in copy_cell() 256 offset = offset_dst + mv_y * plane->pitch + mv_x; in copy_cell()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | _swizzle.hpp | 111 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local 112 return this->elem(offset_dst[i]); in operator []() 116 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local 117 return this->elem(offset_dst[i]); in operator []() 145 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []() local 146 return this->elem(offset_dst[i]); in operator []()
|
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 5711 " offset_dst=None)\n" 5724 " offset_dst\n" 5728 "respectively for offset_dst."); 5735 PyObject *offset_src, PyObject *offset_dst); 5741 static const char * const _keywords[] = {"src", "dst", "count", "offset_src", "offset_dst", NULL}; in os_copy_file_range() 5749 PyObject *offset_dst = Py_None; in os_copy_file_range() local 5784 offset_dst = args[4]; in os_copy_file_range() 5786 return_value = os_copy_file_range_impl(module, src, dst, count, offset_src, offset_dst); in os_copy_file_range() 5797 "splice($module, /, src, dst, count, offset_src=None, offset_dst=None,\n" 5811 " offset_dst\ 5840 PyObject *offset_dst = Py_None; os_splice() local [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 10560 offset_dst: object = None 10566 respectively for offset_dst. 10571 PyObject *offset_src, PyObject *offset_dst) in os_copy_file_range_impl() 10596 if (offset_dst != Py_None) { in os_copy_file_range_impl() 10597 if (!Py_off_t_converter(offset_dst, &offset_dst_val)) { in os_copy_file_range_impl() 10629 offset_dst: object = None 10637 respectively for offset_dst. The offset associated to the file 10643 PyObject *offset_src, PyObject *offset_dst, in os_splice_impl() 10665 if (offset_dst != Py_None) { in os_splice_impl() 10666 if (!Py_off_t_converter(offset_dst, in os_splice_impl() 10570 os_copy_file_range_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst) os_copy_file_range_impl() argument 10642 os_splice_impl(PyObject *module, int src, int dst, Py_ssize_t count, PyObject *offset_src, PyObject *offset_dst, unsigned int flags) os_splice_impl() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_os.py | 382 offset_dst=out_seek) 502 i = os.splice(read_fd, out_fd, bytes_to_copy, offset_dst=out_seek)
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 12392 struct tgsi_full_dst_register offset_dst = make_dst_temp_reg(offset_tmp); in emit_rawbuf_instruction() local 12427 emit_instruction_op2(emit, VGPU10_OPCODE_ISHL, &offset_dst, in emit_rawbuf_instruction()
|