Home
last modified time | relevance | path

Searched refs:vc (Results 201 – 225 of 18913) sorted by relevance

12345678910>>...757

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_select.c428 r_data->vc = vc; in view3d_userdata_lassoselect_init()
859 esel, vc->depsgraph, vc->obedit, vc->em, sel_op); in do_lasso_select_mesh()
889 esel, vc->depsgraph, vc->obedit, vc->em, sel_op); in do_lasso_select_mesh()
2580 r_data->vc = vc; in view3d_userdata_boxselect_init()
2646 vc->depsgraph, vc->region, vc->v3d, rect, NULL); in do_paintvert_box_select()
2701 vc->depsgraph, vc->region, vc->v3d, rect, NULL); in do_paintface_box_select()
2915 vc->depsgraph, vc->region, vc->v3d, rect, NULL); in do_mesh_box_select()
2922 esel, vc->depsgraph, vc->obedit, vc->em, sel_op); in do_mesh_box_select()
2952 esel, vc->depsgraph, vc->obedit, vc->em, sel_op); in do_mesh_box_select()
3287 vc.view_layer, vc.v3d, vc.obedit->type, vc.obedit->mode, ob_iter) { in view3d_box_select_exec()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dbitblit.c26 struct vc_data *vc) in update_attr() argument
51 area.sx = sx * vc->vc_font.width; in bit_bmove()
52 area.sy = sy * vc->vc_font.height; in bit_bmove()
53 area.dx = dx * vc->vc_font.width; in bit_bmove()
54 area.dy = dy * vc->vc_font.height; in bit_bmove()
83 u32 idx = vc->vc_font.width >> 3; in bit_putcs_aligned()
91 update_attr(buf, src, attr, vc); in bit_putcs_aligned()
118 u32 idx = vc->vc_font.width >> 3; in bit_putcs_unaligned()
252 src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height)); in bit_cursor()
280 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->state.x)) || in bit_cursor()
[all …]
H A Dfbcon_cw.c26 struct vc_data *vc) in cw_update_attr() argument
56 area.sy = sx * vc->vc_font.width; in cw_bmove()
58 area.dy = dx * vc->vc_font.width; in cw_bmove()
75 region.dy = sx * vc->vc_font.width; in cw_clear()
103 vc->vc_font.width); in cw_putcs_aligned()
106 vc->vc_font.width); in cw_putcs_aligned()
136 image.dy = xx * vc->vc_font.width; in cw_putcs()
137 image.width = vc->vc_font.height; in cw_putcs()
260 dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height); in cw_cursor()
261 dy = vc->state.x * vc->vc_font.width; in cw_cursor()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dbitblit.c26 struct vc_data *vc) in update_attr() argument
51 area.sx = sx * vc->vc_font.width; in bit_bmove()
52 area.sy = sy * vc->vc_font.height; in bit_bmove()
53 area.dx = dx * vc->vc_font.width; in bit_bmove()
54 area.dy = dy * vc->vc_font.height; in bit_bmove()
83 u32 idx = vc->vc_font.width >> 3; in bit_putcs_aligned()
91 update_attr(buf, src, attr, vc); in bit_putcs_aligned()
118 u32 idx = vc->vc_font.width >> 3; in bit_putcs_unaligned()
252 src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height)); in bit_cursor()
280 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->state.x)) || in bit_cursor()
[all …]
H A Dfbcon_cw.c26 struct vc_data *vc) in cw_update_attr() argument
56 area.sy = sx * vc->vc_font.width; in cw_bmove()
58 area.dy = dx * vc->vc_font.width; in cw_bmove()
75 region.dy = sx * vc->vc_font.width; in cw_clear()
103 vc->vc_font.width); in cw_putcs_aligned()
106 vc->vc_font.width); in cw_putcs_aligned()
136 image.dy = xx * vc->vc_font.width; in cw_putcs()
137 image.width = vc->vc_font.height; in cw_putcs()
260 dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height); in cw_cursor()
261 dy = vc->state.x * vc->vc_font.width; in cw_cursor()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dbitblit.c26 struct vc_data *vc) in update_attr() argument
51 area.sx = sx * vc->vc_font.width; in bit_bmove()
52 area.sy = sy * vc->vc_font.height; in bit_bmove()
53 area.dx = dx * vc->vc_font.width; in bit_bmove()
54 area.dy = dy * vc->vc_font.height; in bit_bmove()
83 u32 idx = vc->vc_font.width >> 3; in bit_putcs_aligned()
91 update_attr(buf, src, attr, vc); in bit_putcs_aligned()
118 u32 idx = vc->vc_font.width >> 3; in bit_putcs_unaligned()
252 src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height)); in bit_cursor()
280 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->state.x)) || in bit_cursor()
[all …]
H A Dfbcon_cw.c26 struct vc_data *vc) in cw_update_attr() argument
56 area.sy = sx * vc->vc_font.width; in cw_bmove()
58 area.dy = dx * vc->vc_font.width; in cw_bmove()
75 region.dy = sx * vc->vc_font.width; in cw_clear()
103 vc->vc_font.width); in cw_putcs_aligned()
106 vc->vc_font.width); in cw_putcs_aligned()
136 image.dy = xx * vc->vc_font.width; in cw_putcs()
137 image.width = vc->vc_font.height; in cw_putcs()
260 dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height); in cw_cursor()
261 dy = vc->state.x * vc->vc_font.width; in cw_cursor()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_esi_fetch.c103 VFP_Extend(vc, dl, VFP_OK); in vfp_vep_callback()
136 p = ObjSetAttr(vc->wrk, vc->oc, in vfp_esi_end()
139 retval = VFP_Error(vc, in vfp_esi_end()
150 retval = VFP_Error(vc, in vfp_esi_end()
176 vef->vep = VEP_Init(vc, vc->req, vfp_vep_callback, vef); in v_matchproto_()
192 RFC2616_Weaken_Etag(vc->resp); in v_matchproto_()
197 RFC2616_Vary_AE(vc->resp); in v_matchproto_()
239 vp = vfp_esi_end(vc, vef, vp); in v_matchproto_()
258 vep = VEP_Init(vc, vc->req, NULL, NULL); in v_matchproto_()
264 vc->obj_flags |= OF_ESIPROC; in v_matchproto_()
[all …]
/dports/math/stp/stp-2.3.3/tests/api/C/
H A Dreported_error.cpp37 Type bv32 = vc_bvType(vc, 32); in TEST()
60 vc_push(vc); in TEST()
65 vc_assertFormula(vc, f_add); in TEST()
66 vc_printExpr(vc, f_add); in TEST()
71 vc_assertFormula(vc, ge); in TEST()
72 vc_printExpr(vc, ge); in TEST()
78 vc_assertFormula(vc, f_numeq); in TEST()
79 vc_printExpr(vc, f_numeq); in TEST()
84 vc_printAsserts(vc); in TEST()
86 int query = vc_query(vc, vc_falseExpr(vc)); in TEST()
[all …]
H A Dcounter-example-reading.cpp8 VC vc = vc_createValidityChecker(); in TEST() local
9 Expr falseExpr = vc_falseExpr(vc); in TEST()
11 Expr A = vc_varExpr(vc, "A", vc_bv32Type(vc)); in TEST()
12 Expr B = vc_varExpr(vc, "B", vc_bv32Type(vc)); in TEST()
14 vc_push(vc); in TEST()
16 Expr AplusB = vc_bv32PlusExpr(vc, A, B); in TEST()
18 vc_bv32PlusExpr(vc, AplusB, vc_bv32ConstExprFromInt(vc, 42)); in TEST()
20 assert(0 == vc_query(vc, falseExpr)); in TEST()
24 WholeCounterExample wce = vc_getWholeCounterExample(vc); in TEST()
32 vc_getCounterExample(vc, A); in TEST()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/sv/utils/
H A DSVContextUnitTest.java114 …mpleInterval expectedInterval = new SimpleInterval(vc.getContig(), vc.getStart() + 1 - paddingSize… in testComposeReferenceHaplotype()
135 …mpleInterval expectedInterval = new SimpleInterval(vc.getContig(), vc.getStart() + 1 - paddingSize… in testComposeAlternativeHaplotype()
141 … new SimpleInterval(vc.getContig(), vc.getStart() + 1 - paddingSize, vc.getStart())).getBases(), in testComposeAlternativeHaplotype()
143 …reference.getReferenceBases(new SimpleInterval(vc.getContig(), vc.getStart() + 1, vc.getStart() + … in testComposeAlternativeHaplotype()
147 … new SimpleInterval(vc.getContig(), vc.getStart() + 1 - paddingSize, vc.getStart())).getBases(), in testComposeAlternativeHaplotype()
202 testCreate(vc, reference); in testTestOutputFileContent()
204 testEnd(vc, reference); in testTestOutputFileContent()
205 testType(vc, reference); in testTestOutputFileContent()
219 .map(vc -> new Object[]{vc, reference}) in validVariantContexts()
235 .map(vc -> new Object[]{vc, reference}) in validInsertionsAndDeletions()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/
H A Dvcclose.c28 int vcclose(Vcodex_t* vc) in vcclose() argument
30 int vcclose(vc) in vcclose()
31 Vcodex_t* vc; in vcclose()
36 if(!vc)
39 coder = (vc->flags&VC_CLOSECODER) ? vc->coder : NIL(Vcodex_t*);
41 if(vc->disc && vc->disc->eventf &&
42 (*vc->disc->eventf)(vc, VC_CLOSING, NIL(Void_t*), vc->disc) < 0 )
45 if(vcfreecontext(vc, NIL(Vccontext_t*)) < 0 )
47 if(vc->meth && vc->meth->eventf &&
48 (*vc->meth->eventf)(vc, VC_CLOSING, NIL(Void_t*)) < 0 )
[all …]
/dports/devel/poco/poco-1.10.1-all/PageCompiler/File2Page/
H A DFile2Page.progen2 vc.project.name = File2Page
3 vc.project.target = f2cpsp
4 vc.project.type = executable
5 vc.project.pocobase = ..\\..
6 vc.project.outdir = ${vc.project.pocobase}
7 vc.project.platforms = Win32
9 vc.project.prototype = ${vc.project.name}_vs90.vcproj
11 vc.project.compiler.defines =
13 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
14 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/testsuite/
H A DTestSuite.progen1 vc.project.guid = C1B1BB96-5198-48EB-AB48-9A0A0B54FB15
2 vc.project.name = TestSuite
3 vc.project.target = TestSuite
4 vc.project.type = testsuite
5 vc.project.pocobase = ..\\..\\..
6 vc.project.platforms = Win32
8 vc.project.prototype = TestSuite_vs90.vcproj
9 postgresql = ${vc.project.pocobase}\\postgresql
10 vc.project.compiler.include = ${postgresql}\\include;${vc.project.pocobase}\\Foundation\\include;${
12 vc.project.linker.dependencies = iphlpapi.lib
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_pcor.c221 return vc ; in new_PCOR_voxel_corr()
258 if( vc->chrow != NULL ) free( vc->chrow ) ; in free_PCOR_voxel_corr()
259 free( vc ) ; in free_PCOR_voxel_corr()
273 int vox , nv = vc->nvox , nr = vc->nref ; in PCOR_get_pcor()
309 den = VCH(vc,vox,nr) + SQR(VCH(vc,vox,nr-1)) ; in PCOR_get_pcor()
325 int vox , nv = vc->nvox , nr = vc->nref , ii ; in PCOR_get_mcor()
377 int vox , nv = vc->nvox , nr = vc->nref ; in PCOR_get_coef()
404 int vox , nv = vc->nvox , nr = vc->nref , nup = vc->nupdate ; in PCOR_get_variance()
443 int vox,jj,kk , nv = vc->nvox , nr = vc->nref ; in PCOR_get_lsqfit()
499 int vox,jj,kk , nv=vc->nvox , nr=vc->nref , nup=ref->nupdate ; in PCOR_get_perc()
[all …]
/dports/audio/baresip/baresip-0.5.8/src/
H A Dvidcodec.c19 if (!vidcodecl || !vc) in vidcodec_register()
22 list_append(vidcodecl, &vc->le, vc); in vidcodec_register()
24 info("vidcodec: %s\n", vc->name); in vidcodec_register()
35 if (!vc) in vidcodec_unregister()
38 list_unlink(&vc->le); in vidcodec_unregister()
58 struct vidcodec *vc = le->data; in vidcodec_find() local
66 return vc; in vidcodec_find()
93 if (vc->ench) in vidcodec_find_encoder()
94 return vc; in vidcodec_find_encoder()
121 if (vc->dech) in vidcodec_find_decoder()
[all …]
/dports/devel/poco/poco-1.10.1-all/Crypto/samples/genrsakey/
H A Dgenrsakey.progen1 vc.project.guid = ${vc.project.guidFromName}
2 vc.project.name = ${vc.project.baseName}
3 vc.project.target = ${vc.project.name}
4 vc.project.type = executable
5 vc.project.pocobase = ..\\..\\..
6 vc.project.platforms = Win32
8 vc.project.prototype = ${vc.project.name}_vs90.vcproj
11 vc.project.linker.dependencies.debug_shared =
12 vc.project.linker.dependencies.release_shared =
13 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
[all …]
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/samples/Mail/
H A DMail.progen1 vc.project.guid = ${vc.project.guidFromName}
2 vc.project.name = ${vc.project.baseName}
3 vc.project.target = ${vc.project.name}
4 vc.project.type = executable
5 vc.project.pocobase = ..\\..\\..
6 vc.project.platforms = Win32
8 vc.project.prototype = ${vc.project.name}_vs90.vcproj
11 vc.project.linker.dependencies.debug_shared =
12 vc.project.linker.dependencies.release_shared =
13 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
[all …]
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/samples/TwitterClient/
H A DTwitterClient.progen1 vc.project.guid = ${vc.project.guidFromName}
2 vc.project.name = ${vc.project.baseName}
3 vc.project.target = ${vc.project.name}
4 vc.project.type = executable
5 vc.project.pocobase = ..\\..\\..
6 vc.project.platforms = Win32
8 vc.project.prototype = ${vc.project.name}_vs90.vcproj
11 vc.project.linker.dependencies.debug_shared =
12 vc.project.linker.dependencies.release_shared =
13 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
[all …]
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/samples/download/
H A Ddownload.progen1 vc.project.guid = ${vc.project.guidFromName}
2 vc.project.name = ${vc.project.baseName}
3 vc.project.target = ${vc.project.name}
4 vc.project.type = executable
5 vc.project.pocobase = ..\\..\\..
6 vc.project.platforms = Win32
8 vc.project.prototype = ${vc.project.name}_vs90.vcproj
11 vc.project.linker.dependencies.debug_shared =
12 vc.project.linker.dependencies.release_shared =
13 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
[all …]
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/samples/HTTPSTimeServer/
H A DHTTPSTimeServer.progen1 vc.project.guid = ${vc.project.guidFromName}
2 vc.project.name = ${vc.project.baseName}
3 vc.project.target = ${vc.project.name}
4 vc.project.type = executable
5 vc.project.pocobase = ..\\..\\..
6 vc.project.platforms = Win32
8 vc.project.prototype = ${vc.project.name}_vs90.vcproj
11 vc.project.linker.dependencies.debug_shared =
12 vc.project.linker.dependencies.release_shared =
13 vc.project.linker.dependencies.debug_static_md = Crypt32.lib
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/src/
H A Dch3u_handle_connection.c57 switch (vc->state) in MPIDI_CH3U_Handle_connection()
150 "**ch3|unhandled_connection_state %p %d", vc, vc->state); in MPIDI_CH3U_Handle_connection()
166 if (vc->pg != NULL && (MPIU_Object_get_ref(vc) == 0)) in MPIDI_CH3U_Handle_connection()
222 MPIU_THREAD_CS_ENTER(CH3COMM,vc); in MPIDI_CH3U_VC_SendClose()
235 close_pkt->ack ? "TRUE" : "FALSE", vc->pg, vc, in MPIDI_CH3U_VC_SendClose()
262 MPIU_THREAD_CS_EXIT(CH3COMM,vc); in MPIDI_CH3U_VC_SendClose()
292 vc->pg_rank); in MPIDI_CH3_PktHandler_Close()
310 vc->pg_rank); in MPIDI_CH3_PktHandler_Close()
322 vc->pg_rank); in MPIDI_CH3_PktHandler_Close()
332 vc->pg_rank); in MPIDI_CH3_PktHandler_Close()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dmfe_wrappers.c25 vrna_fold_compound_t *vc; in vrna_fold() local
30 mfe = vrna_mfe(vc, structure); in vrna_fold()
32 vrna_fold_compound_free(vc); in vrna_fold()
43 vrna_fold_compound_t *vc; in vrna_circfold() local
51 vrna_fold_compound_free(vc); in vrna_circfold()
64 vrna_fold_compound_t *vc; in vrna_alifold() local
72 vrna_fold_compound_free(vc); in vrna_alifold()
83 vrna_fold_compound_t *vc; in vrna_circalifold() local
92 vrna_fold_compound_free(vc); in vrna_circalifold()
104 vrna_fold_compound_t *vc; in vrna_cofold() local
[all …]
H A Deval.c250 if (pt && vc) { in vrna_eval_structure_pt_v()
283 if (pt && vc) { in vrna_eval_loop_pt_v()
284 P = vc->params; in vrna_eval_loop_pt_v()
367 len = vc->length; in vrna_eval_move_pt()
371 P = vc->params; in vrna_eval_move_pt()
489 SS = vc->S; in eval_ext_int_loop()
650 sc = (vc->type == VRNA_FC_TYPE_SINGLE) ? vc->sc : NULL; in eval_circ_pt()
651 scs = (vc->type == VRNA_FC_TYPE_COMPARATIVE) ? vc->scs : NULL; in eval_circ_pt()
1170 S = (vc->type == VRNA_FC_TYPE_SINGLE) ? NULL : vc->S; in energy_of_extLoop_pt()
1384 idx = vc->jindx; in energy_of_ml_pt()
[all …]
/dports/devel/poco/poco-1.10.1-all/PageCompiler/
H A DPageCompiler.progen2 vc.project.name = PageCompiler
3 vc.project.target = cpspc
4 vc.project.type = executable
5 vc.project.pocobase = ..
6 vc.project.outdir = ${vc.project.pocobase}
7 vc.project.platforms = Win32
11 vc.project.compiler.defines =
12 vc.project.compiler.defines.shared =
13 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
14 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
[all …]

12345678910>>...757