Home
last modified time | relevance | path

Searched refs:Returns (Results 1 – 25 of 184) sorted by relevance

12345678

/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in509 * Returns 0 on success, a negative error code otherwise.
510 * Returns -pte_invalid if \@errata or \@cpu is NULL.
511 * Returns -pte_bad_cpu if \@cpu is not known.
926 * Returns zero on success, a negative error code otherwise.
928 * Returns -pte_eos if the given offset is behind the end of the trace buffer.
929 * Returns -pte_invalid if \@encoder is NULL.
940 * Returns zero on success, a negative error code otherwise.
942 * Returns -pte_invalid if \@encoder or \@offset is NULL.
949 * Returns a non-null pointer on success, NULL if \@encoder is NULL.
964 * Returns the number of bytes written on success, a negative error code
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Devp_md_get_number.pod40 Returns the internal dynamic number assigned to I<cipher>.
44 Returns the internal dynamic number assigned to the I<cipher>. This is only
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>.
[all …]
H A Dossl_cmp_msg_create.pod90 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/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp142 SmallVectorImpl<wasm::ValType> &&Returns, in lowerTypeIndexOperand() argument
145 Signature->Returns = std::move(Returns); in lowerTypeIndexOperand()
157 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns() argument
163 valTypesFromMVTs(CallerRetTys, Returns); in getFunctionReturns()
198 SmallVector<wasm::ValType, 4> Returns; in lower() local
204 Returns.push_back(WebAssembly::regClassToValType( in lower()
219 getFunctionReturns(MI, Returns); in lower()
221 MCOp = lowerTypeIndexOperand(std::move(Returns), std::move(Params)); in lower()
227 SmallVector<wasm::ValType, 1> Returns; in lower() local
228 getFunctionReturns(MI, Returns); in lower()
[all …]
H A DWebAssemblyAsmPrinter.cpp139 assert(Sig->Returns.size() <= 1); in getEmscriptenInvokeSymbolName()
141 if (!Sig->Returns.empty()) in getEmscriptenInvokeSymbolName()
142 for (auto VT : Sig->Returns) in getEmscriptenInvokeSymbolName()
163 if (Sig->Returns.size() > 1) { in getMCSymbolForFunction()
247 SmallVector<wasm::ValType, 4> Returns; in getOrCreateWasmSymbol() local
270 WebAssembly::getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol()
273 Signature->Returns = std::move(Returns); in getOrCreateWasmSymbol()
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in104 * Returns 1 on success, 0 otherwise.
114 * Returns 1 on success, 0 otherwise.
173 * Returns the version of the SCT.
179 * Returns 1 on success, 0 if the version is unrecognized.
184 * Returns the log entry type 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.
217 * Returns the timestamp for the SCT (epoch time in milliseconds).
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td259 "Returns the absolute value of the input.">;
264 "Returns cosine(theta) for theta in radians.",
267 "Returns sine(theta) for theta in radians.",
270 "Returns tangent(theta) for theta in radians.",
273 "Returns the arccosine of each component of input.",
276 "Returns the arcsine of each component of input.",
279 "Returns the arctangent of each component of input.",
282 "Returns the hyperbolic cosine of the specified value.",
285 "Returns the hyperbolic sine of the specified value.",
288 "Returns the hyperbolic tan of the specified value.",
[all …]
/freebsd/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize74 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;
179 Returns 1 if the double-precision floating-point value `a' is a signaling
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
281 Returns 1 if the extended double-precision floating-point value `a' is a
[all …]
/freebsd/sys/dev/regulator/
H A Dregnode_if.m44 # 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/lib/libc/softfloat/
H A Dsoftfloat-specialize115 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;
231 Returns 1 if the double-precision floating-point value `a' is a signaling
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
337 Returns 1 if the extended double-precision floating-point value `a' is a
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp52 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()
346 BrStack.emplace_back(LastSig.Returns.begin(), LastSig.Returns.end()); in typeCheck()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt8 Returns: false
35 Returns: false
63 Returns: false
81 Returns: false
96 Returns: false
118 Returns: false
140 Returns: false
183 Returns: '\0'
200 Returns: false
215 Returns: false
[all …]
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md510 Returns true if and only if the current test has a fatal failure.
516 Returns true if and only if the current test has a nonfatal failure.
522 Returns true if and only if the current test has any failure, either fatal or
529 Returns true if and only if the current test was skipped.
595 Returns the name of the parameter type, or `NULL` if this is not a typed or
603 Returns true if any test in this test suite should run.
657 Returns true if and only if the test suite passed.
663 Returns true if and only if the test suite failed.
669 Returns the elapsed time, in milliseconds.
681 Returns the [`TestInfo`](#TestInfo) for the `i`-th test among all the tests. `i`
[all …]
/freebsd/sys/dev/phy/
H A Dphynode_if.m36 # 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.
/freebsd/contrib/libucl/doc/
H A Dlua_api.md81 **Returns:**
105 **Returns:**
147 **Returns:**
174 **Returns:**
188 **Returns:**
/freebsd/usr.sbin/bsdconfig/share/
H A Dvariable.subr86 # Returns success unless $var is either NULL or missing.
147 # $VARIABLE_DUMPFILE. Returns success unless the file couldn't be written. If
168 # Are we in debug mode? Returns success if extra DEBUG information has been
191 # setup to be performed interactively? Returns success if the user has asked
195 # Returns success if $netInteractive is set and non-NULL.
206 # setup to be performed interactively? Returns success if the user has asked
210 # Returns success if $zfsInteractive is set and non-NULL.
/freebsd/sys/dev/hwreset/
H A Dhwreset_if.m44 # 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/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2056 const SmallVectorImpl<ReturnInst *> &Returns) { in inlineRetainOrClaimRVCalls() argument
2062 for (auto *RI : Returns) { in inlineRetainOrClaimRVCalls()
2304 SmallVector<ReturnInst*, 8> Returns; in InlineFunction() local
2369 /*ModuleLevelChanges=*/false, Returns, ".i", in InlineFunction()
2377 inlineRetainOrClaimRVCalls(CB, RVCallKind, Returns); in InlineFunction()
2680 for (ReturnInst *RI : Returns) { in InlineFunction()
2703 for (ReturnInst *RI : Returns) { in InlineFunction()
2768 llvm::erase_if(Returns, [](ReturnInst *RI) { in InlineFunction()
2777 for (ReturnInst *RI : Returns) { in InlineFunction()
2818 std::swap(Returns, NormalReturns); in InlineFunction()
[all …]
/freebsd/sys/dev/fdt/
H A Dfdt_clock_if.m56 # 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/sys/dev/acpica/
H A Dacpi_if.m49 # 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/crypto/openssl/doc/man3/
H A DEVP_DigestInit.pod321 Returns 1 if I<md> is an implementation of an algorithm that's
343 Returns a description of the digest, meant for display and human consumption.
348 Returns an B<OSSL_PROVIDER> pointer to the provider that implements the given
396 Returns the update function for I<ctx>.
400 Returns the I<md> flags. Note that these are different from the B<EVP_MD_CTX>
405 Returns the NID of the public key signing algorithm associated with this
419 Returns an B<EVP_MD> structure when passed a digest name, a digest B<NID> or an
442 Returns the B<EVP_PKEY_CTX> assigned to I<ctx>. The returned pointer should not
565 Returns a pointer to a B<EVP_MD> for success or NULL for failure.
569 Returns 1 for success or 0 for failure.
[all …]
H A DBIO_s_datagram.pod130 Returns 1 if the last I/O operation performed on the BIO (for example, via a
135 Returns 1 if the last I/O operation performed on the BIO (for example, via a
140 Returns a quantity in bytes which is a rough estimate of the number of bytes of
167 available. Returns 0 on failure.
176 Returns the estimated minimum size of datagram payload which should always be
185 Returns 1 if the last attempted write to the BIO failed due to the size of the
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h171 SmallVectorImpl<ReturnInst *> &Returns,
180 SmallVectorImpl<ReturnInst *> &Returns,
197 SmallVectorImpl<ReturnInst*> &Returns,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp215 SmallVector<ReturnInst *, 4> Returns; in runOnFunction()
218 Returns.push_back(RI); in runOnFunction()
221 if (Returns.empty()) in runOnFunction()
254 for (ReturnInst *RI : Returns) { in runOnFunction()
216 SmallVector<ReturnInst *, 4> Returns; runOnFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h488 SmallVector<ValType, 1> Returns; member
499 : Returns(InReturns), Params(InParams) {} in WasmSignature()
505 return LHS.State == RHS.State && LHS.Returns == RHS.Returns &&

12345678