Home
last modified time | relevance | path

Searched refs:vc (Results 176 – 200 of 18401) sorted by relevance

12345678910>>...737

/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mach-omap2/
H A Dvc.c121 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_config_channel() local
131 vc->cfg_channel << vc->cfg_channel_sa_shift, in omap_vc_config_channel()
142 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_pre_scale() local
197 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_bypass_scale() local
210 (vc->volt_reg_addr << vc->common->regaddr_shift) | in omap_vc_bypass_scale()
211 (vc->i2c_slave_addr << vc->common->slaveaddr_shift); in omap_vc_bypass_scale()
337 if (vc.vd) in omap3_vc_init_pmic_signaling()
592 if (vc.vd) in omap4_vc_init_pmic_signaling()
747 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_i2c_init() local
825 struct omap_vc_channel *vc = voltdm->vc; in omap_vc_init_channel() local
[all …]
/dports/shells/ksh93/ast-93u/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()
34 if(!vc)
37 if(vc->disc && vc->disc->eventf &&
38 (*vc->disc->eventf)(vc, VC_CLOSING, NIL(Void_t*), vc->disc) < 0 )
43 if(vc->coder && (vc->flags&VC_CLOSECODER) && vcclose(vc->coder) < 0 )
46 if(vcfreecontext(vc, NIL(Vccontext_t*)) < 0 )
49 if(vc->meth && vc->meth->eventf &&
50 (*vc->meth->eventf)(vc, VC_CLOSING, NIL(Void_t*)) < 0 )
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/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()
34 if(!vc)
37 if(vc->disc && vc->disc->eventf &&
38 (*vc->disc->eventf)(vc, VC_CLOSING, NIL(Void_t*), vc->disc) < 0 )
43 if(vc->coder && (vc->flags&VC_CLOSECODER) && vcclose(vc->coder) < 0 )
46 if(vcfreecontext(vc, NIL(Vccontext_t*)) < 0 )
49 if(vc->meth && vc->meth->eventf &&
50 (*vc->meth->eventf)(vc, VC_CLOSING, NIL(Void_t*)) < 0 )
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/vt/
H A Dvt_ioctl.c54 return vc && kref_read(&vc->port.kref) > 1; in vt_in_use()
269 vc->vc_mode = mode; in vt_kdsetmode()
657 vc[i] = NULL; in vt_disallocate_all()
920 if (vc) { in vt_ioctl()
981 vc = vc_con->d; in vc_SAK()
982 if (vc) { in vc_SAK()
991 reset_vc(vc); in vc_SAK()
1167 if (kill_pid(vc->vt_pid, vc->vt_mode.acqsig, 1) != 0) { in complete_change_console()
1177 reset_vc(vc); in complete_change_console()
1231 if (kill_pid(vc->vt_pid, vc->vt_mode.relsig, 1) == 0) { in change_console()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/vt/
H A Dvt_ioctl.c54 return vc && kref_read(&vc->port.kref) > 1; in vt_in_use()
269 vc->vc_mode = mode; in vt_kdsetmode()
657 vc[i] = NULL; in vt_disallocate_all()
920 if (vc) { in vt_ioctl()
981 vc = vc_con->d; in vc_SAK()
982 if (vc) { in vc_SAK()
991 reset_vc(vc); in vc_SAK()
1167 if (kill_pid(vc->vt_pid, vc->vt_mode.acqsig, 1) != 0) { in complete_change_console()
1177 reset_vc(vc); in complete_change_console()
1231 if (kill_pid(vc->vt_pid, vc->vt_mode.relsig, 1) == 0) { in change_console()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/vt/
H A Dvt_ioctl.c54 return vc && kref_read(&vc->port.kref) > 1; in vt_in_use()
269 vc->vc_mode = mode; in vt_kdsetmode()
657 vc[i] = NULL; in vt_disallocate_all()
920 if (vc) { in vt_ioctl()
981 vc = vc_con->d; in vc_SAK()
982 if (vc) { in vc_SAK()
991 reset_vc(vc); in vc_SAK()
1167 if (kill_pid(vc->vt_pid, vc->vt_mode.acqsig, 1) != 0) { in complete_change_console()
1177 reset_vc(vc); in complete_change_console()
1231 if (kill_pid(vc->vt_pid, vc->vt_mode.relsig, 1) == 0) { in change_console()
[all …]
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/vnc/
H A Dvnc_clip.c322 v->vc->startup_complete = 1; in handle_cb_format_list()
402 struct vnc_clipboard_data *vc = v->vc; in handle_cb_format_data_request() local
527 struct vnc_clipboard_data *vc = v->vc; in handle_cb_format_data_response() local
535 if (vc->active_data_requests > 0 && --vc->active_data_requests == 0) in handle_cb_format_data_response()
635 if (vc->rfb_clip_s->p != vc->rfb_clip_s->data && in handle_cb_format_data_response()
755 struct vnc_clipboard_data *vc = v->vc; in send_format_list() local
789 v->vc = (struct vnc_clipboard_data *)g_malloc(sizeof(*v->vc), 1); in vnc_clip_init()
801 g_free(v->vc); in vnc_clip_exit()
880 struct vnc_clipboard_data *vc = v->vc; in vnc_clip_process_channel_data() local
952 vc->dechunker_s->p = vc->dechunker_s->data; in vnc_clip_process_channel_data()
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/
H A DODBC.progen2 vc.project.name = ODBC
3 vc.project.target = PocoDataODBC
4 vc.project.type = library
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
12 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
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/Util/
H A DUtil.progen2 vc.project.name = Util
3 vc.project.target = Poco${vc.project.name}
4 vc.project.type = library
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
12 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
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/XML/
H A DXML.progen2 vc.project.name = XML
3 vc.project.target = Poco${vc.project.name}
4 vc.project.type = library
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
12 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
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/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/videostab/stab/
H A Dvector.c24 vc v3; in vc_zero()
34 vc v3; in vc_one()
44 vc v3; in vc_set()
52 vc vc_add(vc v1, vc v2) { in vc_add()
54 vc v3; in vc_add()
62 vc vc_sub(vc v1, vc v2) { in vc_sub()
72 vc vc_mul(vc v1, float v2) { in vc_mul()
82 vc vc_div(vc v1, float v2) { in vc_div()
92 void vc_acc(vc *v1, vc v2) { in vc_acc()
98 void vc_mul_acc(vc *v1, vc v2, float v3) { in vc_mul_acc()
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/videostab/stab/
H A Dvector.c24 vc v3; in vc_zero()
34 vc v3; in vc_one()
44 vc v3; in vc_set()
52 vc vc_add(vc v1, vc v2) { in vc_add()
54 vc v3; in vc_add()
62 vc vc_sub(vc v1, vc v2) { in vc_sub()
72 vc vc_mul(vc v1, float v2) { in vc_mul()
82 vc vc_div(vc v1, float v2) { in vc_div()
92 void vc_acc(vc *v1, vc v2) { in vc_acc()
98 void vc_mul_acc(vc *v1, vc v2, float v3) { in vc_mul_acc()
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/videostab/stab/
H A Dvector.c24 vc v3; in vc_zero()
34 vc v3; in vc_one()
44 vc v3; in vc_set()
52 vc vc_add(vc v1, vc v2) { in vc_add()
54 vc v3; in vc_add()
62 vc vc_sub(vc v1, vc v2) { in vc_sub()
72 vc vc_mul(vc v1, float v2) { in vc_mul()
82 vc vc_div(vc v1, float v2) { in vc_div()
92 void vc_acc(vc *v1, vc v2) { in vc_acc()
98 void vc_mul_acc(vc *v1, vc v2, float v3) { in vc_mul_acc()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/vme/
H A Dvmevar.h107 (*((vc)->vct_map))((vc)->cookie, (vmeaddr), (len), (am), (datasize), \
110 (*((vc)->vct_unmap))((vc)->cookie, (resc))
116 (*((vc)->vct_probe))((vc)->cookie, (vmeaddr), (len), (am), \
123 (*((vc)->vct_int_map))((vc)->cookie, (level), (vector), (handlep))
125 (*((vc)->vct_int_evcnt))((vc)->cookie, (handle))
127 (*((vc)->vct_int_establish))((vc)->cookie, \
130 (*((vc)->vct_int_unmap))((vc)->cookie, (cookie))
137 (*((vc)->vct_dmamap_create))((vc)->cookie, (size), (am), (datasize), \
140 (*((vc)->vct_dmamap_destroy))((vc)->cookie, (map))
147 (*((vc)->vct_dmamem_alloc))((vc)->cookie, (size), (am), (datasize), (swap), \
[all …]
/dports/math/stp/stp-2.3.3/tests/api/C/
H A Dfailing_solvermap.cpp10 VC vc = vc_createValidityChecker(); in TEST() local
11 Expr falseExpr = vc_falseExpr(vc); in TEST()
13 Expr A = vc_varExpr(vc, "A", vc_bv32Type(vc)); in TEST()
14 Expr B = vc_varExpr(vc, "B", vc_bv32Type(vc)); in TEST()
16 vc_push(vc); in TEST()
20 vc_bv32PlusExpr(vc, AplusB, vc_bv32ConstExprFromInt(vc, 42)); in TEST()
22 vc_assertFormula(vc, in TEST()
23 vc_bvGtExpr(vc, AplusB, vc_bv32ConstExprFromInt(vc, 100))); in TEST()
24 assert(0 == vc_query(vc, falseExpr)); in TEST()
26 vc, vc_bvGtExpr(vc, AplusBplus42, vc_bv32ConstExprFromInt(vc, 5))); in TEST()
[all …]
H A Dx.cpp33 vc_setFlags(vc, 'd'); in TEST()
36 Expr nresp1 = vc_varExpr(vc, "nresp1", vc_bv32Type(vc)); in TEST()
37 Expr packet_get_int0 = vc_varExpr(vc, "packet_get_int0", vc_bv32Type(vc)); in TEST()
38 Expr sz = vc_varExpr(vc, "sz", vc_bv32Type(vc)); in TEST()
46 vc_bvGtExpr(vc, nresp1, vc_bv32ConstExprFromInt(vc, 0)), in TEST()
50 vc, sz, in TEST()
51 d0 = vc_bv32MultExpr(vc, nresp1, vc_bv32ConstExprFromInt(vc, 4))), in TEST()
54 vc_orExpr(vc, d1 = vc_sbvGeExpr(vc, sz, nresp1), in TEST()
55 d2 = vc_sbvLtExpr(vc, sz, vc_bv32ConstExprFromInt(vc, 0))), in TEST()
60 int query = vc_query(vc, res); in TEST()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dvga.c451 scr->cfg = vc; in vga_init_screen()
526 vc->nscreens++; in vga_init_screen()
585 vc->currentfontset1 = vc->currentfontset2 = 0; in vga_init()
655 sc->sc_vc = vc; in vga_common_attach()
656 vc->softc = sc; in vga_common_attach()
721 vh = &vc->hdl; in vga_cndetach()
884 vga_init_screen(vc, scr, type, vc->nscreens == 0, defattrp); in vga_alloc_screen()
906 vc->nscreens--; in vga_free_screen()
918 vc->active = 0; in vga_free_screen()
1014 (*vc->switchcb)(vc->switchcbarg, EIO, 0); in vga_doswitch()
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/
H A DSQLite.progen2 vc.project.name = SQLite
3 vc.project.target = PocoDataSQLite
4 vc.project.type = library
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
12 vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS
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/JWT/
H A DJWT.progen2 vc.project.name = JWT
3 vc.project.target = Poco${vc.project.name}
4 vc.project.type = library
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.shared = ${vc.project.name}_EXPORTS
12 vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared}
13 vc.project.compiler.defines.release_shared = ${vc.project.compiler.defines.shared}
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_cache.c170 vdev_cache_evict(vc, ve); in vdev_cache_allocate()
218 mutex_enter(&vc->vc_lock); in vdev_cache_fill()
235 vdev_cache_evict(vc, ve); in vdev_cache_fill()
237 mutex_exit(&vc->vc_lock); in vdev_cache_fill()
268 mutex_enter(&vc->vc_lock); in vdev_cache_read()
290 mutex_exit(&vc->vc_lock); in vdev_cache_read()
298 mutex_exit(&vc->vc_lock); in vdev_cache_read()
310 mutex_exit(&vc->vc_lock); in vdev_cache_read()
333 mutex_enter(&vc->vc_lock); in vdev_cache_write()
353 mutex_exit(&vc->vc_lock); in vdev_cache_write()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/Vclz4/
H A Dvclz4.c50 Vcodex_t *vc; in _lz4_setmtarg()
78 Vcodex_t *vc; in _lz4_opening()
91 vcsetmtdata(vc, lz4);
99 Vcodex_t *vc; in _lz4_closing()
116 Vcodex_t *vc; in vclz4()
171 vcbuffer(vc, output, -1, -1);
197 vcbuffer(vc, dt, -1, -1);
213 Vcodex_t* vc; in vcunlz4()
257 vcbuffer(vc, output, -1, -1);
265 vcbuffer(vc, data, -1, -1);
[all …]
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Solids/
H A DSolidBerman88.cpp18 auto vc = subst.thermoParameters().volume_coeff; in thermoPropertiesMinBerman88() local
20 if (vc.size() != 5) in thermoPropertiesMinBerman88()
26 auto aE = vc[0] + vc[1]*2.*(T-Tst) + vc[2]*3.*((T-Tst)*(T-Tst)); in thermoPropertiesMinBerman88()
27 auto aC = - vc[3] - vc[4]*2.*P; in thermoPropertiesMinBerman88()
37 … tps.volume += ( vc[0]*VT + vc[1]*VT*(T-Tst) + vc[2]*VT*Ts2 + vc[3]*VP + vc[4]*VP*(P-Pst) ); in thermoPropertiesMinBerman88()
38 tps.entropy += ( - vc[0]*VP - vc[1]*VP*2.*(T-Tst) - vc[2]*VP*3*Ts2 ); in thermoPropertiesMinBerman88()
39 …tps.gibbs_energy += ( vc[0]*(T-Tst)*VP + vc[1]*VP*Ts2 + vc[2]*VP*Ts2*(T-Tst) + vc[3]*VP*(P-Pst) / … in thermoPropertiesMinBerman88()
40 + vc[4]*VP*((P-Pst)*(P-Pst)) / 3. ); in thermoPropertiesMinBerman88()
41 … tps.enthalpy += ( - vc[0]*Tst*VP - vc[1]*VP*(T + Tst)* (T-Tst) + vc[2]*VP*Ts2*(2.*T + Tst) in thermoPropertiesMinBerman88()
42 + vc[3]*VP*(P-Pst) / 2. + vc[4]*VP*((P-Pst)*(P-Pst)) / 3. ); in thermoPropertiesMinBerman88()
/dports/math/stp/stp-2.3.3/lib/Interface/
H A Dc_interface.cpp70 process_argument(c, vc); in vc_setFlags()
76 process_argument(c, vc); in vc_setFlag()
287 assert(vc); in vc_printQueryStateToBuffer()
327 assert(vc); in vc_printCounterExampleToBuffer()
566 void vc_push(VC vc) in vc_push() argument
575 void vc_pop(VC vc) in vc_pop() argument
1385 return vc_bvExtract(vc, vc_bvLeftShiftExpr(vc, sh_amt, child), 31, 0); in vc_bv32LeftShiftExpr()
1411 thenpart = vc_bvExtract(vc, vc_bvLeftShiftExpr(vc, count, child), in vc_bvVar32LeftShiftExpr()
1710 vc, newarray, vc_bvPlusExpr(vc, 32, byteIndex, in vc_bvWriteToMemoryArray()
1844 assert(vc); in vc_getHashQueryStateToBuffer()
[all …]
/dports/games/pvpgn/pvpgn-1.8.5/src/bnproxy/
H A Dvirtconn.h82 extern void virtconn_destroy(t_virtconn * vc);
87 extern unsigned int virtconn_get_udpaddr(t_virtconn const * vc);
89 extern t_queue * * virtconn_get_clientin_queue(t_virtconn * vc);
90 extern int virtconn_get_clientin_size(t_virtconn const * vc);
92 extern t_queue * * virtconn_get_clientout_queue(t_virtconn * vc);
93 extern int virtconn_get_clientout_size(t_virtconn const * vc);
95 extern int virtconn_get_client_socket(t_virtconn const * vc);
96 extern t_queue * * virtconn_get_serverin_queue(t_virtconn * vc);
97 extern int virtconn_get_serverin_size(t_virtconn const * vc);
100 extern int virtconn_get_serverout_size(t_virtconn const * vc);
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/src/
H A Dch3u_handle_connection.c55 switch (vc->state) in MPIDI_CH3U_Handle_connection()
146 "**ch3|unhandled_connection_state %p %d", vc, vc->state); in MPIDI_CH3U_Handle_connection()
162 if (vc->pg != NULL && (MPIR_Object_get_ref(vc) == 0)) in MPIDI_CH3U_Handle_connection()
227 close_pkt->ack ? "TRUE" : "FALSE", vc->pg, vc, in MPIDI_CH3U_VC_SendClose()
280 vc->pg_rank); in MPIDI_CH3_PktHandler_Close()
298 vc->pg_rank); in MPIDI_CH3_PktHandler_Close()
303 if (vc->state != MPIDI_VC_STATE_ACTIVE) in MPIDI_CH3_PktHandler_Close()
308 vc->pg_rank); in MPIDI_CH3_PktHandler_Close()
318 vc->pg_rank); in MPIDI_CH3_PktHandler_Close()
321 MPIDI_CHANGE_VC_STATE(vc, CLOSED); in MPIDI_CH3_PktHandler_Close()
[all …]

12345678910>>...737