Home
last modified time | relevance | path

Searched +defs:left +defs:sc (Results 1 – 25 of 1172) sorted by relevance

12345678910>>...47

/dports/biology/infernal/infernal-1.1.3/src/
H A Dalphabet.c45 float *left = NULL; in PairCount() local
95 float *left = NULL; in DegeneratePairScore() local
101 float sc; in DegeneratePairScore() local
146 float *left = NULL; in iDegeneratePairScore() local
152 float sc; in iDegeneratePairScore() local
221 float sc; in FastPairScoreBothDegenerate() local
233 float sc; in iFastPairScoreBothDegenerate() local
266 float sc; in FastPairScoreLeftOnlyDegenerate() local
276 float sc; in iFastPairScoreLeftOnlyDegenerate() local
307 float sc; in FastPairScoreRightOnlyDegenerate() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2c/
H A Dsgsmix.c98 struct sgsmix_softc *sc = device_private(self); in sgsmix_attach() local
110 sgsmix_setup(struct sgsmix_softc *sc) in sgsmix_setup()
136 sgsmix_writereg(struct sgsmix_softc *sc, int reg, uint8_t val) in sgsmix_writereg()
153 sgsmix_set_speaker_vol(void *cookie, int left, int right) in sgsmix_set_speaker_vol()
155 struct sgsmix_softc *sc = device_private((device_t)cookie); in sgsmix_set_speaker_vol() local
174 sgsmix_set_headphone_vol(void *cookie, int left, int right) in sgsmix_set_headphone_vol()
176 struct sgsmix_softc *sc = device_private((device_t)cookie); in sgsmix_set_headphone_vol() local
197 struct sgsmix_softc *sc = device_private((device_t)cookie); in sgsmix_set_bass_treble() local
/dports/devel/newt/newt-0.52.21/
H A Dscale.c26 newtComponent newtScale(int left, int top, int width, long long fullValue) { in newtScale()
28 struct scale * sc; in newtScale() local
54 struct scale * sc = co->data; in newtScaleSet() local
76 struct scale * sc = co->data; in newtScaleSetColors() local
84 struct scale * sc = co->data; in scaleDraw() local
/dports/x11-wm/cwm/cwm-6.7/
H A Dscreen.c41 struct screen_ctx *sc; in screen_init() local
87 screen_scan(struct screen_ctx *sc) in screen_scan()
112 struct screen_ctx *sc; in screen_find() local
123 screen_updatestackingorder(struct screen_ctx *sc) in screen_updatestackingorder()
143 region_find(struct screen_ctx *sc, int x, int y) in region_find()
175 screen_update_geometry(struct screen_ctx *sc) in screen_update_geometry()
234 screen_apply_gap(struct screen_ctx *sc, struct geom geom) in screen_apply_gap()
246 screen_assert_clients_within(struct screen_ctx *sc) in screen_assert_clients_within()
249 int top, left, right, bottom; in screen_assert_clients_within() local
268 screen_prop_win_create(struct screen_ctx *sc, Window win) in screen_prop_win_create()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/nand/
H A Dnand_bbt.c50 struct nand_softc *sc = device_private(self); in nand_bbt_init() local
63 struct nand_softc *sc = device_private(self); in nand_bbt_detach() local
72 struct nand_softc *sc = device_private(self); in nand_bbt_scan() local
100 struct nand_softc *sc = device_private(self); in nand_bbt_page_has_bbt() local
118 struct nand_softc *sc = device_private(self); in nand_bbt_get_bbt_from_page() local
122 size_t left, bbt_pages, i; in nand_bbt_get_bbt_from_page() local
160 struct nand_softc *sc = device_private(self); in nand_bbt_load() local
203 struct nand_softc *sc = device_private(self); in nand_bbt_block_mark() local
222 struct nand_softc *sc = device_private(self); in nand_bbt_block_isbad() local
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/storage/
H A Dstorage_persistent.c97 struct smp_sc *sc; in smp_baninfo() local
128 struct smp_sc *sc; in smp_banexport() local
163 smp_open_segs(struct smp_sc *sc, struct smp_signspace *spc) in smp_open_segs()
284 struct smp_sc *sc; in v_matchproto_() local
327 struct smp_sc *sc; in v_matchproto_() local
396 struct smp_sc *sc; in v_matchproto_() local
431 struct smp_sc *sc; in smp_allocx() local
434 uint64_t left, extra; in smp_allocx() local
513 struct smp_sc *sc; in v_matchproto_() local
638 struct smp_sc *sc; in v_matchproto_() local
[all …]
H A Dstorage_persistent_silo.c73 smp_save_seg(const struct smp_sc *sc, struct smp_signspace *spc) in smp_save_seg()
95 smp_save_segs(struct smp_sc *sc) in smp_save_segs()
133 smp_load_seg(struct worker *wrk, const struct smp_sc *sc, in smp_load_seg()
190 smp_new_seg(struct smp_sc *sc) in smp_new_seg()
263 smp_close_seg(struct smp_sc *sc, struct smp_seg *sg) in smp_close_seg()
265 uint64_t left, dst, len; in smp_close_seg() local
348 smp_loaded_st(const struct smp_sc *sc, const struct smp_seg *sg, in smp_loaded_st()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/nor/
H A Dnor.c142 struct nor_softc * const sc = device_private(self); in nor_attach() local
234 struct nor_softc * const sc = device_private(self); in nor_detach() local
301 struct nor_softc * const sc = device_private(self); in nor_flash_submit() local
353 struct nor_softc * const sc = device_private(self); in nor_scan_media() local
423 struct nor_softc * const sc = device_private(self); in nor_default_read_page() local
462 struct nor_softc * const sc = device_private(self); in nor_default_program_page() local
505 struct nor_softc * const sc = device_private(self); in nor_flash_erase_all() local
518 struct nor_softc * const sc = device_private(self); in nor_flash_erase() local
596 struct nor_softc * const sc = device_private(self); in nor_flash_write_unaligned() local
601 size_t left, count; in nor_flash_write_unaligned() local
[all …]
/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Dsp_ip_fragbits.c135 FragBitsData *left = (FragBitsData *)l; in IpFragBitsCheckCompare() local
166 FragOffsetData *left = (FragOffsetData *)l; in IpFragOffsetCheckCompare() local
218 void FragBitsInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in FragBitsInit()
265 void ParseFragBits(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseFragBits()
473 void FragOffsetInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in FragOffsetInit()
505 void ParseFragOffset(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseFragOffset()
H A Dsp_icmp_type_check.c78 IcmpTypeCheckData *left = (IcmpTypeCheckData *)l; in IcmpTypeCheckCompare() local
129 void IcmpTypeCheckInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in IcmpTypeCheckInit()
174 void ParseIcmpType(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseIcmpType()
H A Dsp_icmp_id_check.c99 IcmpIdCheckData *left = (IcmpIdCheckData *)l; in IcmpIdCheckCompare() local
151 void IcmpIdCheckInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in IcmpIdCheckInit()
197 void ParseIcmpId(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseIcmpId()
H A Dsp_icmp_seq_check.c98 IcmpSeqCheckData *left = (IcmpSeqCheckData *)l; in IcmpSeqCheckCompare() local
152 void IcmpSeqCheckInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in IcmpSeqCheckInit()
197 void ParseIcmpSeq(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseIcmpSeq()
H A Dsp_tcp_ack_check.c77 TcpAckCheckData *left = (TcpAckCheckData *)l; in TcpAckCheckCompare() local
126 void TcpAckCheckInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in TcpAckCheckInit()
172 void ParseTcpAck(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseTcpAck()
H A Dsp_tcp_seq_check.c78 TcpSeqCheckData *left = (TcpSeqCheckData *)l; in TcpSeqCheckCompare() local
128 void TcpSeqCheckInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in TcpSeqCheckInit()
173 void ParseTcpSeq(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseTcpSeq()
H A Dsp_ip_id_check.c78 IpIdCheckData *left = (IpIdCheckData *)l; in IpIdCheckCompare() local
128 void IpIdCheckInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in IpIdCheckInit()
169 void ParseIpId(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseIpId()
H A Dsp_ipoption_check.c79 IpOptionData *left = (IpOptionData *)l; in IpOptionCheckCompare() local
131 void IpOptionInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in IpOptionInit()
172 void ParseIpOptionData(struct _SnortConfig *sc, char *data, OptTreeNode *otn) in ParseIpOptionData()
/dports/math/freefem++/FreeFem-sources-4.6/src/medit/
H A Dscene.c60 pScene sc; in farclip() local
119 pScene sc; in reshapeScene() local
176 void bogusQuad(pScene sc) { in bogusQuad()
416 void setupView(pScene sc) { in setupView()
494 void drawModel(pScene sc) { in drawModel()
576 void redrawMorphing(pScene sc) { in redrawMorphing()
599 pScene sc; in streamIdle() local
657 pScene sc; in redrawScene() local
681 double left, right, nnear, ffar; in redrawScene() local
756 pScene sc = cv.scene[currentScene( )]; in redrawSchnauzer() local
[all …]
/dports/science/medit/medit-2012.02.05_5/sources/
H A Dscene.c36 pScene sc; in farclip() local
97 pScene sc; in reshapeScene() local
151 void bogusQuad(pScene sc) { in bogusQuad()
379 void setupView(pScene sc) { in setupView()
455 void drawModel(pScene sc) { in drawModel()
536 void redrawMorphing(pScene sc) { in redrawMorphing()
562 pScene sc; in streamIdle() local
622 pScene sc,slave; in redrawScene() local
626 double ndfl,ratio,top,bottom,left,right,nnear,ffar; in redrawScene() local
744 void deleteScene(pScene sc) { in deleteScene()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dgcscaudio.c261 struct gcscaudio_softc *sc; in gcscaudio_attach() local
370 struct gcscaudio_softc *sc; in gcscaudio_attach_codec() local
380 struct gcscaudio_softc *sc; in gcscaudio_reset_codec() local
396 struct gcscaudio_softc *sc; in gcscaudio_spdif_event_codec() local
424 struct gcscaudio_softc *sc; in gcscaudio_write_codec() local
448 struct gcscaudio_softc *sc; in gcscaudio_read_codec() local
487 struct gcscaudio_softc *sc; in gcscaudio_open() local
497 struct gcscaudio_softc *sc; in gcscaudio_close() local
814 int left, i; in split_buffer_4ch() local
863 int left, i; in split_buffer_6ch() local
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/tests/core/proxycon/
H A Dproxycon.c47 int left = 0; in proxy_client() local
74 int sc; in proxy_client() local
/dports/sysutils/acfgfs/arcan-0.6.1/tests/core/proxycon/
H A Dproxycon.c47 int left = 0; in proxy_client() local
74 int sc; in proxy_client() local
/dports/x11/aclip/arcan-0.6.1/tests/core/proxycon/
H A Dproxycon.c47 int left = 0; in proxy_client() local
74 int sc; in proxy_client() local
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/core/proxycon/
H A Dproxycon.c47 int left = 0; in proxy_client() local
74 int sc; in proxy_client() local
/dports/x11/xterm/xterm-370/
H A Dcursor.c111 int left = ScrnLeftMargin(xw); in CursorBack() local
274 int left = ScrnLeftMargin(xw); in CarriageReturn() local
306 SavedCursor *sc = &screen->sc[0]; in AdjustSavedCursor() local
322 SavedCursor *sc = &screen->sc[screen->whichBuf]; in CursorSave() local
353 SavedCursor *sc = &screen->sc[screen->whichBuf]; in CursorRestore() local
/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dparsetree.cpp534 gmx_ana_selcollection_t* sc = _gmx_sel_lexer_selcollection(scanner); in _gmx_selelem_init_method_params() local
592 …:SelectionTreeElementPointer _gmx_sel_init_arithmetic(const gmx::SelectionTreeElementPointer& left, in _gmx_sel_init_arithmetic()
626 SelectionTreeElementPointer _gmx_sel_init_comparison(const gmx::SelectionTreeElementPointer& left, in _gmx_sel_init_comparison()
673 gmx_ana_selcollection_t* sc = _gmx_sel_lexer_selcollection(scanner); in init_keyword_internal() local
799 gmx_ana_selcollection_t* sc = _gmx_sel_lexer_selcollection(scanner); in _gmx_sel_init_method() local
920 gmx_ana_selcollection_t* sc = _gmx_sel_lexer_selcollection(scanner); in _gmx_sel_init_group_by_name() local
944 gmx_ana_selcollection_t* sc = _gmx_sel_lexer_selcollection(scanner); in _gmx_sel_init_group_by_id() local
1044 gmx_ana_selcollection_t* sc = _gmx_sel_lexer_selcollection(scanner); in _gmx_sel_assign_variable() local
1109 gmx_ana_selcollection_t* sc = _gmx_sel_lexer_selcollection(scanner); in _gmx_sel_append_selection() local
1161 gmx_ana_selcollection_t* sc = _gmx_sel_lexer_selcollection(scanner); in _gmx_sel_parser_should_finish() local

12345678910>>...47