Home
last modified time | relevance | path

Searched refs:Returned (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-13.1/contrib/file/magic/Magdir/
H A Dber59 >>>>&0 byte x RAP 1.%d Batch (TD.32, Returned Account Procedure),
65 >&1 search/b5 \x5f\x81\x44 RAP Acknowledgement (TD.32, Returned Account Procedure)
/freebsd-13.1/contrib/bearssl/src/codec/
H A Dpemdec.t097 \ Low-level function to read a single byte. Returned value is the byte
138 \ count. Reading stops when end-of-line is reached. Returned value
171 \ Convert a Base64 character to its numerical value. Returned value is
222 \ Decode the four next Base64 characters. Returned value is:
285 \ Decode one line worth of characters. Returned value is 0 if the end of the
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp60 if (CB.paramHasAttr(I, Attribute::Returned)) { in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h155 Returned, enumerator
H A DIntrinsicEmitter.cpp695 case CodeGenIntrinsic::Returned: in EmitAttributes()
H A DCodeGenTarget.cpp893 ArgumentAttributes.emplace_back(ArgNo, Returned, 0); in setProperty()
/freebsd-13.1/contrib/bearssl/src/x509/
H A Dasn1.t0444 \ Read a UTF-16 code point (big-endian). Returned value is 0 on error.
457 \ Read a UTF-16 code point (little-endian). Returned value is 0 on error.
514 \ written in the first pad byte. Returned value is true (-1) on success,
528 \ value 0 is an error. Returned value is true (-1) on success, false (0)
554 \ value 0 is an error. Returned value is true (-1) on success, false (0)
581 \ Returned value is -1 on equality, 0 otherwise.
595 \ Compare two blobs in the context. Returned value is -1 on equality, 0
703 \ in-context buffer. Returned value is the decoded length. If the integer
H A Dx509_minimal.t0374 * type. Returned value is either 0 on success, or a non-zero error code.
638 \ Returned value is true (-1) if the CN matches the intended server name,
741 \ Match the name in the pad with the expected server name. Returned value
894 \ tbs_hash. Returned value is 0 on success, or a non-zero error code.
910 \ as parameters. The hash value in tbs_hash is used. Returned value is 0
1091 \ Process a Subject Alt Name extension. Returned value is a boolean set
H A Dskey_decoder.t0136 \ Returned value is the integer length (in bytes).
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp766 HasLiveReturnedArg |= PAL.hasParamAttribute(ArgI, Attribute::Returned); in RemoveDeadStuffFromFunction()
907 if (NRetTy != RetTy && Attrs.hasAttribute(Attribute::Returned)) { in RemoveDeadStuffFromFunction()
915 AttrBuilder(Attrs).removeAttribute(Attribute::Returned))); in RemoveDeadStuffFromFunction()
H A DFunctionAttrs.cpp624 A->addAttr(Attribute::Returned); in addArgumentReturnedAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp636 F->removeParamAttr(A.getArgNo(), Attribute::Returned); in runIPSCCP()
643 CB->removeParamAttr(CB->getArgOperandNo(&Arg), Attribute::Returned); in runIPSCCP()
/freebsd-13.1/contrib/bearssl/src/ssl/
H A Dssl_hs_server.t0203 * computing of the point to send to the client). Returned value is the
343 * Verify the signature in CertificateVerify. Returned value is 0 on
580 \ certificate chain. Returned value is 0 (false) on failure.
989 \ Do the first part of ECDHE. Returned value is the computed signature
1133 \ Switch to next DN in the list. Returned value is the DN length, or -1
1152 \ Copy a chunk of the current DN into the pad. Returned value is the
1298 \ Returned value is true (-1) on success, false (0) on error (error
H A Dssl_hs_common.t0281 \ When the control is returned to us, react to the new context. Returned
483 \ Process an alert byte. Returned value is non-zero if this is a close_notify,
667 \ length is common. Returned value is true (-1) if the two blobs are
687 \ an offset relative to the context start. Returned length does not include
1220 \ Copy a chunk of certificate data into the pad. Returned value is the
1306 \ Returned value:
H A Dssl_hs_client.t041 * with the server's public key. Returned value is either the encrypted
133 * Returned value is 0 on success, or an error code.
283 * Returned value is 0 on success, -1 on error.
648 \ Parse incoming ServerHello. Returned value is true (-1) on session
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dverify.pod737 Returned by the verify callback to indicate an OCSP verification is needed.
741 Returned by the verify callback to indicate OCSP verification failed.
745 Returned by the verify callback to indicate that the certificate is not recognized
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_alert_type_string.pod184 Returned instead of handshake_failure when a negotiation has
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td200 def Returned : EnumAttr<"returned", [ParamAttr]>;
H A DIntrinsics.td92 // Returned - The specified argument is always the return value of the
94 class Returned<AttrIndex idx> : IntrinsicProperty {
1718 [IntrNoMem, Returned<ArgIndex<0>>]>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp181 if (F.hasParamAttribute(ArgNo, Attribute::Returned)) in setReturnedArg()
183 F.addParamAttr(ArgNo, Attribute::Returned); in setReturnedArg()
H A DCodeExtractor.cpp925 case Attribute::Returned: in constructFunction()
/freebsd-13.1/contrib/kyua/integration/
H A Dcmd_test_test.sh132 fourth:main -> failed: Returned non-success exit status 76 [S.UUUs]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp53 if (AttrFn(Attribute::Returned)) in addFlagsUsingAttrFn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1725 Attrs.hasAttribute(Attribute::Returned)), in verifyParameterAttrs()
1893 if (ArgAttrs.hasAttribute(Attribute::Returned)) { in verifyFunctionAttrs()
3155 if (Attrs.hasParamAttribute(Idx, Attribute::Returned)) in visitCallBase()
3170 if (ArgAttrs.hasAttribute(Attribute::Returned)) { in visitCallBase()
H A DFunction.cpp268 return hasAttribute(Attribute::Returned); in hasReturnedAttr()

12