HomeSort by: relevance | last modified time | path
    Searched refs:FLUSH (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/arch/amiga/dev/
ahscreg.h 91 vu_short FLUSH; /* Flush FIFO RW-Strobe */
atzscreg.h 102 vu_short FLUSH; /* Flush FIFO RW-Strobe */
ahsc.c 265 * only FLUSH if terminal count not enabled,
268 sdp->FLUSH = 1;
346 * only FLUSH if terminal count not enabled,
349 sdp->FLUSH = 1;
atzsc.c 274 * only FLUSH if terminal count not enabled,
277 sdp->FLUSH = 1;
354 * only FLUSH if terminal count not enabled,
357 sdp->FLUSH = 1;
  /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/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/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/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 166 FLUSH = 367, /* FLUSH */
344 #define FLUSH 367
bfin-lex.l 298 <KEYWORD>[fF][lL][uU][sS][hH] return FLUSH;
bfin-parse.y 537 %token FLUSHINV FLUSH
2908 | FLUSH LBRACK REG RBRACK
2910 notethat ("CaCTRL: FLUSH [ pregs ]\n");
2914 return yyerror ("Bad register(s) for FLUSH");
2917 | FLUSH reg_with_postinc
2921 notethat ("CaCTRL: FLUSH [ pregs ++ ]\n");
2925 return yyerror ("Bad register(s) for FLUSH");
2936 return yyerror ("Bad register(s) for FLUSH");
2947 return yyerror ("Bad register(s) for FLUSH");
2959 return yyerror ("Bad register(s) for FLUSH");
    [all...]
bfin-lex.c 2263 return FLUSH;
2823 /* Flush out information for old buffer. */
2968 /* Flush out information for old buffer. */
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 166 FLUSH = 367, /* FLUSH */
344 #define FLUSH 367
bfin-lex.l 298 <KEYWORD>[fF][lL][uU][sS][hH] return FLUSH;
bfin-parse.y 537 %token FLUSHINV FLUSH
2908 | FLUSH LBRACK REG RBRACK
2910 notethat ("CaCTRL: FLUSH [ pregs ]\n");
2914 return yyerror ("Bad register(s) for FLUSH");
2917 | FLUSH reg_with_postinc
2921 notethat ("CaCTRL: FLUSH [ pregs ++ ]\n");
2925 return yyerror ("Bad register(s) for FLUSH");
2936 return yyerror ("Bad register(s) for FLUSH");
2947 return yyerror ("Bad register(s) for FLUSH");
2959 return yyerror ("Bad register(s) for FLUSH");
    [all...]
  /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/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/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 2168 case EXEC_OMP_FLUSH: name = "FLUSH"; break;
3113 fputs ("FLUSH", dumpfile);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 2012 case EXEC_OMP_FLUSH: name = "FLUSH"; break;
2945 fputs ("FLUSH", dumpfile);
  /src/crypto/dist/ipsec-tools/src/setkey/
parse.y 117 %token ADD UPDATE GET GETSPI DELETE DELETEALL FLUSH DUMP EXIT
275 /* flush */
277 : FLUSH protocol_spec EOT
  /src/dist/pf/sbin/pfctl/
parse.y 144 u_int8_t flush;
424 %token MAXSRCCONN MAXSRCCONNRATE OVERLOAD FLUSH
432 %type <v.i> sourcetrack flush unaryop statelock
1819 r.flush = o->data.overload.flush;
3120 flush : /* empty */ { $$ = 0; } label
3121 | FLUSH { $$ = PF_FLUSH; }
3122 | FLUSH GLOBAL {
3184 | OVERLOAD '<' STRING '>' flush {
3198 $$->data.overload.flush = $5
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c 212 #define FLUSH 0x3B
1026 case FLUSH:
  /src/external/gpl3/gdb/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 85 milliseconds

1 2