Home
last modified time | relevance | path

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

12345678910

/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.cpp141 SmallVectorImpl<wasm::ValType> &&Returns, in lowerTypeIndexOperand() argument
144 Signature->Returns = std::move(Returns); in lowerTypeIndexOperand()
156 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns() argument
162 valTypesFromMVTs(CallerRetTys, Returns); in getFunctionReturns()
204 SmallVector<wasm::ValType, 4> Returns; in lower() local
210 Returns.push_back(WebAssembly::regClassToValType( in lower()
225 getFunctionReturns(MI, Returns); in lower()
227 MCOp = lowerTypeIndexOperand(std::move(Returns), std::move(Params)); in lower()
234 SmallVector<wasm::ValType, 2> Returns; in lower() local
247 Returns = {PtrTy, wasm::ValType::EXNREF}; in lower()
[all …]
H A DWebAssemblyAsmPrinter.cpp141 assert(Sig->Returns.size() <= 1); in getEmscriptenInvokeSymbolName()
143 if (!Sig->Returns.empty()) in getEmscriptenInvokeSymbolName()
144 for (auto VT : Sig->Returns) in getEmscriptenInvokeSymbolName()
167 if (Sig->Returns.size() > 1) { in getMCSymbolForFunction()
251 SmallVector<wasm::ValType, 4> Returns; in getOrCreateWasmSymbol() local
274 WebAssembly::getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol()
277 Signature->Returns = std::move(Returns); in getOrCreateWasmSymbol()
/freebsd/crypto/openssl/include/openssl/
H A Dct.h.in106 * Returns 1 on success, 0 otherwise.
116 * Returns 1 on success, 0 otherwise.
175 * Returns the version of the SCT.
181 * Returns 1 on success, 0 if the version is unrecognized.
186 * Returns the log entry type of the SCT.
192 * Returns 1 on success, 0 otherwise.
199 * Returns the length of the log ID.
206 * Returns 1 on success, 0 otherwise.
213 * Returns 1 on success, 0 otherwise.
219 * Returns the timestamp for the SCT (epoch time in milliseconds).
[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/clang/include/clang/CIR/Interfaces/
H A DCIRLoopOpInterface.td28 Returns the loop's conditional region.
34 Returns the loop's body region.
40 Returns a pointer to the loop's step region or nullptr.
49 Returns the first region to be executed in the loop.
58 Returns a list of regions in order of execution.
H A DCIRTypeInterfaces.td25 Returns true if this is a signed integer type.
36 Returns true if this is an unsigned integer type.
47 Returns the bit width of this integer type.
68 Returns the bit width of this floating-point type.
106 Returns true if this is a sized type. This mirrors sizedness from the
/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.md607 Returns true if and only if the current test has a fatal failure.
613 Returns true if and only if the current test has a nonfatal failure.
619 Returns true if and only if the current test has any failure, either fatal or
626 Returns true if and only if the current test was skipped.
692 Returns the name of the parameter type, or `NULL` if this is not a typed or
700 Returns true if any test in this test suite should run.
754 Returns true if and only if the test suite passed.
760 Returns true if and only if the test suite failed.
766 Returns the elapsed time, in milliseconds.
778 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/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrPredicates.td17 // Returns true if this is the sext.w pattern, addiw rd, rs1, 0.
27 // Returns true if this is the zext.w pattern, adduw rd, rs1, x0.
37 // Returns true if this is the zext.b pattern, andi rd, rs1, 255.
68 // Returns true if this is a vector configuration instruction.
/freebsd/crypto/openssl/doc/man3/
H A DDTLSv1_handle_timeout.pod30 Returns 1 if there was a pending timeout event and it was handled successfully.
32 Returns 0 if there was no pending timeout event, or if the SSL object is not a
35 Returns -1 if there was a pending timeout event but it could not be handled
H A DSSL_get_handshake_rtt.pod44 Returns 1 if the TLS handshake RTT is successfully retrieved.
45 Returns 0 if the TLS handshake RTT cannot be determined yet.
46 Returns -1 if, while retrieving the TLS handshake RTT, an error occurs.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h189 SmallVectorImpl<ReturnInst *> &Returns,
221 RemapFlags RemapFlag, SmallVectorImpl<ReturnInst *> &Returns,
230 SmallVectorImpl<ReturnInst *> &Returns, const char *NameSuffix = "",
246 bool ModuleLevelChanges, SmallVectorImpl<ReturnInst *> &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/Target/DirectX/
H A DDXIL.td405 let Doc = "Returns the absolute value of the input.";
463 let Doc = "Returns cosine(theta) for theta in radians.";
473 let Doc = "Returns sine(theta) for theta in radians.";
483 let Doc = "Returns tangent(theta) for theta in radians.";
493 let Doc = "Returns the arccosine of the specified value.";
503 let Doc = "Returns the arcsine of the specified value.";
513 let Doc = "Returns the arctangent of the specified value.";
523 let Doc = "Returns the hyperbolic cosine of the specified value.";
533 let Doc = "Returns the hyperbolic sine of the specified value.";
543 let Doc = "Returns the hyperbolic tan of the specified value.";
[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/usr.sbin/bsdinstall/scripts/
H A Dpkgbase.in33 -- Returns all the data read as a single string
44 -- Returns the exit code and stderr output of bsddialog
65 -- Returns true if the user answers yes and false if the user answers no.
230 -- Returns a list of pkgbase packages selected by the user
/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp213 SmallVector<ReturnInst *, 4> Returns; in runOnFunction() local
216 Returns.push_back(RI); in runOnFunction()
219 if (Returns.empty()) in runOnFunction()
252 for (ReturnInst *RI : Returns) { in runOnFunction()

12345678910