Home | History | Annotate | Download | only in bin

Lines Matching refs:REGULAR_OUTBUF_SIZE

35 #define REGULAR_OUTBUF_SIZE     1024
979 unsigned long size = REGULAR_OUTBUF_SIZE;
1000 memset(info->buf, 0, REGULAR_OUTBUF_SIZE);
1002 while (left > REGULAR_OUTBUF_SIZE) {
1003 fwrite(info->buf, REGULAR_OUTBUF_SIZE, 1, info->f);
1004 left -= REGULAR_OUTBUF_SIZE;
1025 unsigned long size = REGULAR_OUTBUF_SIZE;
1138 info.buf = yasm_xmalloc(REGULAR_OUTBUF_SIZE);