Home
last modified time | relevance | path

Searched refs:the_node (Results 1 – 25 of 33) sorted by relevance

12

/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-copy/
H A Dnum-gen.c307 uint64_t last_node_row = ( the_node->start + the_node->count - 1 ); in num_gen_check_range_start()
311 the_node->start = range_start; in num_gen_check_range_start()
314 the_node->count = ( last_node_row - the_node->start ) + 1; in num_gen_check_range_start()
319 the_node->start = 0; in num_gen_check_range_start()
320 the_node->count = 0; in num_gen_check_range_start()
332 uint64_t last_node_row = ( the_node->start + the_node->count - 1 ); in num_gen_check_range_end()
339 the_node->count = ( last_node_row - the_node->start ) + 1; in num_gen_check_range_end()
344 the_node->start = 0; in num_gen_check_range_end()
345 the_node->count = 0; in num_gen_check_range_end()
359 if ( the_node->start == 0 || the_node->count == 0 ) in num_gen_check_range_callback()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/archetype/
H A Dlinked_list.cpp55 void append_to_list(ListType &the_list, NodePtr the_node) { in append_to_list() argument
56 the_list->data = the_node->data; in append_to_list()
57 the_list->key = the_node->key; in append_to_list()
58 the_node->next = the_list->next; in append_to_list()
59 the_list->next = the_node; in append_to_list()
61 the_list = the_node; in append_to_list()
H A Dlinked_list.h61 extern void append_to_list(ListType &the_list, NodePtr the_node);
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/toke/
H A Ddevnode.c457 char *in_what_node(device_node_t *the_node) in in_what_node() argument
459 bool top_node = BOOLVAL( the_node == &top_level_dev_node); in in_what_node()
460 bool curr_node = BOOLVAL( the_node == current_device_node); in in_what_node()
462 bool no_line = BOOLVAL( the_node->line_no == 0); in in_what_node()
466 in_what_line = the_node->line_no; in in_what_node()
467 in_what_file = the_node->ifile_name; in in_what_node()
H A Ddevnode.h82 char *in_what_node(device_node_t *the_node);
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Dhp26.trm107 HP26_Buffer_Node *the_node;
109 if (the_node) {
110 the_node->index = index;
112 the_node->size = size;
113 the_node->next = 0;
117 if (the_node->x == NULL || the_node->y == NULL || the_node->isa_move == NULL)
121 return (the_node);
128 free(the_node->x);
129 free(the_node->y);
130 free(the_node->isa_move);
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Dhp26.trm107 HP26_Buffer_Node *the_node;
109 if (the_node) {
110 the_node->index = index;
112 the_node->size = size;
113 the_node->next = 0;
117 if (the_node->x == NULL || the_node->y == NULL || the_node->isa_move == NULL)
121 return (the_node);
128 free(the_node->x);
129 free(the_node->y);
130 free(the_node->isa_move);
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Dhp26.trm109 HP26_Buffer_Node *the_node;
111 if (the_node) {
112 the_node->index = index;
114 the_node->size = size;
115 the_node->next = 0;
119 if (the_node->x == NULL || the_node->y == NULL || the_node->isa_move == NULL)
123 return (the_node);
130 free(the_node->x);
131 free(the_node->y);
132 free(the_node->isa_move);
[all …]
/dports/games/flightgear-data/fgdata/Aircraft/Generic/
H A Dwingflexer.nas191 setlistener(me.node ~ "mass-wing-kg", func(the_node) {
192 me.m_dw = the_node.getValue();
195 setlistener(me.node ~ "K", func(the_node) {
196 me.k = the_node.getValue() * me.m_dw;
199 setlistener(me.node ~ "D", func(the_node) { me.d = the_node.getValue() * me.m_dw; }, 0, 0);
200 …setlistener(me.node ~ "fuel-fac", func(the_node) { me.fuel_frac_on_2 = the_node.getValue() / 2.; }…
209 # setlistener(me.node ~ "sink-rate_fps", func(the_node) {
210 # var dz = me.last_dt * the_node.getValue() * globals.FT2M;
/dports/security/py-angr/angr-9.0.5405/angr/exploration_techniques/
H A Ddirector.py225 the_node = None
227 the_node = src
229 the_node = dst
231 if the_node is not None:
239 state = the_node.input_state
/dports/editors/jed/jed-0.99-19/lib/
H A Dinfo.sl193 define info_find_node_this_file (the_node)
197 node = "Node: " + the_node;
211 info_find_node_split_file(the_node);
371 variable the_node, file, n, len;
392 the_node = node;
393 node = substr(the_node, n + 1, strlen(node));
394 the_node = strsub(the_node, n, 0); % truncate string
395 file = substr(the_node, 2, n-2);
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dinfo.sl195 define info_find_node_this_file (the_node)
199 node = "Node: " + the_node;
213 info_find_node_split_file(the_node);
373 variable the_node, file, n, len;
392 the_node = node;
393 node = substr(the_node, n + 1, strlen(node));
394 the_node = strsub(the_node, n, 0); % truncate string
395 file = substr(the_node, 2, n);
/dports/devel/omniORB/omniORB-4.2.4/idl/COS/
H A DCosGraphs.idl28 Node the_node;
40 NodeHandle the_node;
/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/ruby/lib/rdf/redland/
H A Dnode.rb204 return the_node(item)
207 def the_node(localName) method in Redland.BNode.Namespace
/dports/security/py-angr/angr-9.0.5405/angr/analyses/decompiler/
H A Dstructurer.py722 the_node = CodeNode(n.true_node, n.condition)
723 addr2nodes[n.addr] = the_node
724 seq.add_node(the_node)
726 the_node = CodeNode(n.false_node, n.condition)
727 addr2nodes[n.addr] = the_node
728 seq.add_node(the_node)
733 the_node = CodeNode(n, None)
734 addr2nodes[n.addr] = the_node
735 seq.add_node(the_node)
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DIncremental_neighbor_search.h57 Node_const_handle the_node; variable
63 :the_box(Nb), the_node(N) in Cell()
75 return the_node; in node()
/dports/devel/smv/smv/
H A Dsymbols.c186 the_node = n;
199 the_node = n;
215 the_node = n;
230 the_node = n;
248 the_node = n;
641 the_node,"...\n");
2740 the_node = n;
2757 the_node = n;
2771 the_node = n;
2798 the_node = n;
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/mesh/
H A Dvtk_io.C468 const Point & the_node = mesh.point(global_node_id); in cells_to_vtk() local
473 pt[d] = the_node(d); in cells_to_vtk()
/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dncbierr.c2124 ErrMsgNode *the_node = NULL; in Nlm_GetErrLongText() local
2139 the_node = node2 ? node2 : node1; in Nlm_GetErrLongText()
2141 text = (char *) ErrGetExplanation(root, the_node); in Nlm_GetErrLongText()
/dports/security/py-angr/angr-9.0.5405/angr/knowledge_plugins/functions/
H A Dfunction.py959 the_node = self.get_node(src.addr)
960 self._callout_sites.add(the_node)
961 self._add_endpoint(the_node, 'call')
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dvrml_proto.c1327 GF_Node *the_node = (GF_Node *) node->sgprivate->scenegraph->pOwningProto;
1328 if (the_node != node) return the_node;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dvrml_proto.c1327 GF_Node *the_node = (GF_Node *) node->sgprivate->scenegraph->pOwningProto;
1328 if (the_node != node) return the_node;
H A Dbase_scenegraph.c1710 GF_Node *the_node = (GF_Node *) node->sgprivate->scenegraph->pOwningProto; local
1711 if (the_node != node) dirty_parents(the_node);
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scene_manager/
H A Dloader_bt.c1580 GF_Node *n, *the_node; in gf_bt_peek_node() local
1596 the_node = NULL; in gf_bt_peek_node()
1603 while (!parser->done && !the_node) { in gf_bt_peek_node()
1656 if (!strcmp(ret, nName)) the_node = n; in gf_bt_peek_node()
1674 return the_node; in gf_bt_peek_node()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scene_manager/
H A Dloader_bt.c1580 GF_Node *n, *the_node; in gf_bt_peek_node() local
1596 the_node = NULL; in gf_bt_peek_node()
1603 while (!parser->done && !the_node) { in gf_bt_peek_node()
1656 if (!strcmp(ret, nName)) the_node = n; in gf_bt_peek_node()
1674 return the_node; in gf_bt_peek_node()

12