Lines Matching +defs:val +defs:first
322 * For the first ten config registers we set the present flags in the
393 * For the first ten config registers, set the appropriate
960 * We only understand how to parse the first
1100 uint32_t exponent, mantisa, val, digits = 0;
1123 val = CISTPL_PD_MAN(mantisa) * CISTPL_PD_EXP(exponent);
1130 val = val/10; /* do this since our mantissa table is X 10 */
1137 val = val + (digits * CISTPL_PD_EXP(exponent-1));
1139 val /= 1000;
1141 return (val);
1160 * The tp->read argument must point to the first byte of
1178 int scale = 1, first;
1190 first = 1;
1191 if (first) {
1196 first = 0;
1202 } /* if (first) */
2079 * cisptr->offset must be the offset to the first byte in the secondary
2129 * we want the address of the first character returned