HomeSort by: relevance | last modified time | path
    Searched defs:Write (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-without-libc.c 31 int Write = __llvm_profile_write_buffer(Buffer);
33 return Write;
36 // Don't write it out. Since we're checking the symbols, we don't have libc
40 // Actually write it out so we can FileCheck the output.
instrprof-without-libc.c 31 int Write = __llvm_profile_write_buffer(Buffer);
33 return Write;
36 // Don't write it out. Since we're checking the symbols, we don't have libc
40 // Actually write it out so we can FileCheck the output.
  /src/common/dist/zlib/contrib/ada/
zlib-streams.adb 111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
180 -- Write --
183 procedure Write
188 procedure Write (Item : in Stream_Element_Array);
191 -- Write --
194 procedure Write (Item : in Stream_Element_Array) is
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write
    [all...]
zlib-streams.adb 111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
180 -- Write --
183 procedure Write
188 procedure Write (Item : in Stream_Element_Array);
191 -- Write --
194 procedure Write (Item : in Stream_Element_Array) is
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write
    [all...]
zlib-streams.ads 25 procedure Write
66 -- If mode is In_Stream then Write operation is disabled.
104 -- Buffer size for write operation.
107 -- processed in the write operation.
zlib-streams.ads 25 procedure Write
66 -- If mode is In_Stream then Write operation is disabled.
104 -- Buffer size for write operation.
107 -- processed in the write operation.
zlib.ads 17 -- along with this library; if not, write to the Free Software Foundation, --
242 with procedure Write
249 -- Buffer size for Write user routine.
251 procedure Write
256 -- Write. Output buffer size could be set in Buffer_Size generic parameter.
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
61 TCompressionStream is write-only and strictly sequential. Reading from the
92 function Write(const Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint;
522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint;
ZLib.pas 54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
61 TCompressionStream is write-only and strictly sequential. Reading from the
92 function Write(const Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
444 function TCompressionStream.Write(const Buffer; Count: Longint): Longint;
522 function TDecompressionStream.Write(const Buffer; Count: Longint): Longint;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 33 void Write() {
81 data->Write();
sanitizer_mutex_test.cc 33 void Write() {
81 data->Write();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util.h 78 void Write(const MemLoc &ml, int size, bool expect_race = false) {
90 Write(ml, 1, expect_race); }
92 Write(ml, 2, expect_race); }
94 Write(ml, 4, expect_race); }
96 Write(ml, 8, expect_race); }
tsan_test_util.h 78 void Write(const MemLoc &ml, int size, bool expect_race = false) {
90 Write(ml, 1, expect_race); }
92 Write(ml, 2, expect_race); }
94 Write(ml, 4, expect_race); }
96 Write(ml, 8, expect_race); }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 31 void Write() {
77 data->Write();
88 data->Write();
96 TEST(Mutex, Write) {
tsan_mutex_test.cc 31 void Write() {
77 data->Write();
88 data->Write();
96 TEST(Mutex, Write) {
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 199 public override void Write(byte[] buffer, int offset, int count)
GZipStream.cs 199 public override void Write(byte[] buffer, int offset, int count)
  /src/sys/dev/ppbus/
ppbus_1284.h 43 #define Write STROBE
ppbus_1284.h 43 #define Write STROBE
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix.cc 275 void ReportFile::Write(const char *buffer, uptr length) {
sanitizer_posix.cc 275 void ReportFile::Write(const char *buffer, uptr length) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h 128 EFI_SERIAL_WRITE Write;
efiser.h 128 EFI_SERIAL_WRITE Write;
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h 158 EFI_DEBUGPORT_IO_WRITE Write;
efidbg.h 158 EFI_DEBUGPORT_IO_WRITE Write;

Completed in 32 milliseconds

1 2