Home | History | Annotate | Download | only in libenc

Lines Matching refs:nops

624 char * EncoderBase::nops(char * stream, unsigned howMany)
626 // Recommended multi-byte NOPs from the Intel architecture manual
627 static const unsigned char nops[10][9] = {
640 // Start from delivering the longest possible NOPs, then proceed with shorter ones
643 const unsigned char* nopBytes = nops[nopSize];