Home
last modified time | relevance | path

Searched refs:Requested (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp539 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 Dftp.errors20 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 Dhttp.errors38 416 UNAVAIL Requested Range Not Satisfiable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h73 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 DTypeLocBuilder.h56 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 DModule.cpp272 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 DCompileOnDemandLayer.cpp107 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 Dkrb5_err.et14 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 Dofw_if.m317 * @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 DLLVMContext.cpp128 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 DLLVMContext.h203 void setDiagnosticsHotnessRequested(bool Requested);
/freebsd-13.1/usr.sbin/bsdconfig/ttys/include/
H A Dmessages.subr31 msg_user_confirmation_requested="User Confirmation Requested"
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h577 bool directlyUses(const Module *Requested) const;
/freebsd-13.1/usr.sbin/bsdconfig/mouse/include/
H A Dmessages.subr90 msg_user_confirmation_requested="User Confirmation Requested"
/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/opal/
H A Dpower-mgt.txt86 only the Requested Level (RL) field of the corresponding entry
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1148 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 Dst,stm32-dfsdm-adc.yaml58 SPI clock OUT frequency (Hz). Requested only for SPI master mode.
/freebsd-13.1/lib/libomp/
H A Dkmp_i18n_default.inc216 "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 Den_US.txt260 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 DChangeLog624 URLs, per RFC 1738. Requested by Simon Poole.
709 Requested by Mike Heffner <[email protected]>
/freebsd-13.1/crypto/heimdal/lib/kadm5/
H A DChangeLog513 generation into hdb. Requested by Andrew Bartlett <[email protected]>
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES1437 {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 DCommitLog-4.1.0536 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 DChangeLog.2004250 Requested by Andrew Bartlett <[email protected]> for hdb-ldb
/freebsd-13.1/contrib/tcpdump/
H A DCHANGES981 - Not having an interface address is no longer fatal. Requested by John

12