Searched refs:ridx (Results 1 – 4 of 4) sorted by relevance
352 int ridx; in rc80211_update_rx() local354 for ( ridx = 0; ridx < dev->nr_rates && dev->rates[ridx] != rate; in rc80211_update_rx()355 ridx++ ) in rc80211_update_rx()357 if ( ridx >= dev->nr_rates ) in rc80211_update_rx()360 rc80211_update ( dev, RX, ridx, retry, 0 ); in rc80211_update_rx()
530 int ridx; in manglepe_hide() local547 ridx = iter->index0; in manglepe_hide()548 if (!(opt.hide & HIDE_EXT) && ridx > 3) in manglepe_hide()558 if (ridx >= 3 && wb && !werr) { in manglepe_hide()635 int ridx; in manglepe_fixchs() local649 ridx = iter->index0; in manglepe_fixchs()652 if (ridx > 3) in manglepe_fixchs()659 if (ridx >= 3 && wb && !werr) { in manglepe_fixchs()
25 NSUInteger ridx = 0;26 NSRange range = [iset rangeAtIndex:ridx];
1504 const size_type ridx = idx * bounds_.stride();1507 Expects(ridx < bounds_.total_size());1508 return Ret{data_ + ridx, bounds_.slice()};1852 const size_type ridx = idx * bounds_.stride();1855 Expects(ridx < bounds_.total_size());1856 return {data_ + ridx, bounds_.slice().total_size(), bounds_.slice()};