Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_vertex.cxx170 if (! E->b_visited()) in find_unvisited_E_()
345 if (! E->b_visited()) in get_non_manifold_1ring_extra_Fs()
H A Dbmsh3d_edge.h81 bool b_visited() const { return i_visited_ != 0; } in b_visited() function
H A Dbmsh3d_face.h114 bool b_visited() const { return i_value_ != 0; } in b_visited() function
H A Dbmsh3d_mesh.cxx143 if (! F->b_visited()) in _count_visited_faces_indices_ifs()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/algo/
H A Dbmsh3d_mesh_bnd.cxx104 if (F->b_visited()) in detect_bnd_chains()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c158 unsigned b_visited : 1; member
6843 b->b_visited = 0; in label_exception_targets()
6859 entry->b_visited = 1; in label_exception_targets()
6866 assert(b->b_visited == 1); in label_exception_targets()
6874 if (!instr->i_target->b_visited) { in label_exception_targets()
6881 instr->i_target->b_visited = 1; in label_exception_targets()
6892 if (!instr->i_target->b_visited) { in label_exception_targets()
6917 b->b_next->b_visited = 1; in label_exception_targets()
7184 b->b_visited = 0; in normalize_jumps()
7187 b->b_visited = 1; in normalize_jumps()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/vis/
H A Dbmsh3d_vis_mesh.cxx483 if (! F->b_visited()) in _draw_M_visited_ifs_geom()