Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgunfmt.cs38 Out.Write('"'); in DumpString()
42 Out.Write('\\'); Out.Write('b'); in DumpString()
44 Out.Write('\\'); Out.Write('f'); in DumpString()
46 Out.Write('\\'); Out.Write('n'); in DumpString()
48 Out.Write('\\'); Out.Write('r'); in DumpString()
50 Out.Write('\\'); Out.Write('t'); in DumpString()
52 Out.Write('\\'); Out.Write(c); in DumpString()
54 Out.Write(c); in DumpString()
56 Out.Write('"'); in DumpString()
59 Out.Write("msgid "); DumpString(msgid); Out.Write('\n'); in DumpMessage()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp324 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
325 Write.OpIndex = i; in populateWrites()
330 Write.Latency = in populateWrites()
332 Write.SClassOrWriteResourceID = WLE.WriteResourceID; in populateWrites()
335 Write.Latency = ID.MaxLatency; in populateWrites()
336 Write.SClassOrWriteResourceID = 0; in populateWrites()
338 Write.IsOptionalDef = false; in populateWrites()
340 dbgs() << "\t\t[Def] OpIdx=" << Write.OpIndex in populateWrites()
341 << ", Latency=" << Write.Latency in populateWrites()
342 << ", WriteResourceID=" << Write.SClassOrWriteResourceID << '\n'; in populateWrites()
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); argument
194 procedure Write (Item : in Stream_Element_Array) is subprogram
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write subprogram
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
H A Dtest.adb171 Write (Target, Buffer (1 .. Last));
194 Write (File_Out, Item);
240 Write (File_In, Buffer);
247 Write
/netbsd-src/common/dist/zlib/contrib/ada/
H A Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); subprogspec
194 procedure Write (Item : in Stream_Element_Array) is argument
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write argument
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); argument
194 procedure Write (Item : in Stream_Element_Array) is argument
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write subprogram
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
H A Dtest.adb171 Write (Target, Buffer (1 .. Last));
194 Write (File_Out, Item);
240 Write (File_In, Buffer);
247 Write
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); argument
194 procedure Write (Item : in Stream_Element_Array) is argument
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write subprogram
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
H A Dtest.adb171 Write (Target, Buffer (1 .. Last));
194 Write (File_Out, Item);
240 Write (File_In, Buffer);
247 Write
/netbsd-src/games/sail/
H A Dsync.c139 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) in Write() function
488 Write(W_CAPTURED, ship, a, 0, 0, 0); in send_captured()
494 Write(W_CLASS, ship, a, 0, 0, 0); in send_class()
500 Write(W_CREW, ship, a, b, c, 0); in send_crew()
506 Write(W_DBP, ship, a, b, c, d); in send_dbp()
512 Write(W_DRIFT, ship, a, 0, 0, 0); in send_drift()
518 Write(W_EXPLODE, ship, a, 0, 0, 0); in send_explode()
524 Write(W_FOUL, ship, a, 0, 0, 0); in send_foul()
530 Write(W_GUNL, ship, a, b, 0, 0); in send_gunl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h43 WriteState *Write; variable
50 Write() {} in WriteRef()
56 const WriteState *getWriteState() const { return Write; } in getWriteState()
57 WriteState *getWriteState() { return Write; } in getWriteState()
73 return Write && Other.Write && Write == Other.Write;
244 void addRegisterWrite(WriteRef Write, MutableArrayRef<unsigned> UsedPhysRegs);
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dautowrite11 ^Z Y Y Write file and suspend.
16 ^^ Y Y Write file and jump.
23 ^] Y Y Write file and jump.
28 :! Y Y Write file and execute.
43 :next Y Y Y Write changes and jump.
44 :next Y Y N Write changes and jump.
50 :rewind Y Y N Write changes and jump.
58 :tag Y Y N Write changes and jump.
65 :stop Y Y N Write changes and suspend.
87 :xit Y * * Write changes and exit.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp29 Write(WS) {} in WriteRef()
32 assert(Write && Write->isExecuted() && "Cannot commit before write back!"); in commit()
33 Write = nullptr; in commit()
37 assert(Write && Write->isExecuted() && "Not executed!"); in notifyExecuted()
42 return isValid() && (!Write || Write->isExecuted()); in hasKnownWriteBackCycle()
51 if (Write) in getWriteResourceID()
52 return Write->getWriteResourceID(); in getWriteResourceID()
57 if (Write) in getRegisterID()
58 return Write->getRegisterID(); in getRegisterID()
221 void RegisterFile::addRegisterWrite(WriteRef Write, in addRegisterWrite() argument
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util.h78 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); }
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc31 void Write() { in Write() function in __tsan::TestData
77 data->Write(); in write_mutex_thread()
88 data->Write(); in read_mutex_thread()
96 TEST(Mutex, Write) { in TEST() argument
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/avr/
H A Dtestutils.inc2 # Write byte to stdout
15 # Write 'pass' to stdout and quit
26 # Write 'fail' to stdout and quit
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp86 static const unsigned Write = 2; variable
258 MemRef::Read | MemRef::Write); in visitCallBase()
292 MCI->getDestAlign(), nullptr, MemRef::Write); in visitCallBase()
314 MCII->getDestAlign(), nullptr, MemRef::Write); in visitCallBase()
330 MMI->getDestAlign(), nullptr, MemRef::Write); in visitCallBase()
338 MSI->getDestAlign(), nullptr, MemRef::Write); in visitCallBase()
348 nullptr, MemRef::Read | MemRef::Write); in visitCallBase()
352 nullptr, MemRef::Write); in visitCallBase()
358 nullptr, MemRef::Read | MemRef::Write); in visitCallBase()
366 nullptr, MemRef::Read | MemRef::Write); in visitCallBase()
[all …]
/netbsd-src/external/gpl3/gcc/dist/
H A DChangeLog70 * MAINTAINERS (Write After Approval): Update my e-mail address.
134 Write After Approval list.
252 * MAINTAINERS: Clarify the policy WRT the Write After Approval
258 (Write After Approval): Add an entry for myself.
357 * MAINTAINERS (Write After Approval): Add myself.
395 * MAINTAINERS (Write After Approval): Add myself.
407 * MAINTAINERS: Remove my Write After Approval entry.
416 * MAINTAINERS (Write After Approval): Add myself.
442 * MAINTAINERS (Write After Approval): Add myself.
456 * MAINTAINERS (Write After Approval): Add myself.
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-without-libc.c31 int Write = __llvm_profile_write_buffer(Buffer); in main() local
33 return Write; in main()
/netbsd-src/external/bsd/tre/dist/
H A DTODO7 - Write a description of the algorithms used. There's already my
10 - Write man page for tre regexp syntax.
49 - Write a benchmark suite to see whan effects different
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp135 static void queryCallee(const MachineInstr &MI, bool &Read, bool &Write, in queryCallee() argument
160 Write = true; in queryCallee()
168 bool &Write, bool &Effects, bool &StackPointer) { in query() argument
180 Write = true; in query()
208 Write = true; in query()
253 queryCallee(MI, Read, Write, Effects, StackPointer); in query()
393 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local
394 query(*DefI, AA, Read, Write, Effects, StackPointer); in isSafeToMove()
399 if (!Read && !Write && !Effects && !StackPointer && !HasMutableRegisters) in isSafeToMove()
415 if (Write && (InterveningRead || InterveningWrite)) in isSafeToMove()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/
H A Dtestutils.inc4 # Write 'pass' to stdout and quit
15 # Write 'fail' to stdout and quit
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dmsgconv.texi36 Write output to specified file.
86 Write the .po file using indented style.
98 Write out a strict Uniforum conforming PO file. Note that this
106 Write out a Java ResourceBundle in Java @code{.properties} syntax. Note
112 Write out a NeXTstep/GNUstep localized resource file in @code{.strings} syntax.
H A Dmsgen.texi42 Write output to specified file.
79 Write the .po file using indented style.
91 Write out a strict Uniforum conforming PO file. Note that this
99 Write out a Java ResourceBundle in Java @code{.properties} syntax. Note
105 Write out a NeXTstep/GNUstep localized resource file in @code{.strings} syntax.
/netbsd-src/sys/dev/dm/
H A DTODO5 * Write more targets mirror.
21 * Write GPL free libdevmapper and lvm2tools.

12345678910>>...38