| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | ber | 59 >>>>&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 D | pemdec.t0 | 97 \ 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 D | WebAssemblyOptimizeReturned.cpp | 60 if (CB.paramHasAttr(I, Attribute::Returned)) { in visitCallBase()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenIntrinsics.h | 155 Returned, enumerator
|
| H A D | IntrinsicEmitter.cpp | 695 case CodeGenIntrinsic::Returned: in EmitAttributes()
|
| H A D | CodeGenTarget.cpp | 893 ArgumentAttributes.emplace_back(ArgNo, Returned, 0); in setProperty()
|
| /freebsd-13.1/contrib/bearssl/src/x509/ |
| H A D | asn1.t0 | 444 \ 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 D | x509_minimal.t0 | 374 * 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 D | skey_decoder.t0 | 136 \ Returned value is the integer length (in bytes).
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 766 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 D | FunctionAttrs.cpp | 624 A->addAttr(Attribute::Returned); in addArgumentReturnedAttrs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 636 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 D | ssl_hs_server.t0 | 203 * 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 D | ssl_hs_common.t0 | 281 \ 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 D | ssl_hs_client.t0 | 41 * 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 D | verify.pod | 737 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 D | SSL_alert_type_string.pod | 184 Returned instead of handshake_failure when a negotiation has
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 200 def Returned : EnumAttr<"returned", [ParamAttr]>;
|
| H A D | Intrinsics.td | 92 // 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 D | BuildLibCalls.cpp | 181 if (F.hasParamAttribute(ArgNo, Attribute::Returned)) in setReturnedArg() 183 F.addParamAttr(ArgNo, Attribute::Returned); in setReturnedArg()
|
| H A D | CodeExtractor.cpp | 925 case Attribute::Returned: in constructFunction()
|
| /freebsd-13.1/contrib/kyua/integration/ |
| H A D | cmd_test_test.sh | 132 fourth:main -> failed: Returned non-success exit status 76 [S.UUUs]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 53 if (AttrFn(Attribute::Returned)) in addFlagsUsingAttrFn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1725 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 D | Function.cpp | 268 return hasAttribute(Attribute::Returned); in hasReturnedAttr()
|