Home
last modified time | relevance | path

Searched refs:itn0 (Results 1 – 3 of 3) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/pdt/
H A Dpdtree.c83 pdt_node_t *itn, *itn0; in add_to_tree() local
99 itn0 = pt->head; in add_to_tree()
100 itn = itn0[strpos(pdt_char_list.s,sp->s[l])%PDT_NODE_SIZE].child; in add_to_tree()
120 itn0[strpos(pdt_char_list.s,sp->s[l])%PDT_NODE_SIZE].child = itn; in add_to_tree()
123 itn0 = itn; in add_to_tree()
124 itn = itn0[strpos(pdt_char_list.s,sp->s[l])%PDT_NODE_SIZE].child; in add_to_tree()
127 if(itn0[strpos(pdt_char_list.s,sp->s[l])%PDT_NODE_SIZE].domain.s!=NULL) in add_to_tree()
134 itn0[strpos(pdt_char_list.s,sp->s[l])%PDT_NODE_SIZE].domain.s in add_to_tree()
136 if(itn0[strpos(pdt_char_list.s,sp->s[l])%PDT_NODE_SIZE].domain.s==NULL) in add_to_tree()
141 strncpy(itn0[strpos(pdt_char_list.s,sp->s[l])%PDT_NODE_SIZE].domain.s, in add_to_tree()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/mtree/
H A Dmtree.c201 mt_node_t *itn, *itn0; in mt_add_to_tree() local
240 itn0 = pt->head; in mt_add_to_tree()
249 itn = itn0[mtch].child; in mt_add_to_tree()
264 itn0[mtch].child = itn; in mt_add_to_tree()
275 itn0 = itn; in mt_add_to_tree()
276 itn = itn0[mtch].child; in mt_add_to_tree()
279 if(itn0[mtch].tvalues != NULL) { in mt_add_to_tree()
312 tvalues->next = itn0[mtch].tvalues; in mt_add_to_tree()
313 itn0[mtch].tvalues = tvalues; in mt_add_to_tree()
314 mt_node_set_payload(&itn0[mtch], pt->type); in mt_add_to_tree()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/computation/
H A DotherComputation.cpp74 Vector<Vector<real_t> >::iterator itn0=N0.begin()->second->entries()->beginrv(); in computeNormalsAt() local
75 for (number_t k=0; k<sP0.nbOfElements(); k++, ++itn0) in computeNormalsAt()
77 *itn0 = sP0.element_p(k)->geomElt_p->meshElement()->geomMapData_p->normalVector; in computeNormalsAt()