Lines Matching defs:idx
2665 unsigned idx)
2667 unsigned ridx = rightstart + idx;
2668 unsigned lidx = leftstart + idx;
2703 unsigned idx = 0;
2708 sram_dump_byte(fp, buf, byte, 1024, expected, loc, end_calibration_offset, idx);
2709 } while (++idx & 0x7);
2713 sram_dump_byte(fp, buf, byte, 1024, expected, loc, end_calibration_offset, idx);
2714 } while (++idx & 0x7);
2716 idx = 0;
2721 sram_dump_byte(fp, expected, loc, end_calibration_offset, buf, byte, 1024, idx);
2722 } while (++idx & 0x7);
2726 sram_dump_byte(fp, expected, loc, end_calibration_offset, buf, byte, 1024, idx);
2727 } while (++idx & 0x7);
3542 int idx =
3563 pDetailedCalib[idx++] = 0;
3564 pDetailedCalib[idx++] = 0x80;
3611 int idx =
3644 offnow = pDetailedCalib[idx];
3648 multnow = 255.0 / denom1 * contrast_adjust * pDetailedCalib[idx+1]; /* And finally to 255 */
3649 offnow = pDetailedCalib[idx] - brightness_adjust * 0x80 / multnow;
3685 pDetailedCalib[idx++] = offnow; /* Subtract this value from the result at gains = 0x80*/
3686 pDetailedCalib[idx++] = multnow; /* Then multiply by this value divided by 0x80 */