Lines Matching refs:max1
1182 s16 min1 = 0, max1 = 0; in _mcc_get_offset_range_for_2wslot_1btslot_p1() local
1190 max1 = _mcc_get_offset_for_2_wslot_1_btslot_p1(ref_dur, in _mcc_get_offset_range_for_2wslot_1btslot_p1()
1194 if (max1 > *bcn_max) in _mcc_get_offset_range_for_2wslot_1btslot_p1()
1195 *bcn_max = max1; in _mcc_get_offset_range_for_2wslot_1btslot_p1()
1203 s16 min1 = 0, max1 = 0; in _mcc_get_offset_range_for_2wslot_1btslot_p2() local
1216 if (max1 > *bcn_max) in _mcc_get_offset_range_for_2wslot_1btslot_p2()
1217 *bcn_max = max1; in _mcc_get_offset_range_for_2wslot_1btslot_p2()
1231 s16 min1 = 0, min2 = 0, max1 = 0, max2 = 0; in _mcc_get_offset_range_for_2_clients_worsecase() local
1234 max1 = _mcc_get_offset_for_2_clients_worsecase(ref_dur, ano_dur, in _mcc_get_offset_range_for_2_clients_worsecase()
1247 if (max1 > max2) in _mcc_get_offset_range_for_2_clients_worsecase()
1248 *bcn_max = max1; in _mcc_get_offset_range_for_2_clients_worsecase()