Home
last modified time | relevance | path

Searched refs:min_val (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dmangle2.C10 template<class T, T min_val, T max_val>
/openbsd/src/gnu/gcc/gcc/
Dstor-layout.c2188 unsigned HOST_WIDE_INT min_val, max_val; in get_mode_bounds() local
2194 min_val = -((unsigned HOST_WIDE_INT) 1 << (size - 1)); in get_mode_bounds()
2199 min_val = 0; in get_mode_bounds()
2203 *mmin = gen_int_mode (min_val, target_mode); in get_mode_bounds()
Dgimplify.c3248 tree min_val = size_zero_node; in fold_indirect_ref_rhs() local
3250 min_val = TYPE_MIN_VALUE (type_domain); in fold_indirect_ref_rhs()
3251 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE); in fold_indirect_ref_rhs()
3260 tree min_val = size_zero_node; in fold_indirect_ref_rhs() local
3267 min_val = TYPE_MIN_VALUE (type_domain); in fold_indirect_ref_rhs()
3268 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE); in fold_indirect_ref_rhs()
Dfold-const.c13291 tree min_val = size_zero_node; in fold_indirect_ref_1() local
13293 min_val = TYPE_MIN_VALUE (type_domain); in fold_indirect_ref_1()
13294 return build4 (ARRAY_REF, type, op, min_val, NULL_TREE, NULL_TREE); in fold_indirect_ref_1()
13327 tree min_val = size_zero_node; in fold_indirect_ref_1() local
13331 min_val = TYPE_MIN_VALUE (type_domain); in fold_indirect_ref_1()
13332 return build4 (ARRAY_REF, type, sub, min_val, NULL_TREE, NULL_TREE); in fold_indirect_ref_1()
/openbsd/src/sys/dev/ic/
Dbwi.c6086 uint16_t rf_val, phy_val, min_val, val; in bwi_rf_lo_update_11b() local
6135 min_val = 65535; in bwi_rf_lo_update_11b()
6145 if (val < min_val) { in bwi_rf_lo_update_11b()
6146 min_val = val; in bwi_rf_lo_update_11b()
6156 min_val = 65535; in bwi_rf_lo_update_11b()
6170 if (val < min_val) { in bwi_rf_lo_update_11b()
6171 min_val = val; in bwi_rf_lo_update_11b()