Home
last modified time | relevance | path

Searched +full:parameter +full:- +full:less (Results 1 – 25 of 1031) sorted by relevance

12345678910>>...42

/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_mmp.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
4 /* --- (Automatically generated (build v. 2.7), do not modify manually) --- */
46 * Input parameter list for ECC P384 Variable Point Multiplication [k]P ,
60 * Input parameter list for ECC P384 Generator Point Multiplication [k]G ,
72 * Input parameter list for ECC P384 ECDSA Sign RS ,
87 * Input parameter list for ECC P256 Variable Point Multiplication [k]P ,
101 * Input parameter list for ECC P256 Generator Point Multiplication [k]G ,
113 * Input parameter list for ECC P256 ECDSA Sign RS ,
128 * Input parameter list for ECC SM2 point multiply [k]G ,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt4 - compatible: Must be "rockchip,rk3399-dmc".
5 - devfreq-events: Node to get DDR loading, Refer to
7 rockchip-dfi.txt
8 - clocks: Phandles for clock specified in "clock-names" property
9 - clock-names : The name of clock used by the DFI, must be
11 - operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp-v2.yaml
13 - center-supply: DMC supply node.
14 - status: Marks the node enabled/disabled.
15 - rockchip,pmu: Phandle to the syscon managing the "PMU general register
19 - interrupts: The CPU interrupt number. The interrupt specifier
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controller
[all...]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1 //===--- ParseTemplate.cpp - Template Parsing -----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
27 /// Re-enter a possible template scope, creating as many template parameter
29 /// \return The number of template parameter scopes entered.
45 if (Tok.is(tok::kw_template) && NextToken().isNot(tok::less)) { in ParseDeclarationStartingWithTemplate()
56 /// Template declarations include one or more template parameter lists
64 /// template-declaration: [C++ temp]
65 /// 'export'[opt] 'template' '<' template-parameter-list '>' declaration
[all …]
H A DParseObjc.cpp1 //===--- ParseObjC.cpp - Objective C Parsing ------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements the Objective-C portions of the Parser interface.
11 //===----------------------------------------------------------------------===//
30 /// Skips attributes after an Objective-C @ directive. Emits a diagnostic.
43 /// ParseObjCAtDirectives - Handle parts of the external-declaration production:
44 /// external-declaration: [C99 6.9]
45 /// [OBJC] objc-class-definition
46 /// [OBJC] objc-class-declaration
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dgcm_pclmulqdq.S9 * or https://opensource.org/licenses/CDDL-1.0.
32 * Accelerated GHASH implementation with Intel PCLMULQDQ-NI
36 * PCLMULQDQ is used to accelerate the most time-consuming part of GHASH,
37 * carry-less multiplication. More information about PCLMULQDQ can be
39 * http://software.intel.com/en-us/articles/
40 * carry-less-multiplication-and-its-usage-for-computing-the-gcm-mode/
69 * 5. Added code to byte swap 16-byte input and output.
99 * Use this mask to byte-swap a 16-byte integer with the pshufb instruction
113 * Perform a carry-less multiplication (that is, use XOR instead of the
118 * Note: x_in, y, and res all point to a block of 20-byte numbers
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dsmmintrin.h1 /*===---- smmintrin.h - SSE4 intrinsics ------------------------------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
22 __target__("sse4.1,no-evex512"), __min_vector_width__(128)))
41 /// Rounds up each element of the 128-bit vector of [4 x float] to an
42 /// integer and returns the rounded values in a 128-bit vector of
54 /// A 128-bit vector of [4 x float] values to be rounded up.
55 /// \returns A 128-bit vector of [4 x float] containing the rounded values.
58 /// Rounds up each element of the 128-bit vector of [2 x double] to an
59 /// integer and returns the rounded values in a 128-bit vector of
[all …]
H A Demmintrin.h1 /*===---- emmintrin.h - SSE2 intrinsics ------------------------------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
54 __target__("sse2,no-evex512"), __min_vector_width__(128)))
57 __target__("mmx,sse2,no-evex512"), __min_vector_width__(64)))
59 /// Adds lower double-precision values in both operands and returns the
61 /// are copied from the upper double-precision value of the first operand.
68 /// A 128-bit vector of [2 x double] containing one of the source operands.
70 /// A 128-bit vector of [2 x double] containing one of the source operands.
71 /// \returns A 128-bit vector of [2 x double] whose lower 64 bits contain the
[all …]
H A Dmmintrin.h1 /*===---- mmintrin.h - MMX intrinsics --------------------------------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
26 __attribute__((__always_inline__, __nodebug__, __target__("mmx,no-evex512"), \
37 __target__("mmx,no-evex512")))
42 /// Constructs a 64-bit integer vector, setting the lower 32 bits to the
43 /// value of the 32-bit integer parameter and setting the upper 32 bits to 0.
50 /// A 32-bit integer value.
51 /// \returns A 64-bit integer vector. The lower 32 bits contain the value of the
52 /// parameter. The upper 32 bits are set to 0.
[all …]
/freebsd/contrib/ncurses/man/
H A Dform_field_validation.3x2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. *
31 .TH form_field_validation 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
48 \fBform_field_validation\fP \-
87 It is possible to set up new programmer-defined field types.
93 a field-type dynamically.
98 Required parameter:
103 Required parameter:
112 a fourth \fBint\fP flag argument to enable case-sensitivity;
130 If the maximum value is less than or equal to the minimum value, the range is
[all …]
H A Dcurs_ins_wstr.3x2 .\" Copyright 2019-2023,2024 Thomas E. Dickey *
3 .\" Copyright 2002-2012,2017 Free Software Foundation, Inc. *
31 .TH curs_ins_wstr 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
55 \fB\%mvwins_nwstr\fP \-
56 insert a wide-character string in a \fIcurses\fR window
85 If \fIn\fP is less than zero, the entire string is inserted
95 if the \fIwin\fP parameter is null or
97 if the \fIwstr\fP parameter is null or
109 If the first character in the string is a non-spacing character, these
112 if a non-spacing character follows a control character.
[all …]
H A Dcurs_insstr.3x2 .\" Copyright 2019-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. *
31 .TH curs_insstr 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
55 \fB\%mvwinsnstr\fP \-
84 If \fIn\fP is less than zero, the entire string is inserted
94 if the \fIwin\fP parameter is null or
96 if the \fIstr\fP parameter is null or
116 X/Open states that the entire string is inserted if \fIn\fP is less than 1.
/freebsd/crypto/openssl/crypto/des/asm/
H A Ddes_enc.m41 ! Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
8 ! To expand the m4 macros: m4 -B 8192 des_enc.m4 > des_enc.S
15 ! Assemble through gcc: gcc -c -mcpu=ultrasparc -o des_enc.o des_enc.S
17 ! Assemble through cc: cc -c -xarch=v8plusa -o des_enc.o des_enc.S
21 ! 32-bit build:
22 ! 23% faster than cc-5.2 -xarch=v8plus -xO5
23 ! 115% faster than gcc-3.2.1 -m32 -mcpu=ultrasparc -O5
24 ! 64-bit build:
25 ! 50% faster than cc-5.2 -xarch=v9 -xO5
26 ! 100% faster than gcc-3.2.1 -m64 -mcpu=ultrasparc -O5
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp1 //===-- STLAlgorithmModeling.cpp ----------------------------------*- C++ -*--//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
100 return (this->**Handler)(C, CE); in evalCall()
105 // std::find()-like functions either take their primary range in the first in evalFind()
106 // two parameters, or if the first parameter is "execution policy" then in in evalFind()
107 // the second and third. This means that the second parameter must always be in evalFind()
109 if (!isIteratorType(CE->getArg(1)->getType())) in evalFind()
112 // If no "execution policy" parameter is used then the first argument is the in evalFind()
[all …]
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
19 somewhat similar to the behavior of LZW-based _compress_.)
32 To avoid a worst-case situation, very long hash chains are arbitrarily
34 parameter of deflateInit). So deflate() does not always find the longest
45 The lazy match evaluation is also subject to a runtime parameter. If
52 modes (level parameter 1 to 3). For these fast modes, new strings
68 input less than the length of longest code. It gets that many bits from the
70 code is that many bits or less and how many, and if it is, it will tell
88 little more than eight bits for 286 symbols and a little less than five bits
100 symbol is four bits, then it's duplicated 32 times in a nine-bit table. If a
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_security_level.pod5 …_security_ex_data, SSL_CTX_get0_security_ex_data, SSL_get0_security_ex_data - SSL/TLS security fra…
56 extra data pointer passed to the B<ex> parameter of the callback. This
79 less than 80 bits of security. SSL version 2 is prohibited. Any cipher suite
81 and MD5 are also forbidden at this level as they have less than 80 security
120 setting B<-DOPENSSL_TLS_SECURITY_LEVEL=level>. If not set then 1 is used.
125 signature algorithms) to achieve this end and some cases (DH parameter size
133 signature algorithms, DH parameter sizes, certificate key sizes and
138 See SP800-57 for how the security limits are related to individual
141 Some security levels require large key sizes for non-ECC public key
148 key size or the DH parameter size will abort the handshake with a fatal
[all …]
H A DEVP_BytesToKey.pod5 EVP_BytesToKey - password based encryption routine
20 The B<salt> parameter is used as a salt in the derivation: it should point to
29 encryption algorithm from a password in the B<data> parameter.
31 Increasing the B<count> parameter slows down the algorithm which makes it
35 If the total key and IV length is less than the digest length and
47 D_i = HASH^count(D_(i-1) || data || salt)
71 Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/contrib/ofed/librdmacm/man/
H A Drdma_accept.31 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_ACCEPT" 3 "2014-05-27" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
4 rdma_accept \- Called to accept a connection request.
21 Returns 0 on success, or -1 on error. If an error occurs, errno will be
32 by the conn_param parameter when accepting a connection or datagram
40 If the conn_param parameter is NULL, the values reported in the connection
43 References a user-controlled data buffer. The contents of the buffer are
47 Specifies the size of the user-controlled data buffer. Note that the actual
53 This value must be less than or equal to the local RDMA device attribute
59 This value must be less than or equal to the local RDMA device attribute
[all …]
/freebsd/contrib/googletest/docs/
H A Dgmock_faq.md6 [high-perf dependency injection technique](gmock_cook_book.md#MockingNonVirtualMethods).
26 ### MSVC gives me warning C4301 or C4373 when I define a mock method with a const parameter. Why?
55 In C++, if you *declare* a function with a `const` parameter, the `const`
65 In fact, you can *declare* `Bar()` with an `int` parameter, and define it with a
66 `const int` parameter. The compiler will still match them up.
68 Since making a parameter `const` is meaningless in the method declaration, we
72 Note that we are talking about the *top-level* `const` modifier here. If the
73 function parameter is passed by pointer or reference, declaring the pointee or
84 You might want to run your test with `--gmock_verbose=info`. This flag lets
164 // - value_ is leaked.
[all …]
/freebsd/contrib/bc/include/
H A Dnum.h4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors.
122 /// bits less than scale. It is also used less than scale. See the
180 * Returns non-zero if the BcNum @a n is non-zero.
182 * @return Non-zer
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp1 //===-- LVType.cpp --------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
44 //===----------------------------------------------------------------------===//
46 //===----------------------------------------------------------------------===//
119 Element->resolve(); in resolveReferences()
135 // {Inherits} -> 'ArrayBase' in resolveName()
136 // {TemplateType} 'taTYPE' -> 'AtomTable' in resolveName()
137 // {Member} 'mData' -> '* taTYPE' in resolveName()
[all …]
/freebsd/sys/contrib/zlib/
H A Dzlib.h1 /* zlib.h -- interface of the 'zlib' general purpose compression library
4 Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
6 This software is provided 'as-is', without any express or implied
22 Jean-loup Gailly Mark Adler
48 The 'zlib' compression library provides in-memory compression and
59 The compressed data format used by default by the in-memory functions is
72 and on communications channels. The gzip format was designed for single-
104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
[all …]
/freebsd/sys/contrib/openzfs/man/man4/
H A Dzfs.49 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0.
31 .Bl -tag -width Ds
102 Turbo L2ARC warm-up.
119 by setting this parameter to
179 Percent of ARC size allowed for L2ARC-only headers.
183 This parameter limits L2ARC writes and rebuilds to achieve the target.
242 For L2ARC devices less than 1 GiB, the amount of data
252 before moving on to the next top-level vdev.
255 Enable metaslab group biasing based on their vdevs' over- o
[all...]
/freebsd/lib/libsys/
H A Dffclock.235 .Nd Retrieve feed-forward counter, get and set feed-forward clock estimates
48 The ffclock implements a feed-forward paradigm and decouples the timestamping
53 The feed-forward approach has demonstrated better performance and higher
56 In the feed-forward context, a
59 into seconds by using the feed-forward
65 feed-forward counter maintained by the kernel.
71 system calls allow the caller to get and set the kernel's feed-forward clock
72 parameter estimates respectively.
75 system call should be invoked by a single instance of a feed-forward
79 system call can be called by any process to retrieve the feed-forward clock
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.h1 /*===- CtxInstrProfiling.h- Contextual instrumentation-based PGO ---------===*\
5 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 \*===----------------------------------------------------------------------===*/
18 // Forward-declare for the one unittest checking Arena construction zeroes out
30 /// Allocation and de-allocation happen using sanitizer APIs. We make that
47 return start() + (Pos - S); in tryBumpAllocate()
53 const char *start() const { return const_cast<Arena *>(this)->start(); } in start()
77 /// with allocating and zero-initializing the global value (as in, GlobalValue)
83 // This is init-ed by the static zero initializer in LLVM.
84 // Taken is used to ensure only one thread traverses the contextual graph -
[all …]

12345678910>>...42