Searched refs:movenextobj (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | objbound.cpp | 125 static void movenextobj(object *thisobj, object **root) { in movenextobj() function 211 movenextobj(cur, &box1->objlist); in octreespace() 214 movenextobj(cur, &box2->objlist); in octreespace() 217 movenextobj(cur, &box3->objlist); in octreespace() 220 movenextobj(cur, &box4->objlist); in octreespace() 223 movenextobj(cur, &box5->objlist); in octreespace() 226 movenextobj(cur, &box6->objlist); in octreespace() 229 movenextobj(cur, &box7->objlist); in octreespace() 232 movenextobj(cur, &box8->objlist); in octreespace()
|
| H A D | objbound.hpp | 59 static void movenextobj(object *, object **);
|