Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp146 bndbox *box1, *box2, *box3, *box4; in octreespace() local
162 box1 = newbndbox(cmin1, cmax1); in octreespace()
211 movenextobj(cur, &box1->objlist); in octreespace()
243 old = box1; in octreespace()
289 if (countobj(box1->objlist) > 0) { in octreespace()
290 globalbound(&box1->objlist, &box1->min, &box1->max); in octreespace()
291 *rootlist = (object *)box1; in octreespace()
294 *rootlist = (object *)box1->nextobj; in octreespace()
299 if (countobj(box1->objlist) > maxoctnodes) { in octreespace()
300 octreespace(&box1->objlist, maxoctnodes); in octreespace()