Home | History | Annotate | Download | only in libyasm

Lines Matching refs:maxlen

200         unsigned long maxlen = 15;
201 while (!align->code_fill[maxlen] && maxlen>0)
202 maxlen--;
203 if (maxlen == 0) {
210 while (len > maxlen) {
211 memcpy(*bufp, align->code_fill[maxlen], maxlen);
212 *bufp += maxlen;
213 len -= maxlen;