Home
last modified time | relevance | path

Searched refs:Completed (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp141 ssize_t Completed = 0; in readBytes() local
142 while (Completed < static_cast<ssize_t>(Size)) { in readBytes()
143 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes()
147 if (Completed == 0 && IsEOF) { in readBytes()
164 Completed += Read; in readBytes()
171 ssize_t Completed = 0; in writeBytes() local
172 while (Completed < static_cast<ssize_t>(Size)) { in writeBytes()
173 ssize_t Written = ::write(OutFD, Src + Completed, Size - Completed); in writeBytes()
181 Completed += Written; in writeBytes()
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.bat12 ECHO Completed nuget packaging build. The package is in the following folder:
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dauto489 f_dprintf "Installation Completed at %s" "$( date )"
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp880 CompleteFunctionAnalysis *Completed = in emitDiagnostics() local
882 if (Completed == nullptr) { in emitDiagnostics()
912 Completed->firstViolationForEffect(Viol1.Effect); in emitDiagnostics()
H A DSemaDecl.cpp19690 bool Completed = false; in ActOnFields() local
19749 Completed = true; in ActOnFields()
19757 if (!Completed) in ActOnFields()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp722 Completed, /// Added and filled this Decision enumerator
753 return (MCDCBranches.size() == DecisionParams.NumConditions ? Completed in addBranch()
810 case DecisionRecord::Completed: in processBranch()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md131 to the Handshake Completed state.
133 - Handshake Completed: The handshake layer has indicated that it
610 - Handshake Completed?
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt326 Completed the existing partial support for the CDAT "table". Although
451 iASL: Completed compiler support for the NHLT ACPI table.
597 Completed full support for the IVRS (I/O Virtualization Reporting
2105 Completed an investigation into adding a namespace node "owner list"
2157 Completed the new (recently deployed) package resolution mechanism for
2267 Completed the final integration of the recent changes to Package Object
3677 Completed full support for the ACPI 6.0 External() AML opcode. The
4072 Completed development to ensure that the ACPICA Disassembler and Debugger
6425 Debugger: Completed a major update for the Disassemble<method> command.
8286 Completed the major overhaul of the GPE support code that was begun in
[all …]
/freebsd/contrib/libarchive/
H A DNEWS463 Dec 29, 2007: Completed initial test harness for bsdcpio.