Home
last modified time | relevance | path

Searched refs:objectlist (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dgrid.hpp58 typedef struct objectlist { struct
59 struct objectlist *next; /* next link in the list */ argument
61 } objectlist; typedef
75 objectlist **cells; /* the grid cells themselves */
106 static int engrid_objectlist(grid *g, objectlist **list);
H A Dgrid.cpp97 g->cells = (objectlist **)rt_getmem(xsize * ysize * zsize * sizeof(objectlist *)); in newgrid()
121 objectlist *lcur, *lnext; in grid_free()
178 objectlist *cur; in cellbound()
260 objectlist *cur; in countobjlist()
337 objectlist **list; in engrid_cell()
338 objectlist *newobj; in engrid_cell()
369 newobj = (objectlist *)rt_getmem(sizeof(objectlist)); in engrid_cell()
413 objectlist *tmp; in engrid_object()
435 tmp = (objectlist *)rt_getmem(sizeof(objectlist)); in engrid_object()
475 objectlist *cur; in grid_intersect()
[all …]