Home
last modified time | relevance | path

Searched defs:vc (Results 26 – 50 of 4757) sorted by relevance

12345678910>>...191

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/variant/writers/
H A DHomRefBlockUnitTest.java33 final VariantContext vc = getVariantContext(); in testBasicConstruction() local
35 Assert.assertSame(band.getStartingVC(), vc); in testBasicConstruction() local
48 final VariantContext vc = getVariantContext(); in testMinMedian() local
81 final VariantContext vc = getVariantContext(); in badAdditions() local
107 final VariantContext vc = getVariantContext(); in testCantAddDifferentNumbersOfPls() local
116 final VariantContext vc = getVariantContext(); in testNoPLs() local
155 final VariantContext vc = getVariantContext(); in makeContiguousData() local
169 final VariantContext vc = getVariantContext(); in testIsContiguous() local
177 final VariantContext vc = getVariantContext(); in testToVariantContext() local
194 public static HomRefBlock getHomRefBlock(VariantContext vc) { in getHomRefBlock()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/tw686x/
H A Dtw686x-video.c49 static void tw686x_buf_done(struct tw686x_video_channel *vc, in tw686x_buf_done()
425 struct tw686x_video_channel *vc = vb2_get_drv_priv(vq); in tw686x_queue_setup() local
494 struct tw686x_video_channel *vc = vb2_get_drv_priv(vq); in tw686x_start_streaming() local
587 struct tw686x_video_channel *vc; in tw686x_s_ctrl() local
625 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_g_fmt_vid_cap() local
641 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_try_fmt_vid_cap() local
738 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_s_fmt_vid_cap() local
760 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_querycap() local
806 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_s_std() local
837 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_querystd() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/tw686x/
H A Dtw686x-video.c49 static void tw686x_buf_done(struct tw686x_video_channel *vc, in tw686x_buf_done()
425 struct tw686x_video_channel *vc = vb2_get_drv_priv(vq); in tw686x_queue_setup() local
494 struct tw686x_video_channel *vc = vb2_get_drv_priv(vq); in tw686x_start_streaming() local
587 struct tw686x_video_channel *vc; in tw686x_s_ctrl() local
625 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_g_fmt_vid_cap() local
641 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_try_fmt_vid_cap() local
738 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_s_fmt_vid_cap() local
760 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_querycap() local
806 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_s_std() local
837 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_querystd() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/tw686x/
H A Dtw686x-video.c49 static void tw686x_buf_done(struct tw686x_video_channel *vc, in tw686x_buf_done()
425 struct tw686x_video_channel *vc = vb2_get_drv_priv(vq); in tw686x_queue_setup() local
494 struct tw686x_video_channel *vc = vb2_get_drv_priv(vq); in tw686x_start_streaming() local
587 struct tw686x_video_channel *vc; in tw686x_s_ctrl() local
625 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_g_fmt_vid_cap() local
641 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_try_fmt_vid_cap() local
738 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_s_fmt_vid_cap() local
760 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_querycap() local
806 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_s_std() local
837 struct tw686x_video_channel *vc = video_drvdata(file); in tw686x_querystd() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dgtk-egl.c25 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode()
43 void gd_egl_init(VirtualConsole *vc) in gd_egl_init()
62 void gd_egl_draw(VirtualConsole *vc) in gd_egl_draw()
100 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update() local
114 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh() local
139 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch() local
164 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_create_context() local
173 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable() local
186 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture() local
222 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_dmabuf() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dgtk-egl.c25 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode()
43 void gd_egl_init(VirtualConsole *vc) in gd_egl_init()
62 void gd_egl_draw(VirtualConsole *vc) in gd_egl_draw()
100 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update() local
114 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh() local
139 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch() local
164 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_create_context() local
173 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable() local
186 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture() local
222 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_dmabuf() local
[all …]
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dgtk-egl.c25 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode()
43 void gd_egl_init(VirtualConsole *vc) in gd_egl_init()
62 void gd_egl_draw(VirtualConsole *vc) in gd_egl_draw()
100 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update() local
114 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh() local
139 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch() local
164 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_create_context() local
173 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable() local
186 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture() local
222 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_dmabuf() local
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dgtk-egl.c25 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode()
43 void gd_egl_init(VirtualConsole *vc) in gd_egl_init()
62 void gd_egl_draw(VirtualConsole *vc) in gd_egl_draw()
100 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update() local
114 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh() local
139 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch() local
164 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_create_context() local
173 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable() local
186 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture() local
222 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_dmabuf() local
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dgtk-egl.c26 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode()
44 void gd_egl_init(VirtualConsole *vc) in gd_egl_init()
62 void gd_egl_draw(VirtualConsole *vc) in gd_egl_draw()
93 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update() local
107 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh() local
132 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch() local
157 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_create_context() local
166 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable() local
179 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture() local
215 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_dmabuf() local
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dgtk-egl.c25 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode()
43 void gd_egl_init(VirtualConsole *vc) in gd_egl_init()
62 void gd_egl_draw(VirtualConsole *vc) in gd_egl_draw()
100 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update() local
114 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh() local
139 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch() local
164 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_create_context() local
173 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable() local
186 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture() local
222 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_dmabuf() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dgtk-egl.c25 static void gtk_egl_set_scanout_mode(VirtualConsole *vc, bool scanout) in gtk_egl_set_scanout_mode()
43 void gd_egl_init(VirtualConsole *vc) in gd_egl_init()
62 void gd_egl_draw(VirtualConsole *vc) in gd_egl_draw()
103 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_update() local
117 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_refresh() local
145 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_switch() local
170 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_create_context() local
179 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_disable() local
192 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_scanout_texture() local
228 VirtualConsole *vc = container_of(dcl, VirtualConsole, gfx.dcl); in gd_egl_cursor_dmabuf() local
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_fetch_proc.c52 VFP_Error(struct vfp_ctx *vc, const char *fmt, ...) in VFP_Error()
72 VFP_GetStorage(struct vfp_ctx *vc, ssize_t *sz, uint8_t **ptr) in VFP_GetStorage()
98 VFP_Extend(const struct vfp_ctx *vc, ssize_t sz, enum vfp_status flg) in VFP_Extend()
109 VFP_Setup(struct vfp_ctx *vc, struct worker *wrk) in VFP_Setup()
122 VFP_Close(struct vfp_ctx *vc) in VFP_Close()
139 VFP_Open(struct vfp_ctx *vc) in VFP_Open()
173 VFP_Suck(struct vfp_ctx *vc, void *p, ssize_t *lp) in VFP_Suck()
210 VFP_Push(struct vfp_ctx *vc, const struct vfp *vfp) in VFP_Push()
/dports/devel/agar/agar-1.5.0/vg/
H A Dvg_circle.c42 VG_Circle *vc = p; in Init() local
51 VG_Circle *vc = p; in Load() local
63 VG_Circle *vc= p; in Save() local
72 VG_Circle *vc = p; in Draw() local
84 VG_Circle *vc = p; in Extent() local
96 VG_Circle *vc = p; in PointProximity() local
113 VG_Circle *vc = p; in Delete() local
122 VG_Circle *vc = p; in Move() local
130 VG_Circle *vc = p; in Edit() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/annotator/
H A DRMSMappingQualityUnitTest.java30 final VariantContext vc= null; in testAllNull() local
50 final VariantContext vc= makeVC(); in testNullLikelihoods() local
94 final VariantContext vc = makeVC(); in testLikelihoods() local
112 final VariantContext vc= makeVC(); in testEmptyLikelihoods() local
120 final VariantContext vc= null; in testAllNull_AS() local
135 final VariantContext vc= makeVC(); in testNullLikelihoods_AS() local
166 final VariantContext vc = makeVC(); in testLikelihoods_AS() local
186 final VariantContext vc= makeVC(); in testLikelihoodsEmpty_AS() local
208 final VariantContext vc = new VariantContextBuilder(makeVC()) in testCombineAndFinalize() local
231 final VariantContext vc = new VariantContextBuilder(makeVC()) in testCombineAndFinalizeHighMQSquared() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dgtk.c144 VirtualConsole *vc; in gd_vc_find_by_menu() local
159 VirtualConsole *vc; in gd_vc_find_by_page() local
589 VirtualConsole *vc = vcon; in gd_hw_gl_flushed() local
709 VirtualConsole *vc = opaque; in gd_render_event() local
753 VirtualConsole *vc = opaque; in gd_draw_event() local
839 VirtualConsole *vc = opaque; in gd_motion_event() local
926 VirtualConsole *vc = opaque; in gd_button_event() local
965 VirtualConsole *vc = opaque; in gd_scroll_event() local
1561 VirtualConsole *vc; in gd_change_page() local
2111 int vc; in gd_create_menu_view() local
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dgtk.c144 VirtualConsole *vc; in gd_vc_find_by_menu() local
159 VirtualConsole *vc; in gd_vc_find_by_page() local
589 VirtualConsole *vc = vcon; in gd_hw_gl_flushed() local
709 VirtualConsole *vc = opaque; in gd_render_event() local
753 VirtualConsole *vc = opaque; in gd_draw_event() local
836 VirtualConsole *vc = opaque; in gd_motion_event() local
920 VirtualConsole *vc = opaque; in gd_button_event() local
959 VirtualConsole *vc = opaque; in gd_scroll_event() local
1535 VirtualConsole *vc; in gd_change_page() local
2085 int vc; in gd_create_menu_view() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr96808.c9 old_ok (__vector_quad *dst, vector unsigned char vc) in old_ok()
18 test0 (__vector_quad *dst, vector unsigned char vc) in test0()
27 test1 (__vector_quad *dst, vector unsigned char vc) in test1()
36 test2 (__vector_quad *dst, vector unsigned char vc) in test2()
48 test3 (__vector_quad *dst, vector unsigned char vc) in test3()
55 test4 (__vector_quad *dst[], vector unsigned char vc) in test4()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr96808.c9 old_ok (__vector_quad *dst, vector unsigned char vc) in old_ok()
18 test0 (__vector_quad *dst, vector unsigned char vc) in test0()
27 test1 (__vector_quad *dst, vector unsigned char vc) in test1()
36 test2 (__vector_quad *dst, vector unsigned char vc) in test2()
48 test3 (__vector_quad *dst, vector unsigned char vc) in test3()
55 test4 (__vector_quad *dst[], vector unsigned char vc) in test4()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr96808.c9 old_ok (__vector_quad *dst, vector unsigned char vc) in old_ok()
18 test0 (__vector_quad *dst, vector unsigned char vc) in test0()
27 test1 (__vector_quad *dst, vector unsigned char vc) in test1()
36 test2 (__vector_quad *dst, vector unsigned char vc) in test2()
48 test3 (__vector_quad *dst, vector unsigned char vc) in test3()
55 test4 (__vector_quad *dst[], vector unsigned char vc) in test4()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dpr96808.c9 old_ok (__vector_quad *dst, vector unsigned char vc) in old_ok()
18 test0 (__vector_quad *dst, vector unsigned char vc) in test0()
27 test1 (__vector_quad *dst, vector unsigned char vc) in test1()
36 test2 (__vector_quad *dst, vector unsigned char vc) in test2()
48 test3 (__vector_quad *dst, vector unsigned char vc) in test3()
55 test4 (__vector_quad *dst[], vector unsigned char vc) in test4()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr96808.c9 old_ok (__vector_quad *dst, vector unsigned char vc) in old_ok()
18 test0 (__vector_quad *dst, vector unsigned char vc) in test0()
27 test1 (__vector_quad *dst, vector unsigned char vc) in test1()
36 test2 (__vector_quad *dst, vector unsigned char vc) in test2()
48 test3 (__vector_quad *dst, vector unsigned char vc) in test3()
55 test4 (__vector_quad *dst[], vector unsigned char vc) in test4()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/powerpc/
H A Dpr96808.c9 old_ok (__vector_quad *dst, vector unsigned char vc) in old_ok()
18 test0 (__vector_quad *dst, vector unsigned char vc) in test0()
27 test1 (__vector_quad *dst, vector unsigned char vc) in test1()
36 test2 (__vector_quad *dst, vector unsigned char vc) in test2()
48 test3 (__vector_quad *dst, vector unsigned char vc) in test3()
55 test4 (__vector_quad *dst[], vector unsigned char vc) in test4()
/dports/devel/libvc/libvc-003/src/
H A Dvc.c178 vc_component *vc = NULL; in vc_link() local
220 vc_is_preferred (vc_component * vc) in vc_is_preferred()
267 vc_component *vc = NULL; in vc_get_preferred_tel() local
305 vc_component *vc = NULL; in vc_get_preferred_email() local
334 vc_get_group (const vc_component * vc) in vc_get_group()
353 vc_get_name (const vc_component * vc) in vc_get_name()
372 vc_get_param (const vc_component * vc) in vc_get_param()
535 vc_get_next (const vc_component * vc) in vc_get_next()
678 vc_delete (vc_component * vc) in vc_delete()
699 vc_delete_deep (vc_component * vc) in vc_delete_deep()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/
H A Dvirt-dma.h56 static inline struct dma_async_tx_descriptor *vchan_tx_prep(struct virt_dma_chan *vc, in vchan_tx_prep()
82 static inline bool vchan_issue_pending(struct virt_dma_chan *vc) in vchan_issue_pending()
96 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cookie_complete() local
114 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_vdesc_fini() local
133 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cyclic_callback() local
147 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_terminate_vdesc() local
161 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc()
177 static inline void vchan_get_all_descriptors(struct virt_dma_chan *vc, in vchan_get_all_descriptors()
187 static inline void vchan_free_chan_resources(struct virt_dma_chan *vc) in vchan_free_chan_resources()
211 static inline void vchan_synchronize(struct virt_dma_chan *vc) in vchan_synchronize()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/
H A Dvirt-dma.h56 static inline struct dma_async_tx_descriptor *vchan_tx_prep(struct virt_dma_chan *vc, in vchan_tx_prep()
82 static inline bool vchan_issue_pending(struct virt_dma_chan *vc) in vchan_issue_pending()
96 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cookie_complete() local
114 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_vdesc_fini() local
133 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_cyclic_callback() local
147 struct virt_dma_chan *vc = to_virt_chan(vd->tx.chan); in vchan_terminate_vdesc() local
161 static inline struct virt_dma_desc *vchan_next_desc(struct virt_dma_chan *vc) in vchan_next_desc()
177 static inline void vchan_get_all_descriptors(struct virt_dma_chan *vc, in vchan_get_all_descriptors()
187 static inline void vchan_free_chan_resources(struct virt_dma_chan *vc) in vchan_free_chan_resources()
211 static inline void vchan_synchronize(struct virt_dma_chan *vc) in vchan_synchronize()

12345678910>>...191