Home
last modified time | relevance | path

Searched refs:sel_copy (Results 1 – 14 of 14) sorted by relevance

/dports/audio/sweep/sweep-0.9.3/src/
H A Dsweep_sounddata.c214 osel = sel_copy(sel); in sounddata_normalise_selection()
243 osel = sel_copy(sel); in sounddata_normalise_selection()
378 sel2 = sel_copy (sel); in sounddata_copyin_selection()
H A Dsweep_selection.c64 sel_copy (sw_sel * sel) in sel_copy() function
116 nsel = sel_copy (sel); in sels_copy()
H A Dsweep_sample.c1623 sel_copy (tsel); /* XXX: try to do this without copying? */ in sample_set_tmp_sel()
1688 sel = sel_copy (s->tmp_sel); in sample_selection_insert_tmp_sel()
1741 sel = sel_copy (s->tmp_sel); in sample_selection_subtract_tmp_sel()
1786 sel = sel_copy (s->tmp_sel); in sample_selection_replace_with_tmp_sel()
/dports/audio/sweep/sweep-0.9.3/include/sweep/
H A Dsweep_selection.h31 sel_copy (sw_sel * sel);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objmgr/
H A Dseq_map_ci.cpp812 SSeqMapSelector sel_copy = selector; in sx_AdjustSelector() local
813 sel_copy.SetResolveCount(0); in sx_AdjustSelector()
814 return sel_copy; in sx_AdjustSelector()
H A Dscope_impl.cpp2445 unique_ptr<SAnnotSelector> sel_copy; in x_GetTSESetWithOrphanAnnots() local
2467 if ( !sel_copy ) { in x_GetTSESetWithOrphanAnnots()
2468 sel_copy.reset(new SAnnotSelector(*sel)); in x_GetTSESetWithOrphanAnnots()
2469 sel = sel_copy.get(); in x_GetTSESetWithOrphanAnnots()
2472 sel_copy->ExcludeNamedAnnotAccession(na); in x_GetTSESetWithOrphanAnnots()
2489 unique_ptr<SAnnotSelector> sel_copy; in x_GetTSESetWithBioseqAnnots() local
2534 if ( !sel_copy ) { in x_GetTSESetWithBioseqAnnots()
2535 sel_copy.reset(new SAnnotSelector(*sel)); in x_GetTSESetWithBioseqAnnots()
2536 sel = sel_copy.get(); in x_GetTSESetWithBioseqAnnots()
2539 sel_copy->ExcludeNamedAnnotAccession(na); in x_GetTSESetWithBioseqAnnots()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objmgr/
H A Dseq_map_ci.cpp812 SSeqMapSelector sel_copy = selector; in sx_AdjustSelector() local
813 sel_copy.SetResolveCount(0); in sx_AdjustSelector()
814 return sel_copy; in sx_AdjustSelector()
H A Dscope_impl.cpp2445 unique_ptr<SAnnotSelector> sel_copy; in x_GetTSESetWithOrphanAnnots() local
2467 if ( !sel_copy ) { in x_GetTSESetWithOrphanAnnots()
2468 sel_copy.reset(new SAnnotSelector(*sel)); in x_GetTSESetWithOrphanAnnots()
2469 sel = sel_copy.get(); in x_GetTSESetWithOrphanAnnots()
2472 sel_copy->ExcludeNamedAnnotAccession(na); in x_GetTSESetWithOrphanAnnots()
2489 unique_ptr<SAnnotSelector> sel_copy; in x_GetTSESetWithBioseqAnnots() local
2534 if ( !sel_copy ) { in x_GetTSESetWithBioseqAnnots()
2535 sel_copy.reset(new SAnnotSelector(*sel)); in x_GetTSESetWithBioseqAnnots()
2536 sel = sel_copy.get(); in x_GetTSESetWithBioseqAnnots()
2539 sel_copy->ExcludeNamedAnnotAccession(na); in x_GetTSESetWithBioseqAnnots()
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Deditstate.h129 void sel_copy(EditState*);
H A Dselection.c646 void sel_copy(EditState *es) in sel_copy() function
719 sel_copy(es); in sel_kill()
722 sel_copy(es); in sel_kill()
H A Dtclfuncs.c1777 sel_copy(es); in gat_copyToBuf()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSObject.java115 long result = OS.objc_msgSend(this.id, OS.sel_copy); in copy()
H A DSelector.java309 , sel_copy("copy") enumConstant
H A DOS.java1026 public static final long sel_copy = Selector.sel_copy.value; field in OS