| /freebsd-14.2/contrib/processor-trace/libipt/include/ |
| H A D | intel-pt.h.in | 511 * Returns -pte_bad_cpu if \@cpu is not known. 929 * Returns -pte_invalid if \@encoder is NULL. 1008 * Returns -pte_invalid if \@decoder is NULL. 1020 * Returns -pte_invalid if \@decoder is NULL. 1494 * Returns -pte_invalid if \@decoder is NULL. 1515 * Returns -pte_invalid if \@decoder is NULL. 1761 * Returns -pte_invalid if \@size is zero. 1869 * Returns -pte_invalid if \@image is NULL. 1895 * Returns -pte_invalid if \@image is NULL. 2082 * Returns NULL if \@decoder is NULL. [all …]
|
| /freebsd-14.2/crypto/openssl/doc/internal/man3/ |
| H A D | evp_md_get_number.pod | 40 Returns the internal dynamic number assigned to I<cipher>. 53 Returns the internal dynamic number assigned to I<kem>. 57 Returns the internal dynamic number assigned to the I<exchange>. 61 Returns the internal dynamic number assigned to the I<keymgmt>. 65 Returns the internal dynamic number assigned to I<mac>. 69 Returns the internal dynamic number assigned to the I<md>. This is 74 Returns the internal dynamic number assigned to I<rand>. 78 Returns the internal dynamic number assigned to I<signature>. 82 Returns the internal dynamic number assigned to the given I<decoder>. 86 Returns the internal dynamic number assigned to the given I<encoder>. [all …]
|
| H A D | ossl_cmp_msg_create.pod | 90 Returns 1 on success, 0 on error. 97 Returns pointer to created B<OSSL_CMP_MSG> on success, NULL on error. 101 Returns 1 on success, 0 on error. 106 Returns 1 on success, 0 on error.
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | ct.h.in | 104 * Returns 1 on success, 0 otherwise. 114 * Returns 1 on success, 0 otherwise. 173 * Returns the version of the SCT. 190 * Returns 1 on success, 0 otherwise. 197 * Returns the length of the log ID. 204 * Returns 1 on success, 0 otherwise. 211 * Returns 1 on success, 0 otherwise. 237 * Returns 1 on success, 0 otherwise. 257 * Returns 1 on success, 0 otherwise. 327 * Returns -1 if an error occurs. [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 143 SmallVectorImpl<wasm::ValType> &&Returns, in lowerTypeIndexOperand() argument 145 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns), in lowerTypeIndexOperand() 158 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns() argument 164 valTypesFromMVTs(CallerRetTys, Returns); in getFunctionReturns() 199 SmallVector<wasm::ValType, 4> Returns; in lower() local 205 Returns.push_back(WebAssembly::regClassToValType( in lower() 220 getFunctionReturns(MI, Returns); in lower() 222 MCOp = lowerTypeIndexOperand(std::move(Returns), std::move(Params)); in lower() 228 SmallVector<wasm::ValType, 1> Returns; in lower() local 229 getFunctionReturns(MI, Returns); in lower() [all …]
|
| H A D | WebAssemblyAsmPrinter.cpp | 135 assert(Sig->Returns.size() <= 1); in getEmscriptenInvokeSymbolName() 137 if (!Sig->Returns.empty()) in getEmscriptenInvokeSymbolName() 138 for (auto VT : Sig->Returns) in getEmscriptenInvokeSymbolName() 159 if (Sig->Returns.size() > 1) { in getMCSymbolForFunction() 243 SmallVector<wasm::ValType, 4> Returns; in getOrCreateWasmSymbol() local 266 getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol() 268 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns), in getOrCreateWasmSymbol()
|
| /freebsd-14.2/sys/dev/extres/regulator/ |
| H A D | regnode_if.m | 44 # Returns 0 on success or a standard errno value. 52 # Returns 0 on success or a standard errno value. 64 # Returns 0 on success or a standard errno value. 73 # Returns 0 on success or a standard errno value. 85 # Returns 0 on success or a standard errno value. 94 # Returns 0 on success or a standard errno value. 103 # Returns 0 on success or a standard errno value.
|
| /freebsd-14.2/lib/libc/softfloat/templates/ |
| H A D | softfloat-specialize | 74 Returns 1 if the single-precision floating-point value `a' is a NaN; 87 Returns 1 if the single-precision floating-point value `a' is a signaling 100 Returns the result of converting the single-precision floating-point NaN 119 Returns the result of converting the canonical NaN `a' to the single- 166 Returns 1 if the double-precision floating-point value `a' is a NaN; 194 Returns the result of converting the double-precision floating-point NaN 213 Returns the result of converting the canonical NaN `a' to the double- 268 Returns 1 if the extended double-precision floating-point value `a' is a 318 Returns the result of converting the canonical NaN `a' to the extended 374 Returns 1 if the quadruple-precision floating-point value `a' is a NaN; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 52 ReturnTypes.assign(Sig.Returns.begin(), Sig.Returns.end()); in funcDecl() 53 BrStack.emplace_back(Sig.Returns.begin(), Sig.Returns.end()); in funcDecl() 155 if (LastSig.Returns.size() > Stack.size()) in checkEnd() 159 for (auto VT : llvm::reverse(LastSig.Returns)) { in checkEnd() 166 auto IsStackTopInvalid = checkStackTop(LastSig.Returns, Stack); in checkEnd() 177 Stack.insert(Stack.end(), Sig.Returns.begin(), Sig.Returns.end()); in checkSig() 334 BrStack.emplace_back(LastSig.Returns.begin(), LastSig.Returns.end()); in typeCheck()
|
| /freebsd-14.2/lib/libc/softfloat/ |
| H A D | softfloat-specialize | 115 Returns 1 if the single-precision floating-point value `a' is a NaN; 131 Returns 1 if the single-precision floating-point value `a' is a signaling 148 Returns the result of converting the single-precision floating-point NaN 167 Returns the result of converting the canonical NaN `a' to the single- 214 Returns 1 if the double-precision floating-point value `a' is a NaN; 250 Returns the result of converting the double-precision floating-point NaN 269 Returns the result of converting the canonical NaN `a' to the double- 324 Returns 1 if the extended double-precision floating-point value `a' is a 374 Returns the result of converting the canonical NaN `a' to the extended 430 Returns 1 if the quadruple-precision floating-point value `a' is a NaN; [all …]
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test_golden.txt | 8 Returns: false 35 Returns: false 63 Returns: false 81 Returns: false 96 Returns: false 118 Returns: false 140 Returns: false 183 Returns: '\0' 249 Returns: true 266 Returns: true [all …]
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | testing.md | 650 Returns the elapsed time, in milliseconds. 685 Returns the test suite name. 691 Returns the test name. 713 Returns the file name where this test is defined. 719 Returns the line where this test is defined. 1135 Returns true if and only if the test part passed. 1153 Returns true if and only if the test part failed. 1203 Returns the number of test properties. 1215 Returns true if and only if the test was skipped. 1221 Returns true if and only if the test failed. [all …]
|
| /freebsd-14.2/sys/dev/extres/phy/ |
| H A D | phynode_if.m | 36 # Returns 0 on success or a standard errno value. 44 # Returns 0 on success or a standard errno value. 53 # Returns 0 on success or a standard errno value. 63 # Returns 0 on success or a standard errno value.
|
| H A D | phynode_usb_if.m | 36 # Returns 0 on success or a standard errno value. 45 # Returns 0 on success or a standard errno value.
|
| /freebsd-14.2/contrib/libucl/doc/ |
| H A D | lua_api.md | 81 **Returns:** 105 **Returns:** 147 **Returns:** 174 **Returns:** 188 **Returns:**
|
| /freebsd-14.2/sys/dev/extres/hwreset/ |
| H A D | hwreset_if.m | 44 # Returns 0 on success or a standard errno value. 57 # Returns 0 on success or a standard errno value. 67 # Returns 0 on success or a standard errno value.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1955 for (auto *RI : Returns) { in inlineRetainOrClaimRVCalls() 2204 SmallVector<ReturnInst*, 8> Returns; in InlineFunction() local 2600 for (ReturnInst *RI : Returns) { in InlineFunction() 2730 for (ReturnInst *RI : Returns) { in InlineFunction() 2793 ReturnInst *R = Returns[0]; in InlineFunction() 2803 Returns[0]->eraseFromParent(); in InlineFunction() 2865 if (Returns.size() > 1) { in InlineFunction() 2880 ReturnInst *RI = Returns[i]; in InlineFunction() 2890 ReturnInst *RI = Returns[i]; in InlineFunction() 2902 } else if (!Returns.empty()) { in InlineFunction() [all …]
|
| /freebsd-14.2/usr.sbin/bsdconfig/share/ |
| H A D | variable.subr | 86 # Returns success unless $var is either NULL or missing. 151 # $VARIABLE_DUMPFILE. Returns success unless the file couldn't be written. If 172 # Are we in debug mode? Returns success if extra DEBUG information has been 195 # setup to be performed interactively? Returns success if the user has asked 199 # Returns success if $netInteractive is set and non-NULL. 210 # setup to be performed interactively? Returns success if the user has asked 214 # Returns success if $zfsInteractive is set and non-NULL.
|
| /freebsd-14.2/sys/dev/fdt/ |
| H A D | fdt_clock_if.m | 56 # Returns 0 on success or a standard errno value. 65 # Returns 0 on success or a standard errno value. 73 # Returns information about the current operational state of specified clock.
|
| /freebsd-14.2/sys/dev/acpica/ |
| H A D | acpi_if.m | 49 # Returns: AE_OK if the scan should continue, otherwise an error 85 # Returns: BUS_PROBE_DEFAULT if _HID match 113 # Returns: AE_OK or an error value 135 # Returns: AE_OK or an error value 155 # Returns: 0 on success or some other error value. 180 # Returns: AE_OK or an error value, based on the callback return value
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Wasm.h | 437 SmallVector<ValType, 1> Returns; member 444 : Returns(InReturns), Params(InParams) {} in WasmSignature() 450 return LHS.State == RHS.State && LHS.Returns == RHS.Returns &&
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 170 SmallVectorImpl<ReturnInst *> &Returns, 179 SmallVectorImpl<ReturnInst *> &Returns, 196 SmallVectorImpl<ReturnInst*> &Returns,
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | EVP_DigestInit.pod | 321 Returns 1 if I<md> is an implementation of an algorithm that's 396 Returns the update function for I<ctx>. 405 Returns the NID of the public key signing algorithm associated with this 565 Returns a pointer to a B<EVP_MD> for success or NULL for failure. 569 Returns 1 for success or 0 for failure. 586 Returns 1 if successful or 0 for failure. 591 Returns 1 if successful or 0 for failure. 601 Returns 1 if successful or 0 for failure. 614 Returns the digest or block size in bytes or -1 for failure. 618 Returns a pointer to the B<EVP_MD> structure of the "null" message digest. [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 215 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local 218 Returns.push_back(RI); in runOnFunction() 221 if (Returns.empty()) in runOnFunction() 254 for (ReturnInst *RI : Returns) { in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 90 SmallVector<const BlockCommandComment *, 4> Returns; member 132 Returns.push_back(BCC); in FullCommentParts() 478 if (Parts.Returns.size() != 0) { in visitFullComment() 480 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i) in visitFullComment() 481 visit(Parts.Returns[i]); in visitFullComment() 986 if (Parts.Returns.size() != 0) { in visitFullComment() 988 for (unsigned i = 0, e = Parts.Returns.size(); i != e; ++i) in visitFullComment() 989 visit(Parts.Returns[i]); in visitFullComment()
|