Lines Matching defs:tmp
1565 s16 tmp;
1572 tmp = sort[j];
1574 sort[j - 1] = tmp;
2459 s8 tmp;
2473 tmp = (s8) ath5k_get_interpolated_value(pwr_i,
2476 } while (tmp > 1);
2487 tmp = (s8) ath5k_get_interpolated_value(pwr_i,
2490 } while (tmp > 1);
3130 s16 tmp = pdadc_tmp[0] + pdadc_0 * pwr_step;
3131 pdadc_out[pdadc_i++] = (tmp < 0) ? 0 : (u8) tmp;
3159 s16 tmp = pdadc_tmp[table_size - 1] +
3161 pdadc_out[pdadc_i++] = (tmp > 127) ? 127 : (u8) tmp;