HomeSort by: relevance | last modified time | path
    Searched defs:FLUSH (Results 1 - 16 of 16) sorted by relevancy

  /src/external/lgpl3/gmp/dist/printf/
doprnt.c 133 last_ap is always replaced after a FLUSH, so it doesn't matter if va_list
136 #define FLUSH() \
140 TRACE (printf ("nothing to flush\n")); \
147 TRACE (printf ("flush \"%s\"\n", last_fmt)); \
298 FLUSH ();
321 FLUSH ();
337 FLUSH ();
372 FLUSH ();
451 FLUSH ();
  /src/sys/arch/amiga/dev/
atzscreg.h 102 vu_short FLUSH; /* Flush FIFO RW-Strobe */
ahscreg.h 91 vu_short FLUSH; /* Flush FIFO RW-Strobe */
  /src/sys/arch/mips/atheros/dev/
argpio.c 93 #define FLUSH(sc) bus_space_barrier(sc->sc_st, sc->sc_sh, \
203 FLUSH(sc);
230 FLUSH(sc);
245 FLUSH(sc);
  /src/external/bsd/nvi/dist/vi/
vs_line.c 470 #define FLUSH { \
485 FLUSH;
490 FLUSH;
539 FLUSH;
549 /* Flush any buffered characters. */
551 FLUSH;
vs_msg.c 467 #define FLUSH { \
486 FLUSH;
491 FLUSH;
691 * Flush any saved messages. If the screen isn't ready, refresh
  /src/sys/dev/raidframe/
rf_stripelocks.c 96 #define FLUSH
276 FLUSH;
304 FLUSH;
323 FLUSH;
352 FLUSH;
362 FLUSH;
397 FLUSH;
479 FLUSH;
506 FLUSH;
526 FLUSH;
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
vasprintf.c 539 #define FLUSH(flag, start, end, ap, buf_ptr) \
2241 FLUSH (xgmp_fmt_flag, start, end, ap2, &buf);
2336 FLUSH (xgmp_fmt_flag, start, end, ap2, &buf);
2400 FLUSH (xgmp_fmt_flag, start, end, ap2, &buf);
2424 FLUSH (xgmp_fmt_flag, start, fmt, ap2, &buf);
  /src/lib/libc/stdio/
vfwprintf.c 226 * Flush out all the vectors defined by the given uio,
717 #define FLUSH()
730 #define FLUSH() do { \
1510 FLUSH();
1513 FLUSH();
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 166 FLUSH = 367, /* FLUSH */
344 #define FLUSH 367
bfin-parse.c 650 FLUSH = 367, /* FLUSH */
828 #define FLUSH 367
1038 YYSYMBOL_FLUSH = 112, /* FLUSH */
1618 "GE", "LT", "LE", "GT", "LESS_THAN", "FLUSHINV", "FLUSH", "IFLUSH",
5565 case 171: /* asm_1: FLUSH LBRACK REG RBRACK */
5568 notethat ("CaCTRL: FLUSH [ pregs ]\n");
5572 return yyerror ("Bad register(s) for FLUSH");
5577 case 172: /* asm_1: FLUSH reg_with_postinc */
5582 notethat ("CaCTRL: FLUSH [ pregs ++ ]\n")
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 166 FLUSH = 367, /* FLUSH */
344 #define FLUSH 367
bfin-parse.c 650 FLUSH = 367, /* FLUSH */
828 #define FLUSH 367
1038 YYSYMBOL_FLUSH = 112, /* FLUSH */
1618 "GE", "LT", "LE", "GT", "LESS_THAN", "FLUSHINV", "FLUSH", "IFLUSH",
5565 case 171: /* asm_1: FLUSH LBRACK REG RBRACK */
5568 notethat ("CaCTRL: FLUSH [ pregs ]\n");
5572 return yyerror ("Bad register(s) for FLUSH");
5577 case 172: /* asm_1: FLUSH reg_with_postinc */
5582 notethat ("CaCTRL: FLUSH [ pregs ++ ]\n")
    [all...]
  /src/external/gpl3/gdb/dist/sim/erc32/
exec.c 212 #define FLUSH 0x3B
1026 case FLUSH:
  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 212 #define FLUSH 0x3B
1026 case FLUSH:
  /src/sys/net/
zlib.c 378 int last_flush; /* value of flush param for previous deflate call */
582 # define _tr_tally_lit(s, c, flush) \
587 flush = (s->last_lit == s->lit_bufsize-1); \
589 # define _tr_tally_dist(s, distance, length, flush) \
597 flush = (s->last_lit == s->lit_bufsize-1); \
600 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
601 # define _tr_tally_dist(s, distance, length, flush) \
602 flush = _tr_tally(s, distance, length)
677 block_done, /* block flush performed *
    [all...]

Completed in 53 milliseconds