Home | History | Annotate | Download | only in coff

Lines Matching refs:REGULAR_OUTBUF_SIZE

35 #define REGULAR_OUTBUF_SIZE     1024
720 unsigned long size = REGULAR_OUTBUF_SIZE;
743 memset(info->buf, 0, REGULAR_OUTBUF_SIZE);
745 while (left > REGULAR_OUTBUF_SIZE) {
746 fwrite(info->buf, REGULAR_OUTBUF_SIZE, 1, info->f);
747 left -= REGULAR_OUTBUF_SIZE;
1201 info.buf = yasm_xmalloc(REGULAR_OUTBUF_SIZE);