Home
last modified time | relevance | path

Searched refs:SLink (Results 1 – 25 of 37) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Dlinks.cpp47 static bool compare_links_by_nodes(const CLinks::SLink* link1, in BEGIN_SCOPE()
48 const CLinks::SLink* link2) in BEGIN_SCOPE()
70 m_Links.push_back(SLink(first, second, weight)); in AddLink()
110 const SLink* link = x_GetLink(*it1, *it2); in IsLink()
140 NON_CONST_ITERATE (list<SLink>, it, m_Links) { in x_InitLinkPtrs()
153 SLink link(first, second, 0.0); in x_IsLinkPtr()
158 const CLinks::SLink* CLinks::x_GetLink(int first, int second) const in x_GetLink()
166 SLink link(first, second, 0.0); in x_GetLink()
167 vector<SLink*>::const_iterator it = lower_bound(m_LinkPtrs.begin(), in x_GetLink()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Dlinks.hpp57 struct SLink { struct in CLinks
63 SLink(int f, int s, double w) : first(f), second(s), weight(w) {} in SLink() function
66 bool operator<(const SLink& link) const {return weight < link.weight;} in operator <() argument
69 typedef list<SLink>::const_iterator SLink_CI;
172 const CLinks::SLink* x_GetLink(int first, int second) const;
177 list<SLink> m_Links;
181 vector<SLink*> m_LinkPtrs;
H A Dclusterer.hpp346 void x_JoinElements(const CLinks::SLink& link);
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dlist.h22 struct SLink { struct
23 struct SLink *next; /**< Next element in list. */ argument
48 extern void free_link(struct SLink *lp); argument
49 extern struct SLink *make_link(void);
H A Ds_conf.h18 struct SLink;
190 extern struct ConfItem* find_conf_byhost(struct SLink* lp, const char* host, int statmask);
191 extern struct ConfItem* find_conf_byname(struct SLink* lp, const char *name, int statmask);
H A Dstruct.h39 struct SLink;
70 struct SLink* invited; /**< chain of invite pointer blocks */
H A Dsend.h24 extern struct SLink *opsarray[];
H A Dchannel.h37 struct SLink;
275 struct SLink* invites; /**< List of invites on this channel */
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Ds_debug.c209 struct SLink *link; in count_memory()
318 usi, usi * sizeof(struct SLink)); in count_memory()
324 totcl += lcc * sizeof(struct SLink) + usi * sizeof(struct SLink); in count_memory()
327 co, com, lcc, lcc * sizeof(struct SLink), in count_memory()
335 chi * sizeof(struct SLink)); in count_memory()
337 totch = chm + chbm + chi * sizeof(struct SLink); in count_memory()
H A Dlist.c67 static struct SLink* slinkFreeList;
428 struct SLink* make_link(void) in make_link()
430 struct SLink* lp = slinkFreeList; in make_link()
434 lp = (struct SLink*) MyMalloc(sizeof(struct SLink)); in make_link()
446 void free_link(struct SLink* lp) in free_link()
533 links.mem = links.inuse * sizeof(struct SLink); in send_listinfo()
H A Dircd_parser.y78 struct SLink *hosts;
98 struct SLink *next; in free_slist()
584 struct SLink *link;
629 struct SLink *link;
702 struct SLink *link;
704 struct SLink *link;
753 struct SLink *link;
981 struct SLink *link;
1013 struct SLink *link;
1036 struct SLink *link;
[all …]
H A Ds_conf.c172 struct SLink** lp; in detach_conf()
173 struct SLink* tmp; in detach_conf()
339 struct SLink* link; in det_confs_butmask()
340 struct SLink* next; in det_confs_butmask()
528 struct SLink *lp; in is_attached()
546 struct SLink *lp; in attach_conf()
672 struct ConfItem* find_conf_byname(struct SLink* lp, const char* name, in find_conf_byname()
698 struct ConfItem* find_conf_byhost(struct SLink* lp, const char* host, in find_conf_byhost()
724 struct ConfItem* find_conf_byip(struct SLink* lp, const struct irc_in_addr* ip, in find_conf_byip()
1176 struct SLink* lp; in conf_check_server()
H A Dclass.c186 struct SLink *tmp; in get_client_class()
281 struct SLink* tmp; in get_sendq()
H A Ds_auth.c183 struct SLink *i_config; /**< configuration string list */
184 struct SLink *i_stats; /**< statistics string list */
590 struct SLink *list; in find_conf_client()
1752 struct SLink *head; in iauth_cmd_newconfig()
1753 struct SLink *next; in iauth_cmd_newconfig()
1776 struct SLink *node; in iauth_cmd_config()
1799 struct SLink *head; in iauth_cmd_newstats()
1800 struct SLink *next; in iauth_cmd_newstats()
1823 struct SLink *node; in iauth_cmd_stats()
2493 struct SLink *link; in report_iauth_conf()
[all …]
H A Dclient.c52 struct SLink* link; in client_get_ping()
79 struct SLink* link; in client_get_default_umode()
H A Dm_invite.c127 struct SLink *lp; in m_invite()
H A Ds_user.c1370 static void delfrom_list(struct Client *cptr, struct SLink **list) in delfrom_list()
1372 struct SLink* tmp; in delfrom_list()
1373 struct SLink* prv = NULL; in delfrom_list()
1397 struct SLink *tmp; in set_snomask()
/dports/devel/ecgi/ecgi-0.6.3/html2h/
H A Dtags19 <!--#SLink 'link comment' s pname1 c pname2 'comment' ... d pnameN 'comment'-->
20 <!--#SLink s pname 1 c pname 2 'comment' ... d pnameN 'comment'-->
/dports/graphics/ipe/ipe-7.2.23/src/ipepresenter/
H A Dipepresenter.h42 struct SLink { struct
101 std::vector<std::vector<SLink>> iLinks;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/phy_tree/
H A Dphytree_calc.cpp211 list<SLink> links; // for storing dissimilariues between sequences in x_CalcDivergenceMatrix()
242 links.push_back(SLink(query_idx, i, dist)); in x_CalcDivergenceMatrix()
257 list<SLink>::const_iterator it1 = links.begin(); in x_CalcDivergenceMatrix()
269 list<SLink>::const_iterator it2(it1); in x_CalcDivergenceMatrix()
289 links.push_back(SLink(it2->index2, it1->index2, dist)); in x_CalcDivergenceMatrix()
318 ITERATE (list<SLink>, it, links) { in x_CalcDivergenceMatrix()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/phy_tree/
H A Dphytree_calc.hpp333 struct SLink { struct in CPhyTreeCalc
339 SLink(int ind1, int ind2, double dist) in SLink() argument
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DList.h65 template <class C> class SLink
69 SLink() : next(nullptr){}; in SLink() function
72 class Link##_##_f : public SLink<_c> \
86 SLink<_c> _f
88 class Link##_##_m##_##_f : public SLink<_c> \
101 template <class C> struct Link : public SLink<C> {
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DP_UnixNetState.h49 SLink<NetEvent> enable_link;
/dports/irc/irc/irc2.11.2p3/common/
H A Dstruct_def.h30 typedef struct SLink Link;
663 struct SLink { struct
664 struct SLink *next; argument
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dcommon.h233 extern struct SLink *find_user_link( /* struct SLink *, struct Client * */ );

12