Lines Matching refs:error_bits
63 unsigned int msb, error_bits, base, offset, idx;
79 error_bits = msb - FIO_IO_U_PLAT_BITS;
82 base = (error_bits + 1) << FIO_IO_U_PLAT_BITS;
88 offset = (FIO_IO_U_PLAT_VAL - 1) & (val >> error_bits);
103 unsigned int error_bits, k, base;
113 error_bits = (idx >> FIO_IO_U_PLAT_BITS) - 1;
114 base = 1 << (error_bits + FIO_IO_U_PLAT_BITS);
120 return base + ((k + 0.5) * (1 << error_bits));