HomeSort by relevance Sort by last modified time
    Searched refs:REGULAR_OUTBUF_SIZE (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 32 #define REGULAR_OUTBUF_SIZE 1024
240 unsigned long size = REGULAR_OUTBUF_SIZE;
263 memset(info->buf, 0, REGULAR_OUTBUF_SIZE);
265 while (left > REGULAR_OUTBUF_SIZE) {
266 fwrite(info->buf, REGULAR_OUTBUF_SIZE, 1, info->f);
267 left -= REGULAR_OUTBUF_SIZE;
551 info.buf = yasm_xmalloc(REGULAR_OUTBUF_SIZE);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 233 #define REGULAR_OUTBUF_SIZE 1024
583 unsigned long size = REGULAR_OUTBUF_SIZE;
605 memset(info->buf, 0, REGULAR_OUTBUF_SIZE);
607 while (left > REGULAR_OUTBUF_SIZE) {
608 fwrite(info->buf, REGULAR_OUTBUF_SIZE, 1, info->f);
609 left -= REGULAR_OUTBUF_SIZE;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 35 #define REGULAR_OUTBUF_SIZE 1024
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 32 #define REGULAR_OUTBUF_SIZE 1024
302 unsigned long size = REGULAR_OUTBUF_SIZE;
680 info.buf = yasm_xmalloc(REGULAR_OUTBUF_SIZE);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 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;
    [all...]

Completed in 591 milliseconds