Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp432 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getFlatWorkGroupSizes() local
436 if (Requested.first > Requested.second) in getFlatWorkGroupSizes()
440 if (Requested.first < getMinFlatWorkGroupSize()) in getFlatWorkGroupSizes()
442 if (Requested.second > getMaxFlatWorkGroupSize()) in getFlatWorkGroupSizes()
445 return Requested; in getFlatWorkGroupSizes()
467 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getWavesPerEU() local
471 if (Requested.second && Requested.first > Requested.second) in getWavesPerEU()
475 if (Requested.first < getMinWavesPerEU() || in getWavesPerEU()
476 Requested.second > getMaxWavesPerEU()) in getWavesPerEU()
482 Requested.first < MinImpliedByFlatWorkGroupSize) in getWavesPerEU()
[all …]
/netbsd-src/share/examples/refuse/ian/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.errors37 416 UNAVAIL Requested Range Not Satisfiable
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dftp.errors21 226 OK Requested file action successful
25 250 OK Requested file action okay, completed
29 350 OK Requested file action pending further information
34 451 SERVER Requested action aborted: local error in processing
45 551 PROTO Requested action aborted. Page type unknown
H A Dhttp.errors38 416 UNAVAIL Requested Range Not Satisfiable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h74 std::function<Optional<GlobalValueSet>(GlobalValueSet Requested)>;
78 static Optional<GlobalValueSet> compileRequested(GlobalValueSet Requested);
82 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/crypto/external/bsd/heimdal/dist/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"
150 error_code KRB5_PRINC_NOMATCH, "Requested principal and ticket don't match"
157 error_code KRB5_WRONG_ETYPE, "Requested encryption type not used in message"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp128 void LLVMContext::setDiagnosticsHotnessRequested(bool Requested) { in setDiagnosticsHotnessRequested() argument
129 pImpl->DiagnosticsHotnessRequested = Requested; in setDiagnosticsHotnessRequested()
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heim_com_err-1765328384/
H A Dheim_com_err-1765328384.pot35 msgid "Requested protocol version not supported"
75 msgid "Requested effective lifetime is negative or too short"
150 msgid "Requested server and ticket don't match"
523 msgid "Requested principal and ticket don't match"
553 msgid "Requested encryption type not used in message"
H A Dsv_SE.po36 msgid "Requested protocol version not supported"
76 msgid "Requested effective lifetime is negative or too short"
151 msgid "Requested server and ticket don't match"
524 msgid "Requested principal and ticket don't match"
554 msgid "Requested encryption type not used in message"
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h203 void setDiagnosticsHotnessRequested(bool Requested);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h577 bool directlyUses(const Module *Requested) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1138 const SCEVAddRecExpr *Requested, in canBeCheaplyTransformed() argument
1141 Type *RequestedTy = SE.getEffectiveSCEVType(Requested->getType()); in canBeCheaplyTransformed()
1152 if (Phi == Requested) { in canBeCheaplyTransformed()
1158 if (SE.getAddExpr(Requested->getStart(), in canBeCheaplyTransformed()
1159 SE.getNegativeSCEV(Requested)) == Phi) { in canBeCheaplyTransformed()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/
H A Dtpm-tools.pot726 msgid "Requested to disable: %s ability.\n"
948 msgid "Requested to Change %s to %s\n"
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po_/
H A Dtpm-tools.pot726 msgid "Requested to disable: %s ability.\n"
948 msgid "Requested to Change %s to %s\n"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-modes.def90 Requested mode -> Destination CC register mode
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-modes.def93 Requested mode -> Destination CC register mode
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3866.txt271 2.3. Requested Attributes in Search
517 3.2. Requested Attributes in Search
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heimdal_krb5/
H A Dheimdal_krb5.pot862 msgid "Requested principal missing on AS-REQ"
880 msgid "Requested name doesn't match in client referral"
H A Dsv_SE.po844 msgid "Requested principal missing on AS-REQ"
862 msgid "Requested name doesn't match in client referral"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DChangeLog353 Requested by Richard Stallman.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A DChangeLog513 generation into hdb. Requested by Andrew Bartlett <abartlet@samba.org>

12