Home
last modified time | relevance | path

Searched refs:headnode (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/sharedfp/individual/
H A Dsharedfp_individual_insert_metadata.c41 if ( NULL == headnode) { in mca_sharedfp_individual_insert_metadata()
56 headnode->next = NULL; in mca_sharedfp_individual_insert_metadata()
68 headnode->numofrecords = headnode->numofrecords + 1; in mca_sharedfp_individual_insert_metadata()
77 if ( headnode->next == NULL) { in mca_sharedfp_individual_insert_metadata()
79 headnode->next = newnode; in mca_sharedfp_individual_insert_metadata()
83 tempnode = headnode->next; in mca_sharedfp_individual_insert_metadata()
106 headnode->metadatafile_offset = headnode->metafile_start_offset; in mca_sharedfp_individual_write_metadata_file()
108 current = headnode->next; in mca_sharedfp_individual_write_metadata_file()
142 (headnode)->numofrecordsonfile = headnode->numofrecordsonfile + 1; in mca_sharedfp_individual_write_metadata_file()
143 (headnode)->metadatafile_offset = (headnode)->metadatafile_offset + sizeof(buff); in mca_sharedfp_individual_write_metadata_file()
[all …]
H A Dsharedfp_individual_file_open.c174 if ( headnode) { in mca_sharedfp_individual_file_open()
206 if (headnode) { in mca_sharedfp_individual_file_close()
215 if(headnode->datafilename){ in mca_sharedfp_individual_file_close()
245 if ( !headnode ) { in mca_sharedfp_individual_insert_headnode()
248 if (!headnode) in mca_sharedfp_individual_insert_headnode()
255 headnode->datafile_offset = 0; in mca_sharedfp_individual_insert_headnode()
256 headnode->metadatafile_offset = 0; in mca_sharedfp_individual_insert_headnode()
261 headnode->metadatafilehandle = 0; in mca_sharedfp_individual_insert_headnode()
262 headnode->datafilehandle = 0; in mca_sharedfp_individual_insert_headnode()
263 headnode->next = NULL; in mca_sharedfp_individual_insert_headnode()
[all …]
H A Dsharedfp_individual_collaborate_data.c61 if ( NULL == headnode) { in mca_sharedfp_individual_collaborate_data()
69 nodesoneachprocess = headnode->numofrecordsonfile + headnode->numofrecords; in mca_sharedfp_individual_collaborate_data()
242 num = ( headnode->numofrecords + headnode->numofrecordsonfile); in mca_sharedfp_individual_get_timestamps_and_reclengths()
243 currnode = headnode->next; in mca_sharedfp_individual_get_timestamps_and_reclengths()
271 headnode->numofrecordsonfile); in mca_sharedfp_individual_get_timestamps_and_reclengths()
274 if (headnode->numofrecordsonfile > 0) { in mca_sharedfp_individual_get_timestamps_and_reclengths()
294 headnode->numofrecordsonfile = 0; in mca_sharedfp_individual_get_timestamps_and_reclengths()
300 currnode = headnode->next; in mca_sharedfp_individual_get_timestamps_and_reclengths()
314 headnode->next = currnode->next; in mca_sharedfp_individual_get_timestamps_and_reclengths()
320 currnode = headnode->next; in mca_sharedfp_individual_get_timestamps_and_reclengths()
[all …]
H A Dsharedfp_individual_write.c40 mca_sharedfp_individual_header_record *headnode = NULL; in mca_sharedfp_individual_write() local
67 headnode = (mca_sharedfp_individual_header_record*)sh->selected_module_data; in mca_sharedfp_individual_write()
69 if (headnode) { in mca_sharedfp_individual_write()
74 ret = mca_common_ompio_file_write_at ( headnode->datafilehandle, in mca_sharedfp_individual_write()
75 headnode->datafile_offset, in mca_sharedfp_individual_write()
83 headnode->datafile_offset = headnode->datafile_offset + totalbytes; in mca_sharedfp_individual_write()
104 mca_sharedfp_individual_header_record *headnode = NULL; in mca_sharedfp_individual_write_ordered() local
135 headnode = (mca_sharedfp_individual_header_record*)sh->selected_module_data; in mca_sharedfp_individual_write_ordered()
136 if ( NULL == headnode) { in mca_sharedfp_individual_write_ordered()
H A Dsharedfp_individual_iwrite.c40 mca_sharedfp_individual_header_record *headnode = NULL; in mca_sharedfp_individual_iwrite() local
68 headnode = (mca_sharedfp_individual_header_record*)sh->selected_module_data; in mca_sharedfp_individual_iwrite()
69 if ( NULL == headnode) { in mca_sharedfp_individual_iwrite()
79 ret = mca_common_ompio_file_iwrite_at ( headnode->datafilehandle, headnode->datafile_offset, in mca_sharedfp_individual_iwrite()
87 headnode->datafile_offset = headnode->datafile_offset + totalbytes; in mca_sharedfp_individual_iwrite()
106 mca_sharedfp_individual_header_record *headnode = NULL; in mca_sharedfp_individual_write_ordered_begin() local
142 headnode = (mca_sharedfp_individual_header_record*)sh->selected_module_data; in mca_sharedfp_individual_write_ordered_begin()
143 if ( NULL == headnode) { in mca_sharedfp_individual_write_ordered_begin()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/sharedfp/individual/
H A Dsharedfp_individual_insert_metadata.c41 if ( NULL == headnode) { in mca_sharedfp_individual_insert_metadata()
56 headnode->next = NULL; in mca_sharedfp_individual_insert_metadata()
68 headnode->numofrecords = headnode->numofrecords + 1; in mca_sharedfp_individual_insert_metadata()
77 if ( headnode->next == NULL) { in mca_sharedfp_individual_insert_metadata()
79 headnode->next = newnode; in mca_sharedfp_individual_insert_metadata()
83 tempnode = headnode->next; in mca_sharedfp_individual_insert_metadata()
106 headnode->metadatafile_offset = headnode->metafile_start_offset; in mca_sharedfp_individual_write_metadata_file()
108 current = headnode->next; in mca_sharedfp_individual_write_metadata_file()
142 (headnode)->numofrecordsonfile = headnode->numofrecordsonfile + 1; in mca_sharedfp_individual_write_metadata_file()
143 (headnode)->metadatafile_offset = (headnode)->metadatafile_offset + sizeof(buff); in mca_sharedfp_individual_write_metadata_file()
[all …]
H A Dsharedfp_individual_file_open.c169 if ( headnode) { in mca_sharedfp_individual_file_open()
199 if (headnode) { in mca_sharedfp_individual_file_close()
208 if(headnode->datafilename){ in mca_sharedfp_individual_file_close()
236 if ( !headnode ) { in mca_sharedfp_individual_insert_headnode()
239 if (!headnode) in mca_sharedfp_individual_insert_headnode()
246 headnode->datafile_offset = 0; in mca_sharedfp_individual_insert_headnode()
247 headnode->metadatafile_offset = 0; in mca_sharedfp_individual_insert_headnode()
252 headnode->metadatafilehandle = 0; in mca_sharedfp_individual_insert_headnode()
253 headnode->datafilehandle = 0; in mca_sharedfp_individual_insert_headnode()
254 headnode->next = NULL; in mca_sharedfp_individual_insert_headnode()
[all …]
H A Dsharedfp_individual_collaborate_data.c55 if ( NULL == headnode) { in mca_sharedfp_individual_collaborate_data()
63 nodesoneachprocess = headnode->numofrecordsonfile + headnode->numofrecords; in mca_sharedfp_individual_collaborate_data()
266 num = ( headnode->numofrecords + headnode->numofrecordsonfile); in mca_sharedfp_individual_get_timestamps_and_reclengths()
267 currnode = headnode->next; in mca_sharedfp_individual_get_timestamps_and_reclengths()
295 headnode->numofrecordsonfile); in mca_sharedfp_individual_get_timestamps_and_reclengths()
298 if (headnode->numofrecordsonfile > 0) { in mca_sharedfp_individual_get_timestamps_and_reclengths()
322 headnode->numofrecordsonfile = 0; in mca_sharedfp_individual_get_timestamps_and_reclengths()
328 currnode = headnode->next; in mca_sharedfp_individual_get_timestamps_and_reclengths()
342 headnode->next = currnode->next; in mca_sharedfp_individual_get_timestamps_and_reclengths()
348 currnode = headnode->next; in mca_sharedfp_individual_get_timestamps_and_reclengths()
[all …]
H A Dsharedfp_individual_write.c40 mca_sharedfp_individual_header_record *headnode = NULL; in mca_sharedfp_individual_write() local
56 headnode = (mca_sharedfp_individual_header_record*)sh->selected_module_data; in mca_sharedfp_individual_write()
57 if ( NULL == headnode) { in mca_sharedfp_individual_write()
66 ret = mca_common_ompio_file_write_at ( headnode->datafilehandle, in mca_sharedfp_individual_write()
67 headnode->datafile_offset, in mca_sharedfp_individual_write()
75 headnode->datafile_offset = headnode->datafile_offset + totalbytes; in mca_sharedfp_individual_write()
94 mca_sharedfp_individual_header_record *headnode = NULL; in mca_sharedfp_individual_write_ordered() local
113 headnode = (mca_sharedfp_individual_header_record*)sh->selected_module_data; in mca_sharedfp_individual_write_ordered()
114 if ( NULL == headnode) { in mca_sharedfp_individual_write_ordered()
H A Dsharedfp_individual_iwrite.c40 mca_sharedfp_individual_header_record *headnode = NULL; in mca_sharedfp_individual_iwrite() local
56 headnode = (mca_sharedfp_individual_header_record*)sh->selected_module_data; in mca_sharedfp_individual_iwrite()
57 if ( NULL == headnode) { in mca_sharedfp_individual_iwrite()
67 ret = mca_common_ompio_file_iwrite_at ( headnode->datafilehandle, headnode->datafile_offset, in mca_sharedfp_individual_iwrite()
75 headnode->datafile_offset = headnode->datafile_offset + totalbytes; in mca_sharedfp_individual_iwrite()
93 mca_sharedfp_individual_header_record *headnode = NULL; in mca_sharedfp_individual_write_ordered_begin() local
116 headnode = (mca_sharedfp_individual_header_record*)sh->selected_module_data; in mca_sharedfp_individual_write_ordered_begin()
117 if ( NULL == headnode) { in mca_sharedfp_individual_write_ordered_begin()
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoLightPath.cpp60 : headnode(NULL), in SoLightPath()
70 : headnode(NULL), in SoLightPath()
80 if (this->headnode) this->headnode->unref(); in ~SoLightPath()
89 if (this->headnode) this->headnode->unref(); in setHead()
90 this->headnode = node; in setHead()
92 this->headnode->ref(); in setHead()
155 return this->headnode; in getHead()
171 SoNode *node = this->headnode; in getNode()
222 SoNode *node = this->headnode; in makeTempPath()
/dports/graphics/Coin/coin-Coin-4.0.0/src/sensors/
H A DSoPathSensor.cpp88 SoNode * headnode; // to audit nodes in path member in SoPathSensorP
119 PRIVATE(this)->headnode = NULL; in commonConstructor()
150 PRIVATE(this)->headnode = path->getHead(); in attach()
151 if (PRIVATE(this)->headnode) { in attach()
152 PRIVATE(this)->headnode->addAuditor(this, SoNotRec::SENSOR); in attach()
169 if (PRIVATE(this)->headnode) { in detach()
170 PRIVATE(this)->headnode->removeAuditor(this, SoNotRec::SENSOR); in detach()
171 PRIVATE(this)->headnode = NULL; in detach()
/dports/games/uhexen2/hexen2source-1.5.9/utils/qbsp/
H A Dbsp5.h201 surface_t *GatherNodeFaces (node_t *headnode);
202 void MakeFaceEdges (node_t *headnode);
218 void PortalizeWorld (node_t *headnode);
219 void WritePortalfile (node_t *headnode);
226 void GrowNodeRegions (node_t *headnode);
232 void tjunc (node_t *headnode);
240 void WriteNodePlanes (node_t *headnode);
241 void WriteClipNodes (node_t *headnode);
242 void WriteDrawNodes (node_t *headnode);
/dports/games/ufoai/ufoai-2.5-source/src/tools/ufo2map/
H A Dbsp.cpp88 assert(tree->headnode); in ProcessSubModel()
89 if (tree->headnode->planenum == PLANENUM_LEAF) in ProcessSubModel()
93 MakeFaces(tree->headnode); in ProcessSubModel()
94 FixTjuncs(tree->headnode); in ProcessSubModel()
95 curTile->models[curTile->nummodels].headnode = WriteBSP(tree->headnode); in ProcessSubModel()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/q2map/
H A Dprtfile.c245 node_t *headnode; in WritePortalFile() local
249 headnode = tree->headnode; in WritePortalFile()
253 FreeTreePortals_r (headnode); in WritePortalFile()
257 CreateVisPortals_r (headnode); in WritePortalFile()
261 NumberLeafs_r (headnode); in WritePortalFile()
277 WritePortalFile_r (headnode); in WritePortalFile()
284 SaveClusters_r (headnode); in WritePortalFile()
H A Dqbsp.c156 block_nodes[xblock+5][yblock+5] = tree->headnode; in ProcessBlock_Thread()
217 tree->headnode = BlockTree (block_xl-1, block_yl-1, block_xh+1, block_yh+1); in ProcessWorldModel()
233 FillOutside (tree->headnode); in ProcessWorldModel()
277 MakeFaces (tree->headnode); in ProcessWorldModel()
278 FixTjuncs (tree->headnode); in ProcessWorldModel()
281 PruneNodes (tree->headnode); in ProcessWorldModel()
283 WriteBSP (tree->headnode); in ProcessWorldModel()
318 MakeFaces (tree->headnode); in ProcessSubModel()
319 FixTjuncs (tree->headnode); in ProcessSubModel()
320 WriteBSP (tree->headnode); in ProcessSubModel()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/bsp/qbsp3/
H A Dprtfile.c246 node_t *headnode; in WritePortalFile() local
250 headnode = tree->headnode; in WritePortalFile()
254 FreeTreePortals_r (headnode); in WritePortalFile()
258 CreateVisPortals_r (headnode); in WritePortalFile()
262 NumberLeafs_r (headnode); in WritePortalFile()
278 WritePortalFile_r (headnode); in WritePortalFile()
285 SaveClusters_r (headnode); in WritePortalFile()
H A Dqbsp3.c155 block_nodes[xblock+5][yblock+5] = tree->headnode; in ProcessBlock_Thread()
214 tree->headnode = BlockTree (block_xl-1, block_yl-1, block_xh+1, block_yh+1); in ProcessWorldModel()
230 FillOutside (tree->headnode); in ProcessWorldModel()
255 MakeFaces (tree->headnode); in ProcessWorldModel()
256 FixTjuncs (tree->headnode); in ProcessWorldModel()
259 PruneNodes (tree->headnode); in ProcessWorldModel()
261 WriteBSP (tree->headnode); in ProcessWorldModel()
296 MakeFaces (tree->headnode); in ProcessSubModel()
297 FixTjuncs (tree->headnode); in ProcessSubModel()
298 WriteBSP (tree->headnode); in ProcessSubModel()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/q2map/
H A Dprtfile.c239 node_t *headnode; in WritePortalFile() local
243 headnode = tree->headnode; in WritePortalFile()
247 FreeTreePortals_r( headnode ); in WritePortalFile()
251 CreateVisPortals_r( headnode ); in WritePortalFile()
255 NumberLeafs_r( headnode ); in WritePortalFile()
272 WritePortalFile_r( headnode ); in WritePortalFile()
279 SaveClusters_r( headnode ); in WritePortalFile()
H A Dqbsp.c151 block_nodes[xblock + 5][yblock + 5] = tree->headnode; in ProcessBlock_Thread()
219 tree->headnode = BlockTree( block_xl - 1, block_yl - 1, block_xh + 1, block_yh + 1 ); in ProcessWorldModel()
235 FillOutside( tree->headnode ); in ProcessWorldModel()
280 MakeFaces( tree->headnode ); in ProcessWorldModel()
281 FixTjuncs( tree->headnode ); in ProcessWorldModel()
284 PruneNodes( tree->headnode ); in ProcessWorldModel()
287 WriteBSP( tree->headnode ); in ProcessWorldModel()
323 MakeFaces( tree->headnode ); in ProcessSubModel()
324 FixTjuncs( tree->headnode ); in ProcessSubModel()
325 WriteBSP( tree->headnode ); in ProcessSubModel()
/dports/games/gtkradiant/GPL/Q2Tools/bsp/qbsp3/
H A Dprtfile.c246 node_t *headnode; in WritePortalFile() local
250 headnode = tree->headnode; in WritePortalFile()
254 FreeTreePortals_r (headnode); in WritePortalFile()
258 CreateVisPortals_r (headnode); in WritePortalFile()
262 NumberLeafs_r (headnode); in WritePortalFile()
278 WritePortalFile_r (headnode); in WritePortalFile()
285 SaveClusters_r (headnode); in WritePortalFile()
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dcl_pred.c77 int headnode; in CL_ClipMoveToEntities() local
100 headnode = cmodel->headnode; in CL_ClipMoveToEntities()
114 headnode = CM_HeadnodeForBox (bmins, bmaxs); in CL_ClipMoveToEntities()
122 mins, maxs, headnode, MASK_PLAYERSOLID, in CL_ClipMoveToEntities()
185 contents |= CM_TransformedPointContents (point, cmodel->headnode, ent->origin, ent->angles); in CL_PMpointcontents()
290 int headnode; in CL_ClipMoveToEntities2() local
314 headnode = cmodel->headnode; in CL_ClipMoveToEntities2()
328 headnode = CM_HeadnodeForBox (bmins, bmaxs); in CL_ClipMoveToEntities2()
336 mins, maxs, headnode, MASK_PLAYERSOLID, in CL_ClipMoveToEntities2()
/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dcl_pred.c77 int headnode; in CL_ClipMoveToEntities() local
98 headnode = cmodel->headnode; in CL_ClipMoveToEntities()
110 headnode = CM_HeadnodeForBox(bmins, bmaxs); in CL_ClipMoveToEntities()
118 mins, maxs, headnode, MASK_PLAYERSOLID, in CL_ClipMoveToEntities()
144 int headnode; in CL_ClipMoveToEntities2() local
168 headnode = cmodel->headnode; in CL_ClipMoveToEntities2()
182 headnode = CM_HeadnodeForBox (bmins, bmaxs); in CL_ClipMoveToEntities2()
190 mins, maxs, headnode, MASK_PLAYERSOLID, in CL_ClipMoveToEntities2()
252 contents |= CM_TransformedPointContents(point, cmodel->headnode, ent->origin, ent->angles); in CL_PMpointcontents()
/dports/cad/alliance/alliance/src/beh/src/
H A Dbeh_delbinod.c52 struct binode headnode; local
62 headnode.NEXT = listbinode;
63 ptlastnode = &headnode;
87 listbinode = headnode.NEXT;
/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/src/kurtz/streesrc/
H A Dconstruct.c118 tmpheadnode = BRADDR2NUM(stree,stree->headnode); in spaceforbranchtab()
127 stree->headnode = stree->branchtab + tmpheadnode; in spaceforbranchtab()
231 slink = *(stree->headnode+1) >> 25; in getlargelinkconstruction()
232 headnodenum = BRADDR2NUM(stree,stree->headnode); in getlargelinkconstruction()
336 headnodenum = BRADDR2NUM(stree,stree->headnode); in getlargelinkconstruction()
391 return *(stree->headnode+4); in getlargelinkconstruction()
426 SETCHILD(stree->headnode,newleaf); in insertleaf()
581 node = GETCHILD(stree->headnode); in rescan()
695 stree->headnode = nodeptr; in scanprefix()
701 node = GETCHILD(stree->headnode); in scanprefix()
[all …]

12345678910>>...18