Home
last modified time | relevance | path

Searched refs:pos_dst (Results 1 – 25 of 41) sorted by relevance

12

/dports/sysutils/pam_mount/pam_mount-2.12/src/
H A Dmtab.c385 size_t pos_src = 0, pos_dst = 0; in pmt_mtab_remove() local
411 pos_dst = curr_pos; in pmt_mtab_remove()
421 wrret = pwrite(fileno(fp), buf, rdret, pos_dst); in pmt_mtab_remove()
425 pos_dst += wrret; in pmt_mtab_remove()
429 pos_dst += rdret; in pmt_mtab_remove()
432 if (ftruncate(fileno(fp), pos_dst) < 0) in pmt_mtab_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/
H A Dnfs42proc.c248 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
258 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
319 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
387 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
392 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
402 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument
413 .dst_pos = pos_dst, in nfs42_proc_copy()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/
H A Dnfs42proc.c248 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
258 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
319 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
387 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
392 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
402 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument
413 .dst_pos = pos_dst, in nfs42_proc_copy()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/
H A Dnfs42proc.c248 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
258 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
319 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
387 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
392 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
402 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument
413 .dst_pos = pos_dst, in nfs42_proc_copy()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dvar-tracking.c937 int pos_dst; member
951 return (i1->pos_dst - i2->pos_dst); in variable_union_info_cmp_pos()
1080 vui[jj].pos_dst = jj; in variable_union()
1112 vui[n].pos_dst = src_l + dst_l; in variable_union()
1118 vui[ii].pos = vui[ii].pos_src + vui[ii].pos_dst; in variable_union()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/formats/
H A Dxcf.cpp584 … const auto pos_dst = ((row + tile_rect.y) * hierarchy.width + tile_rect.x) * hierarchy.bpp; in xcf_read_tile_rle() local
585 std::copy_n(tile_data.get() + pos_src, tile_stride, out_buffer + pos_dst); in xcf_read_tile_rle()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dtile.cpp1561 core::position2d<s32> pos_dst(0, 0); in generateImagePart() local
1563 baseimg->copyToWithAlpha(img, pos_dst, in generateImagePart()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dtile.cpp1532 core::position2d<s32> pos_dst(0, 0); in generateImagePart() local
1534 baseimg->copyToWithAlpha(img, pos_dst, in generateImagePart()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9516 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9532 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9574 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9598 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9600 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9629 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9635 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9684 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9690 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c11083 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
11099 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
11141 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
11165 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
11167 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
11196 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
11202 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dvar-tracking.c2695 int pos_dst; member
2715 return (i1->pos_dst - i2->pos_dst); in variable_union_info_cmp_pos()
2935 vui[jj].pos_dst = jj; in variable_union()
2971 vui[n].pos_dst = src_l + dst_l; in variable_union()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dvar-tracking.c2644 int pos_dst; member
2664 return (i1->pos_dst - i2->pos_dst); in variable_union_info_cmp_pos()
2884 vui[jj].pos_dst = jj; in variable_union()
2920 vui[n].pos_dst = src_l + dst_l; in variable_union()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dvar-tracking.c2708 int pos_dst; member
2728 return (i1->pos_dst - i2->pos_dst); in variable_union_info_cmp_pos()
2948 vui[jj].pos_dst = jj; in variable_union()
2984 vui[n].pos_dst = src_l + dst_l; in variable_union()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dvar-tracking.c2695 int pos_dst; member
2715 return (i1->pos_dst - i2->pos_dst); in variable_union_info_cmp_pos()
2935 vui[jj].pos_dst = jj; in variable_union()
2971 vui[n].pos_dst = src_l + dst_l; in variable_union()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dvar-tracking.c2667 int pos_dst; member
2687 return (i1->pos_dst - i2->pos_dst); in variable_union_info_cmp_pos()
2907 vui[jj].pos_dst = jj; in variable_union()
2943 vui[n].pos_dst = src_l + dst_l; in variable_union()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvar-tracking.c2749 int pos_dst; member
2769 return (i1->pos_dst - i2->pos_dst); in variable_union_info_cmp_pos()
2989 vui[jj].pos_dst = jj; in variable_union()
3025 vui[n].pos_dst = src_l + dst_l; in variable_union()

12