Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:idx

1729 	int idx = qdbm - QDBM_OFFSET;
1731 if (idx >= QDBM_TABLE_LEN) {
1739 while (idx < 0) {
1740 idx += 40;
1747 return ((nqdBm_to_mW_map[idx] + factor/2) / factor);