Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dobjbound.cpp211 movenextobj(cur, &box1->objlist); in octreespace()
245 if (countobj(cur->objlist) > 0) { in octreespace()
251 if (countobj(cur->objlist) > 0) { in octreespace()
257 if (countobj(cur->objlist) > 0) { in octreespace()
263 if (countobj(cur->objlist) > 0) { in octreespace()
269 if (countobj(cur->objlist) > 0) { in octreespace()
275 if (countobj(cur->objlist) > 0) { in octreespace()
281 if (countobj(cur->objlist) > 0) { in octreespace()
289 if (countobj(box1->objlist) > 0) { in octreespace()
335 gbox->objlist = nullptr; in dividespace()
[all …]
H A Dbndbox.cpp74 b->objlist = nullptr; in newbndbox()
92 free_objects(b->objlist); in free_bndbox()
198 obj = bx->objlist; in bndbox_intersect()
H A Dbndbox.hpp59 object *objlist; member