Searched refs:flush (Results 1 - 25 of 86) sorted by relevance

1234

/barrelfish-2018-10-04/lib/phoenix/
H A Datomic.h48 flush(p); \
54 static inline void flush(void* addr) {asm("":::"memory");} function
177 static inline void flush(void* addr) function
179 // __asm__ __volatile__("flush %0\n" :: "r" (addr) : "memory");
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Diostream.cpp59 cout_ptr->flush();
60 clog_ptr->flush();
64 wcout_ptr->flush();
65 wclog_ptr->flush();
/barrelfish-2018-10-04/lib/zlib/
H A Ddeflate.h105 int last_flush; /* value of flush param for previous deflate call */
308 # define _tr_tally_lit(s, c, flush) \
313 flush = (s->last_lit == s->lit_bufsize-1); \
315 # define _tr_tally_dist(s, distance, length, flush) \
323 flush = (s->last_lit == s->lit_bufsize-1); \
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
327 # define _tr_tally_dist(s, distance, length, flush) \
328 flush = _tr_tally(s, distance, length)
H A Ddeflate.c68 block_done, /* block flush performed */
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
552 int ZEXPORT deflate (strm, flush)
554 int flush;
556 int old_flush; /* value of flush param for previous deflate call */
560 flush > Z_FINISH || flush <
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DToEclipseQueue.java167 * Calls the superclass' <code>flush</code> method
169 public void flush() throws IOException method in class:ToEclipseQueue
172 // Get the underlying eclipse to flush the relevant stream
200 System.err.flush();
H A DOutOfProcessEclipse.java115 eclipseConnection.rpc("set_stream_property(joop_stdout,flush,end_of_line)");
116 eclipseConnection.rpc("set_stream_property(joop_stderr,flush,end_of_line)");
169 eclipseProcessStdin.flush();
186 eclipseProcessStdin.flush();
298 eclipseProcessStdin.flush();
471 teq.flush();
478 System.err.flush();
507 System.err.flush();
H A DFromEclipseQueue.java221 System.err.flush();
H A DEXDROutputStream.java354 public void flush() throws IOException method in class:EXDROutputStream
358 super.out.flush();
/barrelfish-2018-10-04/include/storage/
H A Dvsic.h29 errval_t (*flush)(struct storage_vsic *vsic, struct storage_vsa *vsa); member in struct:storage_vsic_ops
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs.c69 errval_t (*flush)(void *handle); member in struct:backend_ops
80 .flush = blockdevfs_ahci_flush
87 .flush = blockdevfs_ata_flush
94 .flush = blockdevfs_megaraid_flush,
313 static errval_t flush(void *st, vfs_handle_t inhandle) function
318 return backends[entry->type].flush(entry->backend_handle);
337 .flush = flush,
H A Dvfs_ops.h32 errval_t (*flush)(void *st, vfs_handle_t handle); member in struct:vfs_ops
H A Dvfs_blockdevfs_megaraid.c42 errval_t err = h->vsic.ops.flush(&h->vsic, &h->vsa);
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/tests/
H A DQueueExample1.java84 java_to_eclipse_formatted.flush();
H A DQueueExample2.java115 output_queue_stream_formatted.flush();
H A Dqueue_example_1.pl36 flush(eclipse_to_java).
H A Dqueue_example_2.pl36 flush(eclipse_to_java)).
/barrelfish-2018-10-04/tools/harness/
H A Ddebug.py22 sys.stdout.flush()
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtoplevel.pl239 % set_stream_property(error, flush, end_of_line),
291 ( % flush all tty streams
295 flush(S),
378 flush(toplevel_output),
408 flush(Out).
425 flush(answer_output).
450 flush(log_output).
474 set_stream_property(output, flush, end_of_line),
475 set_stream_property(error, flush, end_of_line),
481 set_stream_property(warning_output, flush, end_of_lin
[all...]
H A Dquintus_util.pl69 flush(toplevel_output).
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DRemoteVisClient.java57 exdr_out.flush();
/barrelfish-2018-10-04/usr/drivers/megaraid/
H A Dmain.c52 err = vsic.ops.flush(&vsic, &vsa);
/barrelfish-2018-10-04/usr/skb/programs/
H A Dobjects3.pl275 flush(output),
276 flush(error).
280 flush(output),
281 flush(error).
290 flush(output),
291 flush(error).
/barrelfish-2018-10-04/include/
H A Dzlib.h168 /* Allowed flush values; see deflate() and inflate() below for details */
242 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
247 forced to flush.
258 accordingly. This action is forced if the parameter flush is non zero.
259 Forcing flush frequently degrades the compression ratio, so this parameter
261 Some output may be provided even if flush is not set.
272 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
290 with the same value of the flush paramete
[all...]
/barrelfish-2018-10-04/lib/tenaciousd/
H A Dlog.c143 err = vsic->ops.flush(vsic, vsa);
157 errval_t err = log->vsic->ops.flush(log->vsic, log->vsa);
160 // Update header and flush again and wait for it to finish
174 err = log->vsic->ops.flush(log->vsic, log->vsa);
H A Dqueue.c165 err = vsic->ops.flush(vsic, vsa);
180 errval_t err = queue->vsic->ops.flush(queue->vsic, queue->vsa);
183 // Update header and flush again and wait for it to finish
198 err = queue->vsic->ops.flush(queue->vsic, queue->vsa);

Completed in 238 milliseconds

1234