Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/chfs/
H A Dchfs_gc.c351 struct chfs_eraseblock_queue *nextqueue; in find_gc_block() local
362 nextqueue = &chmp->chm_erase_pending_queue; in find_gc_block()
365 nextqueue = &chmp->chm_very_dirty_queue; in find_gc_block()
368 nextqueue = &chmp->chm_dirty_queue; in find_gc_block()
371 nextqueue = &chmp->chm_clean_queue; in find_gc_block()
375 nextqueue = &chmp->chm_dirty_queue; in find_gc_block()
379 nextqueue = &chmp->chm_very_dirty_queue; in find_gc_block()
383 nextqueue = &chmp->chm_erase_pending_queue; in find_gc_block()
398 ret = TAILQ_FIRST(nextqueue); in find_gc_block()
405 TAILQ_REMOVE(nextqueue, ret, queue); in find_gc_block()
/dports/games/tesseract-data/tesseract/src/engine/
H A Docta.cpp1679 vector<plink *> nextqueue; in mergepolys() local
1686 … mergepolys(orient, links, nextqueue, l.polys[0], polys[l.polys[0]], polys[l.polys[1]], l); in mergepolys()
1689 queue.move(nextqueue); in mergepolys()
/dports/games/tesseract/tesseract/src/engine/
H A Docta.cpp1679 vector<plink *> nextqueue; in mergepolys() local
1686 … mergepolys(orient, links, nextqueue, l.polys[0], polys[l.polys[0]], polys[l.polys[1]], l); in mergepolys()
1689 queue.move(nextqueue); in mergepolys()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Docta.cpp1746 vector<plink *> nextqueue; in mergepolys() local
1753 … mergepolys(orient, links, nextqueue, l.polys[0], polys[l.polys[0]], polys[l.polys[1]], l); in mergepolys()
1756 queue.move(nextqueue); in mergepolys()
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Docta.cpp1741 vector<plink *> nextqueue; in mergepolys() local
1748 … mergepolys(orient, links, nextqueue, l.polys[0], polys[l.polys[0]], polys[l.polys[1]], l); in mergepolys()
1751 queue.move(nextqueue); in mergepolys()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Docta.cpp1741 vector<plink *> nextqueue; in mergepolys() local
1748 … mergepolys(orient, links, nextqueue, l.polys[0], polys[l.polys[0]], polys[l.polys[1]], l); in mergepolys()
1751 queue.move(nextqueue); in mergepolys()