Lines Matching defs:position
297 size_t count, position;
306 position = start_descent;
308 while (position < count + 4)
312 (1.0 + coefficient * (position + 2 - start_descent)));
315 buf[position] = value_lo;
316 buf[position + 1] = value_hi;
318 "position = %03lx buf[position]= %02x buf[position+1] = %02x\n",
319 position, buf[position], buf[position + 1]);
320 position += 2;