Home
last modified time | relevance | path

Searched refs:c_sync (Results 1 – 20 of 20) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnNetObject.cpp1904 static unsigned short c_sync=0; variable
1909 if (id==c_sync) in sync_ack_handler()
1946 m->Write(c_sync); in sn_Sync()
1978 m->Write(c_sync); in sn_Sync()
2024 unsigned short c_sync; in sync_msg_handler() local
2025 m.Read(c_sync); in sync_msg_handler()
2030 m->Write(c_sync); in sync_msg_handler()
2038 response->Write(c_sync); in sync_msg_handler()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/openkinect/wrappers/python/
H A DREADME31 - Integration with the c_sync wrapper: Provides sync_get_depth (get the depth without needed a call…
41 The synchronous calls are performed using the c_sync wrapper (no threading is done in Python).
/dports/math/py-theano/Theano-1.0.5/theano/typed_list/
H A Dtype.py128 def c_sync(self, name, sub): member in TypedListType
/dports/math/py-theano/Theano-1.0.5/theano/gof/
H A Dtype.py235 def c_sync(self, name, sub): member in CLinkerType
594 def c_sync(self, name, sub): member in Generic
747 def c_sync(self, name, sub): member in CDataType
H A Dcc.py475 """ % dict(sync=r.type.c_sync(name, sub), name=name, **sub)
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Daty128fb.c1039 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1128 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? (1 << 4) : 0; in aty128_var_to_crtc()
1130 crtc->gen_cntl = 0x3000000L | c_sync | (dst << 8); in aty128_var_to_crtc()
1228 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1243 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty128_crtc_to_var()
1257 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty128_crtc_to_var()
H A Datyfb_base.c822 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; in aty_var_to_crtc() local
1015 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? CRTC_CSYNC_EN : 0; in aty_var_to_crtc()
1037 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc()
1171 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
1187 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty_crtc_to_var()
1203 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty_crtc_to_var()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Daty128fb.c1039 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1128 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? (1 << 4) : 0; in aty128_var_to_crtc()
1130 crtc->gen_cntl = 0x3000000L | c_sync | (dst << 8); in aty128_var_to_crtc()
1228 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1243 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty128_crtc_to_var()
1257 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty128_crtc_to_var()
H A Datyfb_base.c822 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; in aty_var_to_crtc() local
1015 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? CRTC_CSYNC_EN : 0; in aty_var_to_crtc()
1037 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc()
1171 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
1187 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty_crtc_to_var()
1203 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty_crtc_to_var()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Daty128fb.c1039 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1128 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? (1 << 4) : 0; in aty128_var_to_crtc()
1130 crtc->gen_cntl = 0x3000000L | c_sync | (dst << 8); in aty128_var_to_crtc()
1228 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1243 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty128_crtc_to_var()
1257 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty128_crtc_to_var()
H A Datyfb_base.c822 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; in aty_var_to_crtc() local
1015 c_sync = sync & FB_SYNC_COMP_HIGH_ACT ? CRTC_CSYNC_EN : 0; in aty_var_to_crtc()
1037 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc()
1171 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
1187 c_sync = crtc->gen_cntl & CRTC_CSYNC_EN ? 1 : 0; in aty_crtc_to_var()
1203 (c_sync ? FB_SYNC_COMP_HIGH_ACT : 0); in aty_crtc_to_var()
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dcache.c1275 char *c_sync = NULL; in uwsgi_cache_create() local
1306 "sync", &c_sync, in uwsgi_cache_create()
1400 if (c_sync) { in uwsgi_cache_create()
1402 uwsgi_foreach_token(c_sync, ";", p, ctx) { in uwsgi_cache_create()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dtype.py478 def c_sync(self, name, sub): member in TensorType
/dports/math/py-theano/Theano-1.0.5/theano/gof/tests/
H A Dtest_cc.py49 def c_sync(self, name, sub): member in TDouble
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Dtype.py468 def c_sync(self, name, sub): member in GpuArrayType
/dports/math/py-theano/Theano-1.0.5/theano/scalar/
H A Dbasic.py476 def c_sync(self, name, sub): member in Scalar
/dports/textproc/wiggle/wiggle-1.3/tests/contrib/series/
H A Dmerge14939 patches.suse/i40evf-use-__dev_-um-c_sync-routines-in-.set_rx_mode.patch
H A Dorig14938 patches.suse/i40evf-use-__dev_-um-c_sync-routines-in-.set_rx_mode.patch
H A Dldiff14949 - patches.suse/i40evf-use-__dev_-um-c_sync-routines-in-.set_rx_mode.patch
H A Ddiff14942 | patches.suse/i40evf-use-__dev_-um-c_sync-routines-in-.set_rx_mode.patch