Home
last modified time | relevance | path

Searched refs:max1 (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/dev/video/bktr/
H A Dmsp34xx.c703 int count, max1,max2,val1,val2, val,this; in msp3400c_thread() local
744 max1 = max2 = -1; in msp3400c_thread()
752 max1 = 3; in msp3400c_thread()
769 val1 = val, max1 = this; in msp3400c_thread()
775 switch (max1) { in msp3400c_thread()
810 msp->main = carrier_detect_main[max1].cdo; in msp3400c_thread()
811 switch (max1) { in msp3400c_thread()
873 msp->second = carrier_detect_main[max1].cdo; in msp3400c_thread()
/dragonfly/usr.bin/dsynth/
H A Dbuild.c1332 int max1; in waitbuild() local
1346 max1 = MaxWorkers; in waitbuild()
1348 max1 = MaxWorkers - in waitbuild()
1353 max1 = MaxWorkers * 25 / 100; in waitbuild()
1405 max1 = max1 * (PkgDepScaleTarget + 50) / 100; in waitbuild()
1413 max_sel = max1; in waitbuild()
1434 if (DynamicMaxWorkers < max1) in waitbuild()
1440 if (DynamicMaxWorkers != max1) { in waitbuild()
1446 dload[0], max1, in waitbuild()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple.c3584 tree max1 = TYPE_MAX_VALUE (i1); in gimple_types_compatible_p_1() local
3593 && (max1 == max2 in gimple_types_compatible_p_1()
3594 || (max1 && max2 in gimple_types_compatible_p_1()
3595 && ((TREE_CODE (max1) == PLACEHOLDER_EXPR in gimple_types_compatible_p_1()
3676 tree max1 = TYPE_MAX_VALUE (t1); in gimple_types_compatible_p_1() local
3691 if (max1 == NULL_TREE && max2 == NULL_TREE) in gimple_types_compatible_p_1()
3693 else if (max1 && max2 && operand_equal_p (max1, max2, 0)) in gimple_types_compatible_p_1()
4608 tree max1 = TYPE_MAX_VALUE (i1); in gimple_canonical_types_compatible_p() local
4617 && (max1 == max2 in gimple_canonical_types_compatible_p()
4618 || (max1 && max2 in gimple_canonical_types_compatible_p()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-scopedtables.c540 poly_int64 off1, sz1, max1; in equal_mem_array_ref_p() local
541 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1); in equal_mem_array_ref_p()
542 if (!known_size_p (max1) in equal_mem_array_ref_p()
543 || maybe_ne (sz1, max1)) in equal_mem_array_ref_p()
H A Dtree-data-ref.c1729 tree max1 = fold_build2 (PLUS_EXPR, TREE_TYPE (min1), min1, idx_len1); in create_intersect_range_checks_index() local
1735 std::swap (min1, max1); in create_intersect_range_checks_index()
1748 max1 = fold_build2 (MINUS_EXPR, TREE_TYPE (max1), max1, idx_access1); in create_intersect_range_checks_index()
1753 fold_build2 (LE_EXPR, boolean_type_node, max1, min2), in create_intersect_range_checks_index()
H A Dtree-vrp.c1829 vrp_int max1 = vrp_int_cst (vr1.max); in extract_range_from_binary_expr_1() local
1839 if (wi::ltu_p (size, min1 + max1)) in extract_range_from_binary_expr_1()
1842 max1 -= size; in extract_range_from_binary_expr_1()
1847 vrp_int prod1 = min0 * max1; in extract_range_from_binary_expr_1()
1849 vrp_int prod3 = max0 * max1; in extract_range_from_binary_expr_1()
H A Dgimple-ssa-sprintf.c1579 unsigned HOST_WIDE_INT max1 in format_integer() local
1585 res.range.max = MAX (max1, max2); in format_integer()
H A Dipa-devirt.c1434 tree max1 = TYPE_MAX_VALUE (i1);
1439 if (!operand_equal_p (max1, max2, 0))
H A Dtree.c13428 tree max1 = TYPE_MAX_VALUE (i1); in gimple_canonical_types_compatible_p() local
13437 && (max1 == max2 in gimple_canonical_types_compatible_p()
13438 || (max1 && max2 in gimple_canonical_types_compatible_p()
13439 && ((TREE_CODE (max1) == PLACEHOLDER_EXPR in gimple_canonical_types_compatible_p()
13441 || operand_equal_p (max1, max2, 0))))) in gimple_canonical_types_compatible_p()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c1068 tree max1, max2; in comp_array_types() local
1102 max1 = TYPE_MAX_VALUE (d1); in comp_array_types()
1105 && !value_dependent_expression_p (max1) in comp_array_types()
1112 max1 = fold (max1); in comp_array_types()
1116 if (!cp_tree_equal (max1, max2)) in comp_array_types()
/dragonfly/sys/dev/drm/i915/
H A Di915_drv.h154 static inline uint_fixed_16_16_t max_fixed16(uint_fixed_16_16_t max1, in max_fixed16() argument
159 max.val = max(max1.val, max2.val); in max_fixed16()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c1100 tree max1, max2; in comp_array_types() local
1134 max1 = TYPE_MAX_VALUE (d1); in comp_array_types()
1137 if (!cp_tree_equal (max1, max2)) in comp_array_types()