Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/tools/
H A Ddmsetup.c1638 #define MAX_DEPTH 100 macro
1695 static int _tree_width[MAX_DEPTH], _tree_more[MAX_DEPTH];
1826 if (depth + 2 > MAX_DEPTH) in _display_tree_node()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c89 #define MAX_DEPTH 8 macro
6747 pt = &(iso9660->primary.pathtbl[MAX_DEPTH-1]); in isoent_rr_move()
6997 if (iso9660->dircnt_max >= MAX_DEPTH && in isoent_make_path_table()
7005 MAX_DEPTH); in isoent_make_path_table()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenrecog.c173 static const unsigned int MAX_DEPTH = 6; variable
3427 if (d->next && to_size.depth > MAX_DEPTH) in find_subroutines()