Home
last modified time | relevance | path

Searched refs:tmp_max (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c15 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local
35 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()
36 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds()
37 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c15 u32 host_min, host_max, tmp_max; in wil_fw_get_crash_dump_bounds() local
35 tmp_max = map->host + (map->to - map->from); in wil_fw_get_crash_dump_bounds()
36 if (tmp_max > host_max) in wil_fw_get_crash_dump_bounds()
37 host_max = tmp_max; in wil_fw_get_crash_dump_bounds()
/kernel/linux/linux-5.10/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c38 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
44 &tmp_max, state); in regulator_get_optimal_voltage()
56 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
64 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
/kernel/linux/linux-6.6/drivers/soc/samsung/
H A Dexynos-regulator-coupler.c38 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
44 &tmp_max, state); in regulator_get_optimal_voltage()
56 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
64 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_minmax_index.c368 GLuint tmp_min, tmp_max; in vbo_get_minmax_indices() local
391 &tmp_min, &tmp_max); in vbo_get_minmax_indices()
393 *max_index = MAX2(*max_index, tmp_max); in vbo_get_minmax_indices()
422 unsigned tmp_min, tmp_max; in vbo_get_minmax_indices_gallium() local
429 &tmp_min, &tmp_max); in vbo_get_minmax_indices_gallium()
431 info->max_index = MAX2(info->max_index, tmp_max); in vbo_get_minmax_indices_gallium()
/third_party/ffmpeg/libavcodec/
H A Drpzaenc.c319 int min, int max, int tmp_min, int tmp_max, in calc_lsq_max_fit_error()
337 lin_y = (int)(tmp_min + (tmp_max - tmp_min) * x_inc / 3.0 + 0.5); in calc_lsq_max_fit_error()
561 int tmp_min, tmp_max; in rpza_encode_stream() local
717 tmp_max = (int)(0.5 + max * slope + y_intercept); in rpza_encode_stream()
719 av_assert0(tmp_min <= tmp_max); in rpza_encode_stream()
722 tmp_max = av_clip_uint8(tmp_max); in rpza_encode_stream()
725 min, max, tmp_min, tmp_max, chan, i), err); in rpza_encode_stream()
728 max_color[i] = tmp_max; in rpza_encode_stream()
318 calc_lsq_max_fit_error(uint16_t *block_ptr, BlockInfo *bi, int min, int max, int tmp_min, int tmp_max, channel_offset xchannel, channel_offset ychannel) calc_lsq_max_fit_error() argument
/third_party/lame/libmp3lame/vector/
H A Dxmm_quantize_sub.c66 float tmp_max = 0; in init_xrpow_core_sse() local
117 tmp_max = ma > mb ? ma : mb; in init_xrpow_core_sse()
119 cod_info->xrpow_max = tmp_max; in init_xrpow_core_sse()
/kernel/linux/linux-5.10/net/batman-adv/
H A Ddistributed-arp-table.c503 * @tmp_max: address of the currently evaluated node
513 int select, batadv_dat_addr_t tmp_max, in batadv_is_orig_node_eligible()
534 if (tmp_max > last_max) in batadv_is_orig_node_eligible()
539 if (tmp_max < max) in batadv_is_orig_node_eligible()
544 if (tmp_max == max && max_orig_node && in batadv_is_orig_node_eligible()
567 batadv_dat_addr_t tmp_max = 0; in batadv_choose_next_candidate() local
587 tmp_max = BATADV_DAT_ADDR_MAX - orig_node->dat_addr + in batadv_choose_next_candidate()
591 tmp_max, max, in batadv_choose_next_candidate()
599 max = tmp_max; in batadv_choose_next_candidate()
512 batadv_is_orig_node_eligible(struct batadv_dat_candidate *res, int select, batadv_dat_addr_t tmp_max, batadv_dat_addr_t max, batadv_dat_addr_t last_max, struct batadv_orig_node *candidate, struct batadv_orig_node *max_orig_node) batadv_is_orig_node_eligible() argument
/kernel/linux/linux-6.6/net/batman-adv/
H A Ddistributed-arp-table.c501 * @tmp_max: address of the currently evaluated node
511 int select, batadv_dat_addr_t tmp_max, in batadv_is_orig_node_eligible()
532 if (tmp_max > last_max) in batadv_is_orig_node_eligible()
537 if (tmp_max < max) in batadv_is_orig_node_eligible()
542 if (tmp_max == max && max_orig_node && in batadv_is_orig_node_eligible()
565 batadv_dat_addr_t tmp_max = 0; in batadv_choose_next_candidate() local
585 tmp_max = BATADV_DAT_ADDR_MAX - orig_node->dat_addr + in batadv_choose_next_candidate()
589 tmp_max, max, in batadv_choose_next_candidate()
597 max = tmp_max; in batadv_choose_next_candidate()
510 batadv_is_orig_node_eligible(struct batadv_dat_candidate *res, int select, batadv_dat_addr_t tmp_max, batadv_dat_addr_t max, batadv_dat_addr_t last_max, struct batadv_orig_node *candidate, struct batadv_orig_node *max_orig_node) batadv_is_orig_node_eligible() argument
/kernel/linux/linux-5.10/kernel/sched/
H A Dwalt.c1440 unsigned int tmp_max = 1; in sort_clusters() local
1450 if (cluster->max_power_cost > tmp_max) in sort_clusters()
1451 tmp_max = cluster->max_power_cost; in sort_clusters()
1453 max_power_cost = tmp_max; in sort_clusters()
/kernel/linux/linux-6.6/kernel/sched/
H A Dwalt.c1441 unsigned int tmp_max = 1; in sort_clusters() local
1451 if (cluster->max_power_cost > tmp_max) in sort_clusters()
1452 tmp_max = cluster->max_power_cost; in sort_clusters()
1454 max_power_cost = tmp_max; in sort_clusters()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcyapa_gen5.c1946 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; in cyapa_gen5_read_idac_data() local
1969 tmp_max = INT_MIN; in cyapa_gen5_read_idac_data()
2076 tmp_max = max(value, tmp_max); in cyapa_gen5_read_idac_data()
2114 *idac_max = tmp_max; in cyapa_gen5_read_idac_data()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dcyapa_gen5.c1947 int tmp_max, tmp_min, tmp_ave, tmp_sum, tmp_count; in cyapa_gen5_read_idac_data() local
1970 tmp_max = INT_MIN; in cyapa_gen5_read_idac_data()
2077 tmp_max = max(value, tmp_max); in cyapa_gen5_read_idac_data()
2115 *idac_max = tmp_max; in cyapa_gen5_read_idac_data()
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dcore.c3727 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
3731 ret = regulator_check_consumers(c_rdevs[i], &tmp_min, &tmp_max, state); in regulator_get_optimal_voltage()
3736 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
3745 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dcore.c3800 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
3806 &tmp_max, state); in regulator_get_optimal_voltage()
3810 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
3818 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dcore.c3942 int tmp_max = INT_MAX; in regulator_get_optimal_voltage() local
3948 &tmp_max, state); in regulator_get_optimal_voltage()
3952 ret = regulator_check_voltage(c_rdevs[i], &tmp_min, &tmp_max); in regulator_get_optimal_voltage()
3960 desired_max_uV = tmp_max; in regulator_get_optimal_voltage()

Completed in 42 milliseconds