Searched refs:howMany (Results 1 – 2 of 2) sorted by relevance
624 char * EncoderBase::nops(char * stream, unsigned howMany) in nops() argument642 while(howMany>=nopSize) { in nops()648 howMany -= nopSize; in nops()651 char* end = stream + howMany; in nops()
89 static char * nops(char * stream, unsigned howMany);