Home
last modified time | relevance | path

Searched defs:sp (Results 226 – 250 of 29592) sorted by relevance

12345678910>>...1184

/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dv_word.c76 v_wordW(SCR *sp, VICMD *vp) in v_wordW()
88 v_wordw(SCR *sp, VICMD *vp) in v_wordw()
98 fword(SCR *sp, VICMD *vp, enum which type) in fword()
236 v_wordE(SCR *sp, VICMD *vp) in v_wordE()
248 v_worde(SCR *sp, VICMD *vp) in v_worde()
258 eword(SCR *sp, VICMD *vp, enum which type) in eword()
382 v_wordB(SCR *sp, VICMD *vp) in v_wordB()
394 v_wordb(SCR *sp, VICMD *vp) in v_wordb()
404 bword(SCR *sp, VICMD *vp, enum which type) in bword()
H A Dv_itxt.c65 v_iA(SCR *sp, VICMD *vp) in v_iA()
85 v_ia(SCR *sp, VICMD *vp) in v_ia()
122 v_iI(SCR *sp, VICMD *vp) in v_iI()
141 v_ii(SCR *sp, VICMD *vp) in v_ii()
174 v_iO(SCR *sp, VICMD *vp) in v_iO()
186 v_io(SCR *sp, VICMD *vp) in v_io()
192 io(SCR *sp, VICMD *vp, enum which cmd) in io()
242 v_change(SCR *sp, VICMD *vp) in v_change()
382 v_Replace(SCR *sp, VICMD *vp) in v_Replace()
416 v_subst(SCR *sp, VICMD *vp) in v_subst()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dscache_single.c93 static void scache_single_free_endp(SCACHE_SINGLE *sp) in scache_single_free_endp()
114 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) context; in scache_single_expire_endp() local
125 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_save_endp() local
148 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_find_endp() local
173 static void scache_single_free_dest(SCACHE_SINGLE *sp) in scache_single_free_dest()
194 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) context; in scache_single_expire_dest() local
206 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_save_dest() local
239 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_find_dest() local
265 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_size() local
276 SCACHE_SINGLE *sp = (SCACHE_SINGLE *) scache; in scache_single_free() local
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/
H A DPwGroup.Search.cs45 public void SearchEntries(SearchParameters sp, PwObjectList<PwEntry> lResults) in SearchEntries()
57 public void SearchEntries(SearchParameters sp, PwObjectList<PwEntry> lResults, in SearchEntries()
74 private void SrsmSearch(SearchParameters sp, PwObjectList<PwEntry> lResults, in SrsmSearch()
156 private static bool SrsmSearchSingle(SearchParameters sp, List<PwEntry> lIn, in SrsmSearchSingle()
200 private static bool SrsmIsMatch(SearchParameters sp, Regex rx, PwEntry pe) in SrsmIsMatch()
272 private static bool SrsmIsMatch(SearchParameters sp, Regex rx, PwEntry pe, in SrsmIsMatch()
284 private void SrxpSearch(SearchParameters sp, PwObjectList<PwEntry> lResults, in SrxpSearch()
339 private PwGroup SrxpFilterCloneSelf(SearchParameters sp) in SrxpFilterCloneSelf()
/dports/ftp/pftpd/pftpd-1.0.3/plib/
H A Dserver.c57 SERVER *sp; in server_init() local
178 server_destroy(SERVER *sp) in server_destroy()
202 SERVER *sp = (SERVER *) vp; in server_thread() local
225 server_stop(SERVER *sp) in server_stop()
251 server_start(SERVER *sp) in server_start()
285 SERVER *sp = cp->sp; in client_thread() local
308 server_run_one(SERVER *sp, in server_run_one()
454 server_run_all(SERVER *sp) in server_run_all()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstack.c53 stk_t *sp; in stack_new() local
65 stack_free(stk_t *sp) in stack_free()
78 stack_pop(stk_t *sp) in stack_pop()
86 stack_peek(stk_t *sp) in stack_peek()
95 stack_push(stk_t *sp, void *data) in stack_push()
109 stack_level(stk_t *sp) in stack_level()
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dtinfo_driver.c161 SCREEN *sp; in drv_CanHandle() local
259 SCREEN *sp; in drv_dobeepflash() local
306 SCREEN *sp; in drv_print() local
320 SCREEN *sp; in drv_defaultcolors() local
355 SCREEN *sp; in drv_setcolor() local
389 SCREEN *sp; in drv_rescol() local
405 SCREEN *sp; in drv_rescolors() local
420 SCREEN *sp; in drv_size() local
600 SCREEN *sp; in drv_mode() local
768 SCREEN *sp; in drv_initpair() local
[all …]
/dports/editors/vigor/vigor-0.016/vi/
H A Dv_itxt.c69 v_iA(sp, vp) in v_iA() argument
91 v_ia(sp, vp) in v_ia() argument
130 v_iI(sp, vp) in v_iI() argument
151 v_ii(sp, vp) in v_ii() argument
186 v_iO(sp, vp) in v_iO() argument
200 v_io(sp, vp) in v_io() argument
208 io(sp, vp, cmd) in io() argument
261 v_change(sp, vp) in v_change() argument
402 v_Replace(sp, vp) in v_Replace() argument
438 v_subst(sp, vp) in v_subst() argument
[all …]
H A Dv_word.c80 v_wordW(sp, vp) in v_wordW() argument
94 v_wordw(sp, vp) in v_wordw() argument
106 fword(sp, vp, type) in fword() argument
247 v_wordE(sp, vp) in v_wordE() argument
261 v_worde(sp, vp) in v_worde() argument
273 eword(sp, vp, type) in eword() argument
400 v_wordB(sp, vp) in v_wordB() argument
414 v_wordb(sp, vp) in v_wordb() argument
426 bword(sp, vp, type) in bword() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A Dspan_unittest.cpp46 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
75 Span sp; in TEST() local
82 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
90 Span sp(kSpanData, kSpanDataSize); in TEST() local
111 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
123 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
131 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
144 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
157 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
174 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A Dspan_unittest.cpp46 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
75 Span sp; in TEST() local
82 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
90 Span sp(kSpanData, kSpanDataSize); in TEST() local
111 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
123 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
131 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
144 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
157 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
174 constexpr Span sp(kSpanData, kSpanDataSize); in TEST() local
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_gps_lg.cpp94 void Scanner::startup(const scanner_params& sp) { in startup()
104 void Scanner::init(const scanner_params& sp) { in init()
160 void Scanner::initScan(const scanner_params& sp) { in initScan()
164 void Scanner::clear(const scanner_params& sp, size_t pos) { in clear()
182 void Scanner::trkptHandler(const LG_SearchHit& hit, const scanner_params& sp) { in trkptHandler()
188 void Scanner::eleHandler(const LG_SearchHit& hit, const scanner_params& sp) { in eleHandler()
192 void Scanner::timeHandler(const LG_SearchHit& hit, const scanner_params& sp) { in timeHandler()
196 void Scanner::speedHandler(const LG_SearchHit& hit, const scanner_params& sp) { in speedHandler()
200 void Scanner::courseHandler(const LG_SearchHit& hit, const scanner_params& sp) { in courseHandler()
208 void scan_gps_lg(scanner_params &sp) { in scan_gps_lg()
/dports/science/cdk/cdk-cdk-2.3/tool/charges/src/test/java/org/openscience/cdk/charges/
H A DPolarizabilityTest.java45 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testGetPolarizabilitiyFactorForAtom_IAtomContainer_IAtom() local
60 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testCalculateGHEffectiveAtomPolarizability_IAtomContainer_IAtom_Int_Boolean() local
83 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testCalculateBondPolarizability_IAtomContainer_IBond() local
96 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testCalculateKJMeanMolecularPolarizability() local
109 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testcalculateGHEffectiveAtomPolarizability_Ethyl_chloride() local
122 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testcalculateGHEffectiveAtomPolarizability_Allyl_bromide() local
135 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testcalculateGHEffectiveAtomPolarizability_Isopentyl_iodide() local
148 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testcalculateGHEffectiveAtomPolarizability_Ethoxy_ethane() local
164 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testcalculateGHEffectiveAtomPolarizability_Ethanolamine() local
179 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testcalculateGHEffectiveAtomPolarizability_Allyl_mercaptan() local
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dspeechhlp.cc40 SpeechHelper sp = new _SpeechHelper(); in speechCreate() local
68 void speechDestroy(SpeechHelper sp) in speechDestroy()
73 bool speechAvailable(SpeechHelper sp) in speechAvailable()
125 const wchar_t * speechEngineId(SpeechHelper sp) in speechEngineId()
133 const wchar_t * speechEngineName(SpeechHelper sp) in speechEngineName()
141 bool speechTell(SpeechHelper sp, const wchar_t *text) in speechTell()
150 bool speechTellFinished(SpeechHelper sp) in speechTellFinished()
160 bool speechSay(SpeechHelper sp, const wchar_t *text) in speechSay()
169 int setSpeechVolume( SpeechHelper sp, int newVolume ) in setSpeechVolume()
181 int setSpeechRate( SpeechHelper sp, int newRate ) in setSpeechRate()
/dports/mail/libspf2/libspf2-1.2.10/src/libspf2/
H A Dspf_server.c68 SPF_server_set_rec_dom_ghbn(SPF_server_t *sp) in SPF_server_set_rec_dom_ghbn()
85 SPF_server_new_common_pre(SPF_server_t *sp, int debug) in SPF_server_new_common_pre()
102 SPF_server_new_common_post(SPF_server_t *sp) in SPF_server_new_common_post()
137 SPF_server_t *sp; in SPF_server_new() local
182 SPF_server_t *sp; in SPF_server_new_dns() local
200 SPF_server_free(SPF_server_t *sp) in SPF_server_free()
215 SPF_server_set_rec_dom(SPF_server_t *sp, const char *dom) in SPF_server_set_rec_dom()
228 SPF_server_set_sanitize(SPF_server_t *sp, int sanitize) in SPF_server_set_sanitize()
235 SPF_server_set_explanation(SPF_server_t *sp, const char *exp, in SPF_server_set_explanation()
267 SPF_server_set_localpolicy(SPF_server_t *sp, const char *policy, in SPF_server_set_localpolicy()
/dports/cad/oregano/oregano-0.84.43/src/
H A Dsplash.c40 static void oregano_splash_destroy (GtkWidget *w, GdkEvent *event, Splash *sp) in oregano_splash_destroy()
51 Splash *sp; in oregano_splash_new() local
84 gboolean oregano_splash_free (Splash *sp) in oregano_splash_free()
93 void oregano_splash_step (Splash *sp, char *s) in oregano_splash_step()
101 void oregano_splash_done (Splash *sp, char *s) in oregano_splash_done()
/dports/mail/mailutils/mailutils-3.13/libmailutils/stream/
H A Dxscript-stream.c291 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_event_cb() local
308 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_read() local
316 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_write() local
323 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_flush() local
330 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_open() local
337 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_close() local
344 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_done() local
354 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_seek() local
361 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_size() local
374 struct _mu_xscript_stream *sp = (struct _mu_xscript_stream *)str; in _xscript_ctl() local
[all …]
/dports/science/cdk/cdk-cdk-2.3/legacy/src/test/java/org/openscience/cdk/qsar/descriptors/bond/
H A DIPBondLearningDescriptorTest.java72 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPDescriptor_1() local
90 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPDescriptor_2() local
108 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPDescriptor_3() local
127 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPDescriptorReaction1() local
148 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPDescriptorReaction2() local
168 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPTripleDescriptor1() local
187 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPTripleDescriptor2() local
205 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPConjugatedDescriptor1() local
228 SmilesParser sp = new SmilesParser(DefaultChemObjectBuilder.getInstance()); in testIPPySystemReaction1() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c16 static void syncpt_restore(struct host1x_syncpt *sp) in syncpt_restore()
27 static void syncpt_restore_wait_base(struct host1x_syncpt *sp) in syncpt_restore_wait_base()
40 static void syncpt_read_wait_base(struct host1x_syncpt *sp) in syncpt_read_wait_base()
53 static u32 syncpt_load(struct host1x_syncpt *sp) in syncpt_load()
76 static int syncpt_cpu_incr(struct host1x_syncpt *sp) in syncpt_cpu_incr()
103 static void syncpt_assign_to_channel(struct host1x_syncpt *sp, in syncpt_assign_to_channel()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c16 static void syncpt_restore(struct host1x_syncpt *sp) in syncpt_restore()
27 static void syncpt_restore_wait_base(struct host1x_syncpt *sp) in syncpt_restore_wait_base()
40 static void syncpt_read_wait_base(struct host1x_syncpt *sp) in syncpt_read_wait_base()
53 static u32 syncpt_load(struct host1x_syncpt *sp) in syncpt_load()
76 static int syncpt_cpu_incr(struct host1x_syncpt *sp) in syncpt_cpu_incr()
103 static void syncpt_assign_to_channel(struct host1x_syncpt *sp, in syncpt_assign_to_channel()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c16 static void syncpt_restore(struct host1x_syncpt *sp) in syncpt_restore()
27 static void syncpt_restore_wait_base(struct host1x_syncpt *sp) in syncpt_restore_wait_base()
40 static void syncpt_read_wait_base(struct host1x_syncpt *sp) in syncpt_read_wait_base()
53 static u32 syncpt_load(struct host1x_syncpt *sp) in syncpt_load()
76 static int syncpt_cpu_incr(struct host1x_syncpt *sp) in syncpt_cpu_incr()
103 static void syncpt_assign_to_channel(struct host1x_syncpt *sp, in syncpt_assign_to_channel()
/dports/biology/py-libsedml/libSEDML-2.0.26/src/sedml/
H A DSedPlot.cpp1359 SedPlot_clone(const SedPlot_t* sp) in SedPlot_clone()
1377 SedPlot_free(SedPlot_t* sp) in SedPlot_free()
1413 SedPlot_getWidth(const SedPlot_t * sp) in SedPlot_getWidth()
1493 SedPlot_unsetLegend(SedPlot_t * sp) in SedPlot_unsetLegend()
1504 SedPlot_unsetHeight(SedPlot_t * sp) in SedPlot_unsetHeight()
1515 SedPlot_unsetWidth(SedPlot_t * sp) in SedPlot_unsetWidth()
1526 SedPlot_getXAxis(const SedPlot_t * sp) in SedPlot_getXAxis()
1603 SedPlot_createXAxis(SedPlot_t* sp) in SedPlot_createXAxis()
1620 SedPlot_createYAxis(SedPlot_t* sp) in SedPlot_createYAxis()
1636 SedPlot_unsetXAxis(SedPlot_t * sp) in SedPlot_unsetXAxis()
[all …]
/dports/biology/libsedml/libSEDML-2.0.26/src/sedml/
H A DSedPlot.cpp1359 SedPlot_clone(const SedPlot_t* sp) in SedPlot_clone()
1377 SedPlot_free(SedPlot_t* sp) in SedPlot_free()
1413 SedPlot_getWidth(const SedPlot_t * sp) in SedPlot_getWidth()
1493 SedPlot_unsetLegend(SedPlot_t * sp) in SedPlot_unsetLegend()
1504 SedPlot_unsetHeight(SedPlot_t * sp) in SedPlot_unsetHeight()
1515 SedPlot_unsetWidth(SedPlot_t * sp) in SedPlot_unsetWidth()
1526 SedPlot_getXAxis(const SedPlot_t * sp) in SedPlot_getXAxis()
1603 SedPlot_createXAxis(SedPlot_t* sp) in SedPlot_createXAxis()
1620 SedPlot_createYAxis(SedPlot_t* sp) in SedPlot_createYAxis()
1636 SedPlot_unsetXAxis(SedPlot_t * sp) in SedPlot_unsetXAxis()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/ibmasm/
H A Dcommand.c20 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size) in ibmasm_new_command()
63 static void enqueue_command(struct service_processor *sp, struct command *cmd) in enqueue_command()
68 static struct command *dequeue_command(struct service_processor *sp) in dequeue_command()
83 static inline void do_exec_command(struct service_processor *sp) in do_exec_command()
105 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) in ibmasm_exec_command()
125 static void exec_next_command(struct service_processor *sp) in exec_next_command()
161 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) in ibmasm_receive_command_response()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/ibmasm/
H A Dcommand.c20 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size) in ibmasm_new_command()
63 static void enqueue_command(struct service_processor *sp, struct command *cmd) in enqueue_command()
68 static struct command *dequeue_command(struct service_processor *sp) in dequeue_command()
83 static inline void do_exec_command(struct service_processor *sp) in do_exec_command()
105 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) in ibmasm_exec_command()
125 static void exec_next_command(struct service_processor *sp) in exec_next_command()
161 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) in ibmasm_receive_command_response()

12345678910>>...1184