Home
last modified time | relevance | path

Searched refs:tnode (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/dports/games/nextgo/NeXTGo-3.0/
H A Dsmartgotree.c93 tnode = tnode->prev; in display_tree()
94 tnode = tnode->next_var; in display_tree()
100 tnode = tnode->next; in display_tree()
124 tnode = tnode->prev; in forwardOneNode()
150 tnode = tnode->prev; in forwardOneNode0()
216 tnode = tnode->next; in findLast()
236 tnode = tnode->next; in findLast0()
256 tnode = tnode->prev; in forwardOneVariant()
277 tnode = tnode->prev; in backOneVariant()
287 tnode = tnode->next_var; in backOneVariant()
[all …]
/dports/audio/sfront/sfront-0.99/src/
H A Dtree.h1591 extern tnode * make_instrdecl(tnode *, tnode *, tnode *, tnode *, tnode *,
1595 extern tnode * make_opcodedecl(tnode *, tnode *, tnode *, tnode *, tnode *,
1604 extern tnode * make_routedef(tnode *, tnode *, tnode *, tnode *, tnode *,
1606 extern tnode * make_senddef(tnode *, tnode *, tnode *, tnode *, tnode *,
1607 tnode *, tnode *, tnode *, tnode *);
1608 extern tnode * make_seqdef(tnode *, tnode *, tnode *, tnode *, tnode *);
1609 extern tnode * make_statement(tnode *, tnode *, tnode *, tnode *, tnode *,
1612 extern tnode * make_lval(tnode *, tnode *, tnode *, tnode *);
1615 extern tnode * make_tabledecl(tnode *, tnode *, tnode *, tnode *, tnode *,
1620 extern tnode * make_name(tnode *, tnode *, tnode *, tnode *);
[all …]
H A Dparsehelp.c69 tnode * make_instrdecl(tnode * t_instr, tnode * t_ident, tnode * t_lp, in make_instrdecl()
239 tnode * make_opcodedecl(tnode * t_optype, tnode * t_ident, tnode * t_lp, in make_opcodedecl()
240 tnode * t_paramlist, tnode * t_rp, tnode * t_lc, in make_opcodedecl()
779 tnode * make_rtparam(tnode * t_param, tnode * t_intgr, tnode * t_sem) in make_rtparam()
872 tnode * make_routedef(tnode * t_route, tnode * t_lp, tnode * t_ident, in make_routedef()
904 tnode * make_senddef(tnode * t_send, tnode * t_lp, tnode * t_ident, in make_senddef()
1011 tnode * make_statement(tnode * t_one, tnode * t_two, tnode * t_three, in make_statement()
1249 tnode * make_lval(tnode * t_ident, tnode * t_lb, tnode * t_expr, in make_lval()
1803 tnode * make_expr(tnode * t_one, tnode * t_two, tnode * t_three, in make_expr()
2155 tnode * leftsrecurse(tnode * left, tnode * middle, tnode * right) in leftsrecurse()
[all …]
H A Doptrate.c43 extern void assignoptrate(int, tnode *, tnode **, int *);
44 extern void simpleoptrate(int, tnode *, tnode **, int *);
45 extern void guardoptrate(int, tnode *, tnode **, int *);
46 extern void tmapoptrate(int, tnode *, tnode **, int *);
48 extern void ratefactor(tnode *, tnode **, int *, int);
50 extern void idxoptrate(int, tnode *, tnode **, int *);
51 extern void opcodemirrorupdate(tnode *, tnode *);
315 extern void guardreduce(int, tnode *, tnode **, int *);
358 extern void tmapfactor(tnode *, tnode **, int *);
664 void opcodemirrorupdate(tnode * aptr, tnode * fptr) in opcodemirrorupdate()
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/src/core/
H A Dtimer.cc102 delete tnode; in ~Timer()
138 tnode->heap_node = heap.push(tnode->exec_msec, tnode); in add()
143 map.emplace(std::make_pair(tnode->id, tnode)); in add()
151 return tnode; in add()
155 if (sw_unlikely(!tnode || tnode->removed)) { in remove()
175 tnode->destructor(tnode); in remove()
183 delete tnode; in remove()
200 if (tnode->exec_msec > now_msec || tnode->round == round) { in select()
212 tnode->callback(this, tnode); in select()
217 if (tnode->interval > 0 && !tnode->removed) { in select()
[all …]
/dports/devel/rudiments/rudiments-1.2.2/include/rudiments/private/
H A Ddictionaryinlines.h150 if (tnode) { in getNode()
160 if (tnode) { in remove()
174 if (tnode) { in removeAndDelete()
190 if (tnode) { in removeAndArrayDelete()
206 if (tnode) { in removeAndDeleteKey()
221 if (tnode) { in removeAndArrayDeleteKey()
236 if (tnode) { in removeAndDeleteValue()
251 if (tnode) { in removeAndArrayDeleteValue()
266 if (tnode) { in removeAndDeleteKeyAndArrayDeleteValue()
282 if (tnode) { in removeAndArrayDeleteKeyAndDeleteValue()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dnode.pas298 pnode = ^tnode;
300 tnode = class class
403 left : tnode;
524 n : tnode;
825 function tnode.simplify(forinline : boolean) : tnode; in tnode.simplify()
843 function tnode.ischild(p : tnode) : boolean; in tnode.ischild()
902 function tnode.isequal(p : tnode) : boolean; in tnode.isequal()
923 function tnode.docompare(p : tnode) : boolean; in tnode.docompare()
937 function tnode.getcopy : tnode; in tnode.getcopy()
944 function tnode.dogetcopy : tnode; in tnode.dogetcopy()
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dnode.pas298 pnode = ^tnode;
300 tnode = class class
403 left : tnode;
524 n : tnode;
825 function tnode.simplify(forinline : boolean) : tnode; in tnode.simplify()
843 function tnode.ischild(p : tnode) : boolean; in tnode.ischild()
902 function tnode.isequal(p : tnode) : boolean; in tnode.isequal()
923 function tnode.docompare(p : tnode) : boolean; in tnode.docompare()
937 function tnode.getcopy : tnode; in tnode.getcopy()
944 function tnode.dogetcopy : tnode; in tnode.dogetcopy()
[all …]
H A Dnbas.pas36 tnothingnode = class(tnode)
38 function pass_1 : tnode;override; in pass_1()
43 terrornode = class(tnode)
45 function pass_1 : tnode;override; in pass_1()
57 function pass_1:tnode;override; in pass_1()
62 tasmnode = class(tnode)
75 function pass_1 : tnode;override; in pass_1()
208 ttempbasenode = class(tnode)
225 ftemplvalue : tnode;
411 function terrornode.pass_1 : tnode; in terrornode.pass_1()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dnode.pas298 pnode = ^tnode;
300 tnode = class class
403 left : tnode;
524 n : tnode;
825 function tnode.simplify(forinline : boolean) : tnode; in tnode.simplify()
843 function tnode.ischild(p : tnode) : boolean; in tnode.ischild()
902 function tnode.isequal(p : tnode) : boolean; in tnode.isequal()
923 function tnode.docompare(p : tnode) : boolean; in tnode.docompare()
937 function tnode.getcopy : tnode; in tnode.getcopy()
944 function tnode.dogetcopy : tnode; in tnode.dogetcopy()
[all …]
/dports/editors/hnb/hnb-1.9.18/src/
H A Dui_cli.c56 Node *tnode; in add() local
75 Node *tnode; in addc() local
83 if (!tnode) { in addc()
89 tnode=node_bottom(tnode); in addc()
91 tnode=node_insert_right(tnode); in addc()
127 if (tnode) { in cd()
128 tnode = node_right (tnode); in cd()
130 if (!tnode) { in cd()
159 Node *tnode; in ls() local
185 tnode = node_recurse (tnode); in ls()
[all …]
H A Dtree_misc.c39 Node *tnode; in cmd_movenode() local
43 node_remove (tnode); in cmd_movenode()
47 Node *tnode; in cmd_movenode() local
51 tnode = node_insert_right (tnode); in cmd_movenode()
53 tnode = node_insert_down (node_bottom (node_right (tnode))); in cmd_movenode()
147 Node *tnode; in cmd_outdent() local
149 tnode = first_node; in cmd_outdent()
152 tnode = tnode->down; in cmd_outdent()
191 tnode = node_insert_right (tnode); in cmd_indent()
193 tnode = node_insert_down (node_bottom (node_right (tnode))); in cmd_indent()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/isisd/
H A Dtest_common.c66 return tnode; in test_find_adjacency()
162 if (!tnode->router_id) in lsp_add_router_capability()
167 tnode->router_id); in lsp_add_router_capability()
190 if (tnode->protocols.ipv4) in lsp_add_mt_router_info()
193 if (tnode->protocols.ipv6) in lsp_add_mt_router_info()
203 if (!tnode->protocols.ipv4 && !tnode->protocols.ipv6) in lsp_add_protocols_supported()
206 if (tnode->protocols.ipv4) { in lsp_add_protocols_supported()
210 if (tnode->protocols.ipv6) { in lsp_add_protocols_supported()
226 lsp = lsp_add(lspdb, area, level, tnode->sysid, tnode->pseudonode_id); in topology_load_node_level()
239 lsp_add_ip_reach(lsp, tnode, tnode->networks[i], in topology_load_node_level()
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/isisd/
H A Dtest_common.c66 return tnode; in test_find_adjacency()
162 if (!tnode->router_id) in lsp_add_router_capability()
167 tnode->router_id); in lsp_add_router_capability()
190 if (tnode->protocols.ipv4) in lsp_add_mt_router_info()
193 if (tnode->protocols.ipv6) in lsp_add_mt_router_info()
203 if (!tnode->protocols.ipv4 && !tnode->protocols.ipv6) in lsp_add_protocols_supported()
206 if (tnode->protocols.ipv4) { in lsp_add_protocols_supported()
210 if (tnode->protocols.ipv6) { in lsp_add_protocols_supported()
226 lsp = lsp_add(lspdb, area, level, tnode->sysid, tnode->pseudonode_id); in topology_load_node_level()
239 lsp_add_ip_reach(lsp, tnode, tnode->networks[i], in topology_load_node_level()
[all …]
/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_tnode.c49 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in nghttp3_tnode_init()
50 tnode->nid = *nid; in nghttp3_tnode_init()
51 tnode->seq = seq; in nghttp3_tnode_init()
52 tnode->cycle = 0; in nghttp3_tnode_init()
53 tnode->pri = pri; in nghttp3_tnode_init()
56 void nghttp3_tnode_free(nghttp3_tnode *tnode) { (void)tnode; } in nghttp3_tnode_free() argument
61 nghttp3_pq_remove(pq, &tnode->pe); in tnode_unschedule()
62 tnode->pe.index = NGHTTP3_PQ_BAD_INDEX; in tnode_unschedule()
70 tnode_unschedule(tnode, pq); in nghttp3_tnode_unschedule()
98 nghttp3_pq_remove(pq, &tnode->pe); in nghttp3_tnode_schedule()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/q2map/
H A Dtrace.c103 tnode_t *tnode; in TestLine_r() local
113 tnode = &tnodes[node]; in TestLine_r()
114 switch (tnode->type) in TestLine_r()
129 …front = (start[0]*tnode->normal[0] + start[1]*tnode->normal[1] + start[2]*tnode->normal[2]) - tnod… in TestLine_r()
130 …back = (stop[0]*tnode->normal[0] + stop[1]*tnode->normal[1] + stop[2]*tnode->normal[2]) - tnode->d… in TestLine_r()
191 tnode_t *tnode; in _TestLine() local
242 tnode = &tnodes[node]; in _TestLine()
244 switch (tnode->type) in _TestLine()
259 …front = (frontx*tnode->normal[0] + fronty*tnode->normal[1] + frontz*tnode->normal[2]) - tnode->dis… in _TestLine()
260 back = (backx*tnode->normal[0] + backy*tnode->normal[1] + backz*tnode->normal[2]) - tnode->dist; in _TestLine()
[all …]
/dports/games/gtkradiant/GPL/Q2Tools/bsp/qrad3/
H A Dtrace.c100 tnode_t *tnode; in TestLine_r() local
110 tnode = &tnodes[node]; in TestLine_r()
111 switch (tnode->type) in TestLine_r()
126 …front = (start[0]*tnode->normal[0] + start[1]*tnode->normal[1] + start[2]*tnode->normal[2]) - tnod… in TestLine_r()
127 …back = (stop[0]*tnode->normal[0] + stop[1]*tnode->normal[1] + stop[2]*tnode->normal[2]) - tnode->d… in TestLine_r()
188 tnode_t *tnode; in _TestLine() local
239 tnode = &tnodes[node]; in _TestLine()
241 switch (tnode->type) in _TestLine()
256 …front = (frontx*tnode->normal[0] + fronty*tnode->normal[1] + frontz*tnode->normal[2]) - tnode->dis… in _TestLine()
257 back = (backx*tnode->normal[0] + backy*tnode->normal[1] + backz*tnode->normal[2]) - tnode->dist; in _TestLine()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/bsp/qrad3/
H A Dtrace.c100 tnode_t *tnode; in TestLine_r() local
110 tnode = &tnodes[node]; in TestLine_r()
111 switch (tnode->type) in TestLine_r()
126 …front = (start[0]*tnode->normal[0] + start[1]*tnode->normal[1] + start[2]*tnode->normal[2]) - tnod… in TestLine_r()
127 …back = (stop[0]*tnode->normal[0] + stop[1]*tnode->normal[1] + stop[2]*tnode->normal[2]) - tnode->d… in TestLine_r()
188 tnode_t *tnode; in _TestLine() local
239 tnode = &tnodes[node]; in _TestLine()
241 switch (tnode->type) in _TestLine()
256 …front = (frontx*tnode->normal[0] + fronty*tnode->normal[1] + frontz*tnode->normal[2]) - tnode->dis… in _TestLine()
257 back = (backx*tnode->normal[0] + backy*tnode->normal[1] + backz*tnode->normal[2]) - tnode->dist; in _TestLine()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/q2map/
H A Dtrace.c101 tnode_t *tnode; in TestLine_r() local
112 tnode = &tnodes[node]; in TestLine_r()
113 switch ( tnode->type ) in TestLine_r()
128 …front = ( start[0] * tnode->normal[0] + start[1] * tnode->normal[1] + start[2] * tnode->normal[2] … in TestLine_r()
129 …back = ( stop[0] * tnode->normal[0] + stop[1] * tnode->normal[1] + stop[2] * tnode->normal[2] ) - in TestLine_r()
191 tnode_t *tnode; in _TestLine() local
242 tnode = &tnodes[node]; in _TestLine()
244 switch ( tnode->type ) in _TestLine()
259 …front = ( frontx * tnode->normal[0] + fronty * tnode->normal[1] + frontz * tnode->normal[2] ) - tn… in _TestLine()
260 …back = ( backx * tnode->normal[0] + backy * tnode->normal[1] + backz * tnode->normal[2] ) - tnode-… in _TestLine()
[all …]
/dports/devel/concurrencykit/ck-0.6.0/src/
H A Dck_barrier_combining.c53 struct ck_barrier_combining_group *tnode, in ck_barrier_combining_insert() argument
57 *child = tnode; in ck_barrier_combining_insert()
58 tnode->parent = parent; in ck_barrier_combining_insert()
103 tnode->k = nthr; in ck_barrier_combining_group_init()
104 tnode->count = 0; in ck_barrier_combining_group_init()
105 tnode->sense = 0; in ck_barrier_combining_group_init()
106 tnode->left = tnode->right = NULL; in ck_barrier_combining_group_init()
167 if (ck_pr_faa_uint(&tnode->count, 1) == tnode->k - 1) { in ck_barrier_combining_aux()
172 if (tnode->parent != NULL) in ck_barrier_combining_aux()
184 ck_pr_store_uint(&tnode->count, 0); in ck_barrier_combining_aux()
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/concurrency_kit/ck/src/
H A Dck_barrier_combining.c53 struct ck_barrier_combining_group *tnode, in ck_barrier_combining_insert() argument
57 *child = tnode; in ck_barrier_combining_insert()
58 tnode->parent = parent; in ck_barrier_combining_insert()
103 tnode->k = nthr; in ck_barrier_combining_group_init()
104 tnode->count = 0; in ck_barrier_combining_group_init()
105 tnode->sense = 0; in ck_barrier_combining_group_init()
106 tnode->left = tnode->right = NULL; in ck_barrier_combining_group_init()
167 if (ck_pr_faa_uint(&tnode->count, 1) == tnode->k - 1) { in ck_barrier_combining_aux()
172 if (tnode->parent != NULL) in ck_barrier_combining_aux()
184 ck_pr_store_uint(&tnode->count, 0); in ck_barrier_combining_aux()
[all …]
/dports/net/samba412/samba-4.12.15/ctdb/tcp/
H A Dtcp_connect.c52 close(tnode->out_fd); in ctdb_tcp_stop_outgoing()
53 tnode->out_fd = -1; in ctdb_tcp_stop_outgoing()
103 tnode->connect_te = tevent_add_timer(ctdb->ev, tnode, in ctdb_node_connect_write()
130 tnode, in ctdb_node_connect_write()
141 tnode, in ctdb_node_connect_write()
149 tnode->out_fd = -1; in ctdb_node_connect_write()
245 tnode, in ctdb_tcp_start_outgoing()
255 tnode, in ctdb_tcp_start_outgoing()
265 tnode, in ctdb_tcp_start_outgoing()
329 if (tnode == NULL) { in ctdb_listen_event()
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_timer.cc142 list[index++] = tnode; in php_swoole_timer_clear_all()
161 if (!tnode->interval || tnode->removed) { in timer_callback()
162 timer_dtor(tnode); in timer_callback()
169 TimerNode *tnode; in timer_add() local
190 if (UNEXPECTED(!tnode)) { in timer_add()
213 RETURN_LONG(tnode->id); in timer_add()
244 TimerNode *tnode; in PHP_FUNCTION() local
251 RETURN_BOOL(tnode && !tnode->removed); in PHP_FUNCTION()
260 TimerNode *tnode; in PHP_FUNCTION() local
267 if (UNEXPECTED(!tnode)) { in PHP_FUNCTION()
[all …]
/dports/www/tdom/tdom-0.9.1/generic/
H A Dxmlsimple.c350 domTextNode *tnode; in XML_SimpleParse() local
400 tnode->nodeValue = REALLOC(tnode->nodeValue, in XML_SimpleParse()
402 memmove(tnode->nodeValue + tnode->valueLength, in XML_SimpleParse()
406 *(tnode->nodeValue + tnode->valueLength) = 0; in XML_SimpleParse()
421 tnode->nodeFlags = 0; in XML_SimpleParse()
435 (domNode*)tnode; in XML_SimpleParse()
513 tnode->nodeValue = (char*)MALLOC(tnode->valueLength+1); in XML_SimpleParse()
514 memmove(tnode->nodeValue, start+4, tnode->valueLength); in XML_SimpleParse()
515 *(tnode->nodeValue + tnode->valueLength) = 0; in XML_SimpleParse()
599 memmove(tnode->nodeValue + tnode->valueLength, in XML_SimpleParse()
[all …]
/dports/games/zhlt/zhlt-3.4/hlrad/
H A Dtrace.cpp81 tnode_t* tnode; in TestLine_r() local
97 tnode = &tnodes[node]; in TestLine_r()
98 switch (tnode->type) in TestLine_r()
101 front = start[0] - tnode->dist; in TestLine_r()
102 back = stop[0] - tnode->dist; in TestLine_r()
105 front = start[1] - tnode->dist; in TestLine_r()
106 back = stop[1] - tnode->dist; in TestLine_r()
109 front = start[2] - tnode->dist; in TestLine_r()
110 back = stop[2] - tnode->dist; in TestLine_r()
113 …front = (start[0] * tnode->normal[0] + start[1] * tnode->normal[1] + start[2] * tnode->normal[2]) … in TestLine_r()
[all …]

12345678910>>...49