Lines Matching defs:top
197 int flags = 0, i, rateidx = 0, thridx, top;
202 for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
204 i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
206 if (len <= top)
291 u_int i, thridx, top;
303 for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
305 i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
307 if (id->id_len <= top)
331 int i, rate, top;
341 for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
343 i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
345 if (id->id_len <= top)