HomeSort by: relevance | last modified time | path
    Searched refs:Flush (Results 1 - 24 of 24) sorted by relevancy

  /src/common/dist/zlib/contrib/ada/
zlib.adb 37 function (Strm : in Thin.Z_Streamp; Flush : in Thin.Int) return Thin.Int;
105 Flush : in Flush_Mode);
114 Flush : in Flush_Mode);
241 -- Flush --
244 procedure Flush
248 Flush : in Flush_Mode)
253 Translate (Filter, No_Data, Last, Out_Data, Out_Last, Flush);
254 end Flush;
286 Flush => Flush_Finish (Last < In_Buffer'First));
400 Flush : in Flush_Mode := No_Flush
    [all...]
zlib-streams.adb 24 -- We should flush the data written by the writer.
26 Flush (Stream, Finish);
98 -- Flush --
101 procedure Flush
109 Flush (Stream.Writer, Buffer, Last, Mode);
115 end Flush;
zlib-streams.ads 29 procedure Flush
32 -- Flush the written data to the back stream,
zlib.ads 79 -- Flush mode constants --
83 -- Regular way for compression, no flush
222 Flush : in Flush_Mode);
227 -- Flush parameter to Finish.
233 procedure Flush
237 Flush : in Flush_Mode);
238 pragma Inline (Flush);
254 Flush : in Flush_Mode := No_Flush);
281 Flush : in Flush_Mode := No_Flush);
test.adb 253 Flush (File_In);
366 ZLib.Streams.Flush (File_Z, ZLib.Finish);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.cc 75 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT {
154 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT {
xray_utils.h 42 void Flush();
xray_basic_logging.cc 267 // in the thread-local buffer. If not, we first flush the buffer before
370 TLD.LogWriter->Flush();
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 62 virtual void Flush() {}
sanitizer_symbolizer.h 107 void Flush();
sanitizer_symbolizer_libcdep.cc 130 void Symbolizer::Flush() {
134 tool.Flush();
sanitizer_symbolizer_posix_libcdep.cc 407 void Flush() override {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_symbolize.cc 120 Symbolizer::GetOrInit()->Flush();
  /src/common/lib/libc/arch/sparc64/string/
memset.S 182 stx %i1, [%i0] ! Flush this puppy to RAM
186 stw %i1, [%i0] ! Flush this puppy to RAM
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipciio.h 365 EFI_PCI_IO_PROTOCOL_FLUSH Flush;
394 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_FLUSH Flush;
efiprot.h 462 EFI_FILE_FLUSH Flush;
672 EFI_IO_FLUSH Flush;
1418 IN EBC_ICACHE_FLUSH Flush);
  /src/sys/arch/hppa/stand/common/
srt0.S 107 ; with separate instruction and data caches, we must flush our data
122 fdc 0(%sr0,%r22) ; Flush first word at addr to handle
  /src/sys/arch/sun68k/stand/libsa/
SRT0.S 36 | Flush the CPU cache using MC68020 values just to be safe.
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 265 public override void Flush()
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 551 ACPI_EFI_FILE_FLUSH Flush;
1105 ACPI_EFI_UNKNOWN_INTERFACE Flush;
  /src/sys/arch/sun3/sun3/
locore.s 132 movl #IC_CLEAR,%d0 | Flush the I-cache
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 443 [0002] Cache Flush Stride : 0000
  /src/sys/arch/sparc/sparc/
locore.s 495 TRAP(T_FLUSHWIN) ! 83 = flush windows
756 TRAP(T_FLUSHWIN) ! 83 = flush windows
1017 TRAP(T_FLUSHWIN) ! 83 = flush windows
2048 * for FLUSH instructions. Since we turn FLUSHes into no-ops
2084 ! we got the insn; check whether it was a FLUSH
2088 set ((2 << 30) | (0x3b << 19)), %l7 ! any FLUSH opcode
2785 * Fast flush handlers. xcalled from other CPUs throught soft interrupt 14
2805 sta %g0, [%l3]ASI_SRMMUFP ! flush TLB
2808 ! common return from Fast Flush handlers
2832 sta %g0, [%l3]ASI_IDCACHELFP ! flush cache lin
    [all...]
  /src/sys/arch/sparc64/sparc64/
locore.s 64 #undef DCACHE_BUG /* Flush D$ around ASI_PHYS accesses */
67 #undef TLB_FLUSH_LOWVA /* also flush 32-bit entries from the MMU */
1384 * physical addressing, or flush the D$.
1490 flush %g5; /* Some convenient address that won't trap */ \
1567 flush %g5; /* Some convenient address that won't trap */ \
1606 flush %g5; /* Some convenient address that won't trap */ \
1664 flush %g5; /* Some convenient address that won't trap */ \
1810 mov DEMAP_PAGE_SECONDARY, %g1 ! Secondary flush
1811 mov DEMAP_PAGE_NUCLEUS, %g5 ! Nucleus flush
2048 flush %g4 ! Isn't this convenient
    [all...]

Completed in 28 milliseconds