Lines Matching defs:position
558 int position = table_size - 1; /* at the end */
566 control[position].power = -1;
567 control[position].addend = 0;
568 position--;
588 assert(position >= 0);
593 control[position].power = pos + 16 * (w - 1);
594 control[position].addend = delta;
595 position--;
601 position++;
602 n = table_size - position;
604 control[i] = control[i + position];