/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/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/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...] |
test.adb | 171 Write (Target, Buffer (1 .. Last)); 194 Write (File_Out, Item); 240 Write (File_In, Buffer); 247 Write 368 Print_Statistic ("Write compress", 447 Print_Statistic ("Write decompress",
|
mtest.adb | 73 procedure Compare_Write is new ZLib.Write (Write => Compare);
|
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.adb | 665 -- Write -- 668 procedure Write 692 Write (Buffer (1 .. Out_Last)); 699 end Write;
|
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/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/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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_mutex_test.cc | 33 void Write() { 81 data->Write();
|
/src/sys/external/bsd/gnu-efi/dist/lib/ |
hw.c | 98 Status = uefi_call_wrapper(GlobalIoFncs->Io.Write, 5, GlobalIoFncs, Width, (UINT64)Port, 1, &Data); 128 Status = uefi_call_wrapper(GlobalIoFncs->Pci.Write, 5, GlobalIoFncs, Width, (UINT64)Address, 1, &Data);
|
/src/sys/dev/ppbus/ |
ppbus_1284.h | 43 #define Write STROBE
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_file.h | 27 void Write(const char *buffer, uptr length);
|
sanitizer_file.cc | 34 report_file.Write(buffer, internal_strlen(buffer));
|
/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;
|
/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
UnitTests.cs | 253 writer.Write("hi there");
254 writer.Write(Math.PI);
255 writer.Write(42);
|
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
efidbg.h | 158 EFI_DEBUGPORT_IO_WRITE Write;
|
/src/sys/arch/mac68k/obio/ |
iwm.s | 295 * 3 - 0 = Disk is write protected 352 moveq #writeProtected,%d0 | Disk is write protected? 485 * This MUST be called immediately before an actual read/write access. 954 * iwmWriteSector -- encode and write data to the specified sector. 1014 * If the buffer is dirty ("valid"), write it to disk. If not, 1039 * Write sync pattern and sector data lead-in 'D5 AA'. The 1045 * access q6H & write first byte to q7H. 1047 * and write subsequent bytes to q6H. 1065 moveb %a4@+,%a0@(q7H) | Write first sync byte 1075 * Write 5 sync bytes and first byte of sector data lead-i [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
armada-385-atl-x530.dts | 74 /* Write parameters */
|
armada-xp-openblocks-ax3-4.dts | 50 /* Write parameters */
|
/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/dev/arcbios/ |
arcbios.h | 350 int32_t Write;
|
arcbios_calls.S | 182 AFV4ORLESS(Write) /* long (*Write)(u_long, void *, u_long, u_long *); */
|