Home
last modified time | relevance | path

Searched refs:first_match (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c351 int first_zero = 16, first_match = 16; in vstrc() local
393 first_match = MIN(cur_byte, first_match); in vstrc()
397 first_match = cur_byte; in vstrc()
406 s390_vec_write_element64(v1, 0, MIN(first_match, first_zero)); in vstrc()
410 if (first_zero == 16 && first_match == 16) { in vstrc()
414 } else if (first_match < first_zero) { in vstrc()
/openbmc/linux/drivers/hwmon/
H A Dadm1031.c288 int first_match = -1, exact_match = -1; in get_fan_auto_nearest() local
303 first_match == -1) { in get_fan_auto_nearest()
308 first_match = i; in get_fan_auto_nearest()
314 else if (first_match >= 0) in get_fan_auto_nearest()
315 return first_match; in get_fan_auto_nearest()