Home | History | Annotate | Download | only in libenc

Lines Matching full:howmany

624 char * EncoderBase::nops(char * stream, unsigned howMany)
642 while(howMany>=nopSize) {
648 howMany -= nopSize;
651 char* end = stream + howMany;