Lines Matching defs:position
961 int position; // current position (byte offset) in message
1666 context->position = 0;
1676 coeff_position = context->position >> 2;
1679 byte_position = context->position & 3;
1685 context->position++;
1694 context->position += 4;
1703 context->position++;
1720 coeff_position = context->position >> 2;
1723 byte_position = context->position & 3;