Home
last modified time | relevance | path

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

12

/src/contrib/file/magic/Magdir/
H A Dber58 >>>>&0 byte x RAP 1.%d Batch (TD.32, Returned Account Procedure),
64 >&1 search/b5 \x5f\x81\x44 RAP Acknowledgement (TD.32, Returned Account Procedure)
/src/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
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp60 if (CB.paramHasAttr(I, Attribute::Returned)) { in visitCallBase()
/src/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h115 Returned, enumerator
H A DCodeGenIntrinsics.cpp223 addArgAttribute(ArgNo, Returned); in setProperty()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp332 F->removeParamAttr(A.getArgNo(), Attribute::Returned); in runIPSCCP()
346 CB->removeParamAttr(CB->getArgOperandNo(&Arg), Attribute::Returned); in runIPSCCP()
H A DDeadArgumentElimination.cpp765 HasLiveReturnedArg |= PAL.hasParamAttr(ArgI, Attribute::Returned); in removeDeadStuffFromFunction()
907 if (NRetTy != RetTy && Attrs.hasAttribute(Attribute::Returned)) { in removeDeadStuffFromFunction()
915 .removeAttribute(Attribute::Returned))); in removeDeadStuffFromFunction()
H A DFunctionAttrs.cpp767 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned)) in addArgumentReturnedAttrs()
791 RetArg->addAttr(Attribute::Returned); in addArgumentReturnedAttrs()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp169 if (F.getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) && in lowerObjCCall()
172 Attribute::Returned); in lowerObjCCall()
/src/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,
702 \ date and time ("na" = notAfter, "nb = notBefore). Returned value:
759 \ Match the name in the pad with the expected server name. Returned value
912 \ tbs_hash. Returned value is 0 on success, or a non-zero error code.
928 \ as parameters. The hash value in tbs_hash is used. Returned value is 0
1109 \ 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).
/src/crypto/openssl/doc/man3/
H A DSSL_get_certificate.pod56 object is available. Returned objects are owned by the SSL object and should not
H A DX509_STORE_CTX_get_error.pod432 Returned by the verify callback to indicate an OCSP verification is needed.
436 Returned by the verify callback to indicate OCSP verification failed.
440 Returned by the verify callback to indicate that the certificate is not
H A DSSL_alert_type_string.pod184 Returned instead of handshake_failure when a negotiation has
/src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp71 Attribute::Returned, in isValidForDXIL()
/src/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
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td102 // Returned - The specified argument is always the return value of the
104 class Returned<AttrIndex idx> : IntrinsicProperty {
733 [Returned<ArgIndex<0>>]>;
738 [Returned<ArgIndex<0>>]>;
756 [Returned<ArgIndex<0>>]>;
759 [Returned<ArgIndex<0>>]>;
762 [Returned<ArgIndex<0>>]>;
788 [Returned<ArgIndex<0>>]>;
2618 [IntrNoMem, Returned<ArgIndex<0>>]>;
H A DAttributes.td243 def Returned : EnumAttr<"returned", [ParamAttr]>;
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp459 case CodeGenIntrinsic::Returned: in EmitAttributes()
/src/crypto/openssl/include/openssl/
H A Dbio.h.in283 * Returned from the SSL bio when the certificate retrieval code had an error
286 /* Returned from the connect BIO when a connect would have blocked */
288 /* Returned from the accept BIO when an accept would have blocked */
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp186 if (F.hasParamAttribute(ArgNo, Attribute::Returned)) in setReturnedArg()
188 F.addParamAttr(ArgNo, Attribute::Returned); in setReturnedArg()
/src/contrib/kyua/integration/
H A Dcmd_test_test.sh132 fourth:main -> failed: Returned non-success exit status 76 [S.UUUs]

12