Searched refs:Written (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp139 while (auto Written = write(Fd, Begin, TotalBytes)) {
140 if (Written < 0) {
146 TotalBytes -= Written;
149 Begin += Written;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h53 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); variable
54 if (Written < 0) {
62 Completed += Written;
/freebsd-12-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd4 rem Written by Y.Voinov (c) 2014
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp201 auto Written = FP.convertToHexString( local
203 (void)Written;
204 assert(Written != 0);
205 assert(Written < BufBytes);
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Dsha256-armv4.S12 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
H A Dsha512-armv4.S12 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-ci.asm4 ! Written By Fred Fish, Nov 1992
H A Dcygwin.asm4 * Written By Steve Chamberlain
H A Dsol2-c1.asm4 ! Written By Fred Fish, Nov 1992
H A Dsol2-gc1.asm4 ! Written By Fred Fish, Nov 1992
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dcrti.asm2 # Written By Timothy Wall
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp307 Written = Mangled.begin();
336 Written += From.size();
343 const char *Written; member in class:__anon3916::ManglingSubstitutor
354 llvm::StringRef(Written, std::distance(Written, currentParserPos()));
355 Written = currentParserPos();
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dcrti.asm2 # Written By Nick Clifton
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Deabi-ci.asm3 Written By Michael Meissner
H A Deabi-cn.asm3 Written By Michael Meissner
H A Dsol-ci.asm4 # Written By Michael Meissner
H A Dsol-cn.asm4 # Written By Michael Meissner
H A Ddarwin-tramp.asm4 * Written By Michael Meissner
H A Dtramp.asm4 * Written By Michael Meissner
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsol2-ci.asm4 ! Written By David Vinayak Henkel-Wallace, June 1992
H A Dsol2-c1.asm4 ! Written By David Vinayak Henkel-Wallace, June 1992
/freebsd-12-stable/contrib/gperf/doc/
H A Dhelp2man20 # Written by Brendan O'Dea <bod@compusol.com.au>
38 Written by Brendan O'Dea <bod\@compusol.com.au>
279 s/([^\n])\n(Report +bugs|Email +bug +reports +to|Written +by)/$1\n\n$2/g;
331 elsif (/^Written +by/)
/freebsd-12-stable/stand/i386/pmbr/
H A Dpmbr.s4 # Written by: John Baldwin <jhb@FreeBSD.org>
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1322 uint64_t Written = 0; local
1323 for (; Written + PatternSize <= Fill.Size; Written += PatternSize)
1325 Fill.Pattern->writeAsBinary(OS, Fill.Size - Written);
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm9 ;; Written by Andy Polyakov <appro@openssl.org> for the OpenSSL

Completed in 241 milliseconds

12