| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.cpp | 539 if (Requested.first > Requested.second) in getFlatWorkGroupSizes() 548 return Requested; in getFlatWorkGroupSizes() 574 if (Requested.second && Requested.first > Requested.second) in getWavesPerEU() 588 return Requested; in getWavesPerEU() 870 if (Requested && (Requested <= ReservedNumSGPRs)) in getBaseMaxNumSGPRs() 881 if (Requested && Requested < InputNumSGPRs) in getBaseMaxNumSGPRs() 889 Requested && Requested < getMinNumSGPRs(WavesPerEU.second)) in getBaseMaxNumSGPRs() 892 if (Requested) in getBaseMaxNumSGPRs() 949 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getBaseMaxNumVGPRs() 952 Requested && Requested < getMinNumVGPRs(WavesPerEU.second)) in getBaseMaxNumVGPRs() [all …]
|
| /freebsd-13.1/lib/libfetch/ |
| H A D | ftp.errors | 20 226 OK Requested file action successful 24 250 OK Requested file action okay, completed 28 350 OK Requested file action pending further information 33 451 SERVER Requested action aborted: local error in processing 44 551 PROTO Requested action aborted. Page type unknown
|
| H A D | http.errors | 38 416 UNAVAIL Requested Range Not Satisfiable
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.h | 73 std::function<Optional<GlobalValueSet>(GlobalValueSet Requested)>; 77 static Optional<GlobalValueSet> compileRequested(GlobalValueSet Requested); 81 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TypeLocBuilder.h | 56 void reserve(size_t Requested) { in reserve() argument 57 if (Requested > Capacity) in reserve() 59 grow(Requested); in reserve()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 272 bool Module::directlyUses(const Module *Requested) const { in directlyUses() 276 if (Requested->isSubModuleOf(Top)) in directlyUses() 280 if (Requested->isSubModuleOf(Use)) in directlyUses() 284 if (!Requested->Parent && Requested->Name == "_Builtin_stddef_max_align_t") in directlyUses()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.cpp | 107 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested() argument 108 return std::move(Requested); in compileRequested() 112 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule() argument
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | krb5_err.et | 14 error_code BAD_PVNO, "Requested protocol version not supported" 22 error_code NEVER_VALID, "Requested effective lifetime is negative or too short" 37 error_code SERVER_NOMATCH, "Requested server and ticket don't match" 145 error_code KRB5_PRINC_NOMATCH, "Requested principal and ticket don't match" 152 error_code KRB5_WRONG_ETYPE, "Requested encryption type not used in message"
|
| /freebsd-13.1/sys/dev/ofw/ |
| H A D | ofw_if.m | 317 * @param _addr Requested memory location (NULL for first available) 318 * @param _size Requested size in bytes 319 * @param _align Requested alignment
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 128 void LLVMContext::setDiagnosticsHotnessRequested(bool Requested) { in setDiagnosticsHotnessRequested() argument 129 pImpl->DiagnosticsHotnessRequested = Requested; in setDiagnosticsHotnessRequested()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 203 void setDiagnosticsHotnessRequested(bool Requested);
|
| /freebsd-13.1/usr.sbin/bsdconfig/ttys/include/ |
| H A D | messages.subr | 31 msg_user_confirmation_requested="User Confirmation Requested"
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 577 bool directlyUses(const Module *Requested) const;
|
| /freebsd-13.1/usr.sbin/bsdconfig/mouse/include/ |
| H A D | messages.subr | 90 msg_user_confirmation_requested="User Confirmation Requested"
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/opal/ |
| H A D | power-mgt.txt | 86 only the Requested Level (RL) field of the corresponding entry
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1148 const SCEVAddRecExpr *Requested, in canBeCheaplyTransformed() argument 1155 Type *RequestedTy = SE.getEffectiveSCEVType(Requested->getType()); in canBeCheaplyTransformed() 1166 if (Phi == Requested) { in canBeCheaplyTransformed() 1172 if (SE.getMinusSCEV(Requested->getStart(), Requested) == Phi) { in canBeCheaplyTransformed()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | st,stm32-dfsdm-adc.yaml | 58 SPI clock OUT frequency (Hz). Requested only for SPI master mode.
|
| /freebsd-13.1/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 216 "Requested number of active parallel levels \"%1$d\" is negative; ignored.", 217 …"Requested number of active parallel levels \"%1$d\" exceeds supported limit; the following limit …
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 260 ActiveLevelsNegative "Requested number of active parallel levels \"%1$d\" is negative; igno… 261 ActiveLevelsExceedLimit "Requested number of active parallel levels \"%1$d\" exceeds supported…
|
| /freebsd-13.1/contrib/tnftp/ |
| H A D | ChangeLog | 624 URLs, per RFC 1738. Requested by Simon Poole. 709 Requested by Mike Heffner <[email protected]>
|
| /freebsd-13.1/crypto/heimdal/lib/kadm5/ |
| H A D | ChangeLog | 513 generation into hdb. Requested by Andrew Bartlett <[email protected]>
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 1437 {cert_issuer} from 128 to 256. Requested by Christophe 1573 this requires a change in a mc file. Requested by 2017 confMSP_STFILE devtools variable. Requested by Jeff 3569 MaxMimeHeaderLength problems. Requested by Ulrich Windl of 3648 and SunOS 5.8. Requested by Jeff A. Earickson of Colby 4209 set in the DontBlameSendmail option. Requested by many. 4531 gave error in the queued status message. Requested by 5110 line string for the local mailer. Requested by Il Oh of 7328 of those records could not exceed 128 bytes. Requested by 8064 Requested by Allan Johannesen. [all …]
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | CommitLog-4.1.0 | 536 Requested by: Jack Bryans <[email protected]> 3056 Requested by Dave Mills. 3736 Requested by: Dave Mills 5987 Requested by: Sven Dietrich <[email protected]>
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2004 | 250 Requested by Andrew Bartlett <[email protected]> for hdb-ldb
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | CHANGES | 981 - Not having an interface address is no longer fatal. Requested by John
|