Searched refs:minnode (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/usr.sbin/rpki-client/ |
| H A D | main.c | 915 unsigned long long minnode = 300 * 1000; in check_fs_size() 921 (fs.f_ffree > 0 && fs.f_favail < minnode)) { in check_fs_size() 931 (unsigned long long)fs.f_favail, minnode); 911 unsigned long long minnode = 300 * 1000; check_fs_size() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-decl.c | 5596 tree minnode = 0, maxnode = 0, enum_value_type; local 5608 minnode = maxnode = integer_zero_node; 5611 minnode = maxnode = TREE_VALUE (values); 5617 if (tree_int_cst_lt (value, minnode)) 5618 minnode = value; 5626 unsign = (tree_int_cst_sgn (minnode) >= 0); 5627 precision = MAX (min_precision (minnode, unsign), 5648 TYPE_MIN_VALUE (enumtype) = minnode;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-decl.c | 5786 tree minnode = 0, maxnode = 0; in finish_enum() local 5796 minnode = maxnode = integer_zero_node; in finish_enum() 5799 minnode = maxnode = TREE_VALUE (values); in finish_enum() 5805 if (tree_int_cst_lt (value, minnode)) in finish_enum() 5806 minnode = value; in finish_enum() 5814 unsign = (tree_int_cst_sgn (minnode) >= 0); in finish_enum() 5815 precision = MAX (min_precision (minnode, unsign), in finish_enum() 5887 lt->enum_min = minnode; in finish_enum()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl.c | 10140 tree minnode; in finish_enum() local 10172 minnode = maxnode = NULL_TREE; in finish_enum() 10192 if (!minnode) in finish_enum() 10193 minnode = maxnode = value; in finish_enum() 10196 else if (tree_int_cst_lt (value, minnode)) in finish_enum() 10197 minnode = value; in finish_enum() 10205 minnode = maxnode = integer_zero_node; in finish_enum() 10211 unsignedp = tree_int_cst_sgn (minnode) >= 0; in finish_enum() 10212 lowprec = min_precision (minnode, unsignedp); in finish_enum()
|
| H A D | ChangeLog-1998 | 6405 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.c | 14012 tree minnode; local 14038 minnode = maxnode = NULL_TREE; 14053 if (!minnode) 14054 minnode = maxnode = value; 14057 else if (tree_int_cst_lt (value, minnode)) 14058 minnode = value; 14076 minnode = maxnode = integer_zero_node; 14082 unsignedp = tree_int_cst_sgn (minnode) >= 0; 14083 lowprec = min_precision (minnode, unsignedp);
|
| H A D | ChangeLog.2 | 13193 (finish_enum): Initialize `minnode' and `maxnode' to NULL_TREE.
|