| /freebsd-12.1/contrib/dialog/ |
| H A D | rangebox.c | 49 int max_value; member 176 int max_value, in dialog_rangebox() argument 225 if (max_value < min_value) in dialog_rangebox() 226 max_value = min_value; in dialog_rangebox() 227 if (cur_value > max_value) in dialog_rangebox() 228 cur_value = max_value; in dialog_rangebox() 253 data.max_value = max_value; in dialog_rangebox() 345 cur_value = max_value; in dialog_rangebox() 362 if (cur_value > max_value) in dialog_rangebox() 363 cur_value = max_value; in dialog_rangebox() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | params.c | 74 else if (compiler_params[i].max_value > compiler_params[i].min_value in set_param_value() 75 && value > compiler_params[i].max_value) in set_param_value() 78 compiler_params[i].max_value); in set_param_value()
|
| H A D | params.h | 56 int max_value; member
|
| H A D | stmt.c | 2093 tree min_value, max_value; in add_case_node() local 2100 max_value = TYPE_MAX_VALUE (type); in add_case_node() 2111 || (TREE_CODE (max_value) == INTEGER_CST in add_case_node() 2112 && tree_int_cst_compare (low, max_value) > 0)) in add_case_node() 2122 || (TREE_CODE (max_value) == INTEGER_CST in add_case_node() 2123 && tree_int_cst_compare (low, max_value) > 0)) in add_case_node() 2135 if (TREE_CODE (max_value) == INTEGER_CST in add_case_node() 2136 && tree_int_cst_compare (high, max_value) > 0) in add_case_node() 2137 high = max_value; in add_case_node()
|
| H A D | stor-layout.c | 2022 tree max_value; in set_min_and_max_values_for_integral_type() local 2027 max_value in set_min_and_max_values_for_integral_type() 2048 max_value in set_min_and_max_values_for_integral_type() 2060 TYPE_MAX_VALUE (type) = max_value; in set_min_and_max_values_for_integral_type()
|
| H A D | c-common.c | 1633 tree min_value, max_value; in check_case_bounds() local 1642 max_value = TYPE_MAX_VALUE (orig_type); in check_case_bounds() 1653 if (tree_int_cst_compare (case_low, max_value) > 0 in check_case_bounds() 1654 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds() 1670 if (tree_int_cst_compare (case_low, max_value) <= 0 in check_case_bounds() 1671 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds() 1675 case_high = max_value; in check_case_bounds()
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | intel_sprite.c | 183 I915_WRITE(SPRKEYMAX(intel_plane->pipe), key->max_value); in ivb_update_colorkey() 210 key->max_value = I915_READ(SPRKEYMAX(intel_plane->pipe)); in ivb_get_colorkey() 373 I915_WRITE(DVSKEYMAX(intel_plane->pipe), key->max_value); in ilk_update_colorkey() 400 key->max_value = I915_READ(DVSKEYMAX(intel_plane->pipe)); in ilk_get_colorkey()
|
| H A D | intel_sdvo_regs.h | 566 u8 max_value; member 633 u16 max_value; member
|
| H A D | i915_drm.h | 939 __u32 max_value; member
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_sched.cpp | 293 *pupper = traits_t<T>::max_value; in __kmp_for_static_init() 529 *pupperDist = traits_t<T>::max_value; in __kmp_dist_for_static_init() 597 *pupper = traits_t<T>::max_value; in __kmp_dist_for_static_init() 744 *p_ub = traits_t<T>::max_value; in __kmp_team_static_init()
|
| H A D | kmp_os.h | 209 static const signed_t max_value = 0x7fffffff; 219 static const unsigned_t max_value = 0xffffffff; 237 static const signed_t max_value = 0x7fffffffffffffffLL; 247 static const unsigned_t max_value = 0xffffffffffffffffLL;
|
| H A D | kmp_dispatch.cpp | 2211 *pupper = traits_t<T>::max_value; in __kmp_dist_get_bounds()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_primary64.h | 332 PackedCounterArray(u64 num_counters, u64 max_value, MemoryMapperT *mapper) in PackedCounterArray() argument 335 CHECK_GT(max_value, 0); in PackedCounterArray() 340 RoundUpToPowerOfTwo(MostSignificantSetBitIndex(max_value) + 1); in PackedCounterArray()
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | mf-runtime.c | 1424 float max_value; in __mf_adapt_cache() local 1444 max_value = 0.0; in __mf_adapt_cache() 1448 if (max_value < value) max_value = value; in __mf_adapt_cache() 1454 if (value >= max_value * shoulder_factor) in __mf_adapt_cache()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | wmm_ac.c | 380 #define PARAM_IN_RANGE(field, min_value, max_value) \ in wmm_ac_ts_req_is_valid() argument 381 param_in_range(#field, params->field, min_value, max_value) in wmm_ac_ts_req_is_valid()
|
| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_subnet.c | 279 IN char *p_key, uint32_t max_value) in opts_strtoul() argument 292 if (tmp_val > max_value || in opts_strtoul() 301 IN char *p_key, uint64_t max_value) in opts_strtoull() argument 314 if (tmp_val > max_value || (tmp_val == ULLONG_MAX && errno == ERANGE)) { in opts_strtoull()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | mdebugread.c | 865 long max_value; in parse_symbol() local 896 max_value = 0; in parse_symbol() 956 if (tsym.value > max_value) in parse_symbol() 957 max_value = tsym.value; in parse_symbol() 1040 if (nfields > 1 && max_value == 0) in parse_symbol()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1996 | 3137 (tsubst): Don't use build_index_2_type if the max_value uses template
|