Home
last modified time | relevance | path

Searched refs:Written (Results 1 – 25 of 129) sorted by relevance

123456

/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_utils.cpp144 while (auto Written = write(Fd, Begin, TotalBytes)) {
145 if (Written < 0) {
151 TotalBytes -= Written;
154 Begin += Written;
/openbsd-src/gnu/usr.bin/binutils/cpu/
H A DChangeLog118 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
120 * iq2000.opc: New file. Written by Ben Elliston, Frank
122 * iq2000m.cpu: New file. Written by Jeff Johnston.
123 * iq10.cpu: New file. Written by Jeff Johnston.
157 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
159 * frv.opc: New file. Written by Catherine Moore, and Dave
161 * simplify.inc: New file. Written by Doug Evans.
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp173 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in writeBytes() local
174 if (Written < 0) { in writeBytes()
181 Completed += Written; in writeBytes()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp284 auto Written = FP.convertToHexString( in toString() local
286 (void)Written; in toString()
287 assert(Written != 0); in toString()
288 assert(Written < BufBytes); in toString()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dconfigure.com6 $! Written by Klaus K"ampf (kkaempf@rmi.de)
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dconfigure.com6 $! Written by Klaus K"ampf (kkaempf@rmi.de)
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A DChangeLog271 * ms1.cpu: New file. Written by Nick Clifton, Stan Cox.
272 * ms1.opc: New file. Written by Stan Cox.
423 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
546 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
548 * iq2000.opc: New file. Written by Ben Elliston, Frank
550 * iq2000m.cpu: New file. Written by Jeff Johnston.
551 * iq10.cpu: New file. Written by Jeff Johnston.
585 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
587 * frv.opc: New file. Written by Catherine Moore, and Dave
589 * simplify.inc: New file. Written by Doug Evans.
/openbsd-src/gnu/usr.bin/perl/vos/
H A Dcompile_full_perl.cm6 & Written 02-05-05 by Paul Green (Paul.Green@stratus.com)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp449 Written = Mangled.begin(); in reset()
478 Written += From.size(); in trySubstitute()
485 const char *Written = ""; member in __anon3a907db10111::ManglingSubstitutor
496 llvm::StringRef(Written, std::distance(Written, currentParserPos())); in appendUnchangedInput()
497 Written = currentParserPos(); in appendUnchangedInput()
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dref-add.sin20 # Written by Bruno Haible <haible@clisp.cons.org>.
H A Dref-del.sin20 # Written by Bruno Haible <haible@clisp.cons.org>.
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/
H A Dref-del.sin20 # Written by Bruno Haible <haible@clisp.cons.org>.
H A Dref-add.sin20 # Written by Bruno Haible <haible@clisp.cons.org>.
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dperltidyrc8 # Written by Russ Allbery <eagle@eyrie.org>
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dconfigure.com7 $! Written by Klaus K"ampf (kkaempf@rmi.de)
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dconfigure.com7 $! Written by Klaus K"ampf (kkaempf@rmi.de)
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.def6 Written by Benjamin Chelf <chelf@codesourcery.com>
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dcgen-ibld.in91 /* Written this way to avoid undefined behaviour. */
132 /* Written this way to avoid undefined behaviour. */
305 /* Written this way to avoid undefined behaviour. */
487 /* Written this way to avoid undefined behaviour. */
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen-ibld.in92 /* Written this way to avoid undefined behaviour. */
133 /* Written this way to avoid undefined behaviour. */
308 /* Written this way to avoid undefined behaviour. */
482 /* Written this way to avoid undefined behaviour. */
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsol2-cn.asm4 ! Written By Fred Fish, Nov 1992
H A Dsol2-ci.asm4 ! Written By Fred Fish, Nov 1992
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dvanilla.em7 Written by Steve Chamberlain steve@cygnus.com
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dsol2-cn.asm4 ! Written By Fred Fish, Nov 1992
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Dvanilla.em7 Written by Steve Chamberlain steve@cygnus.com
/openbsd-src/gnu/gcc/gcc/config/fr30/
H A Dcrtn.asm4 # Written By David Vinayak Henkel-Wallace, June 1992

123456