OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Write
(Results
1 - 21
of
21
) sorted by relevancy
/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.
/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.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.
zlib.adb
665
--
Write
--
668
procedure
Write
692
Write
(Buffer (1 .. Out_Last));
699
end
Write
;
/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;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
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); }
/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
) {
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs
199
public override void
Write
(byte[] buffer, int offset, int count)
/src/sys/dev/ppbus/
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_rtems.cc
223
uptr res =
write
(fd, buff, buff_size);
264
void ReportFile::
Write
(const char *buffer, uptr length) {
267
"ReportFile::
Write
() can't output requested buffer!\n";
269
if (length !=
write
(fd, buffer, length)) {
270
write
(fd, kWriteError, internal_strlen(kWriteError));
sanitizer_win.cc
816
void ReportFile::
Write
(const char *buffer, uptr length) {
822
// and the following routine should
write
to its console.
928
// The first element indicates read as 0,
write
as 1, or execute as 8. The
934
return SignalContext::
WRITE
;
/src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h
128
EFI_SERIAL_WRITE
Write
;
efipciio.h
81
EFI_PCI_IO_PROTOCOL_IO_MEM
Write
;
86
EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_IO_MEM
Write
;
108
EFI_PCI_IO_PROTOCOL_CONFIG
Write
;
efiprot.h
457
EFI_FILE_WRITE
Write
;
605
EFI_DEVICE_IO
Write
;
935
<B>EfiBltVideoFill</B> -
Write
data from the BltBuffer pixel (SourceX, SourceY)
947
<B>EfiBltBufferToVideo</B> -
Write
data from the BltBuffer rectangle
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h
158
EFI_DEBUGPORT_IO_WRITE
Write
;
/src/games/sail/
sync.c
139
static void
Write
(int, struct ship *, long, long, long, long);
286
Write
(int type, struct ship *ship, long a, long b, long c, long d)
488
Write
(W_CAPTURED, ship, a, 0, 0, 0);
494
Write
(W_CLASS, ship, a, 0, 0, 0);
500
Write
(W_CREW, ship, a, b, c, 0);
506
Write
(W_DBP, ship, a, b, c, d);
512
Write
(W_DRIFT, ship, a, 0, 0, 0);
518
Write
(W_EXPLODE, ship, a, 0, 0, 0);
524
Write
(W_FOUL, ship, a, 0, 0, 0);
530
Write
(W_GUNL, ship, a, b, 0, 0)
[
all
...]
/src/sys/dev/arcbios/
arcbios.h
350
int32_t
Write
;
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
546
ACPI_EFI_FILE_WRITE
Write
;
1082
ACPI_EFI_PCI_IO_PROTOCOL_CONFIG
Write
;
Completed in 35 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025