Home | History | Annotate | Download | only in common

Lines Matching refs:bytesFromThisBuffer

1053             int8_t bytesFromThisBuffer=_this->toULength-initialToULength;
1054 if(backOutDistance<=bytesFromThisBuffer) {
1059 _this->preToULength=(int8_t)(bytesFromThisBuffer-backOutDistance);
1063 *source-=bytesFromThisBuffer;