Searched refs:noplen (Results 1 – 1 of 1) sorted by relevance
251 unsigned int noplen = len; in add_nops() local252 if (noplen > ASM_NOP_MAX) in add_nops()253 noplen = ASM_NOP_MAX; in add_nops()254 memcpy(insns, ideal_nops[noplen], noplen); in add_nops()255 insns += noplen; in add_nops()256 len -= noplen; in add_nops()