Home
last modified time | relevance | path

Searched full:adds (Results 1 – 25 of 1657) sorted by relevance

12345678910>>...67

/freebsd/sys/crypto/openssl/aarch64/
H A Decp_sm2p256-armv8.S103 adds x7,x7,x11
147 adds x7,x7,x11
169 adds x7,x7,x7
200 adds x7,x7,x11
247 adds x7,x7,x11
316 adds x3,x3,x11
366 adds x3,x3,x11
414 adds x5,x13,x14
416 adds x5,x5,x14
419 adds x6,x11,x5
[all …]
H A Darmv8-mont.S60 // (*) adds x12,x12,x6 // discarded
77 adds x6,x10,x7
82 adds x12,x16,x13
87 adds x12,x12,x6
95 adds x6,x10,x7
99 adds x12,x16,x13
103 adds x12,x12,x6
121 adds x6,x6,x23
131 // (*) adds x12,x12,x6
140 adds x6,x10,x7
[all …]
H A Dpoly1305-armv8.S91 adds x4,x4,x10 // accumulate input
101 adds x12,x12,x10
106 adds x13,x13,x10
111 adds x13,x13,x10
116 adds x13,x13,x10
122 adds x4,x12,x10
146 adds x12,x4,#5 // compare to modulus
159 adds x4,x4,x10 // accumulate nonce
178 adds x12,x12,x10
183 adds x13,x13,x10
[all …]
/freebsd/contrib/ldns/ldns/
H A Dhost2str.h180 * Converts an ldns packet opcode value to its mnemonic, and adds that
190 * Converts an ldns packet rcode value to its mnemonic, and adds that
200 * Converts an ldns algorithm type to its mnemonic, and adds that
212 * and adds that to the output buffer
263 * Converts an LDNS_RDF_TYPE_A rdata element to string format and adds it to the output buffer
271 * Converts an LDNS_RDF_TYPE_AAAA rdata element to string format and adds it to the output buffer
279 * Converts an LDNS_RDF_TYPE_STR rdata element to string format and adds it to the output buffer
287 * Converts an LDNS_RDF_TYPE_B64 rdata element to string format and adds it to the output buffer
295 …* Converts an LDNS_RDF_TYPE_B32_EXT rdata element to string format and adds it to the output buffe…
303 * Converts an LDNS_RDF_TYPE_HEX rdata element to string format and adds it to the output buffer
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_sm2p256-armv8.pl38 adds $s0,$s0,$s4
104 adds $t0,$t0,$s4
152 adds $s0,$s0,$s4
268 adds $s0,$s0,$s0
299 adds $s0,$s0,$s4
399 adds $t2,$s6,$s7
401 adds $t2,$t2,$s7
404 adds $t3,$s4,$t2
406 adds $t3,$t3,$s5
409 adds $s0,$s0,$t3
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A DKconfig10 This module adds support for wireless adapters based on
22 This module adds support for PCIE bus
28 This module adds support for AHB bus
34 This module adds support for SDIO/MMC bus.
40 This module adds experimental support for USB bus. Currently
51 This module adds support for integrated WCN3990 chip connected
/freebsd/lib/libnetbsd/
H A Dsockaddr_snprintf.c129 #define ADDS(p) do { for (s = p; *s; s++) ADDC(*s); } \ in sockaddr_snprintf() macro
131 #define ADDNA() do { if (na) ADDS("N/A"); } \ in sockaddr_snprintf()
199 ADDS(addr); in sockaddr_snprintf()
204 ADDS(nbuf); in sockaddr_snprintf()
210 ADDS(nbuf); in sockaddr_snprintf()
214 ADDS(nbuf); in sockaddr_snprintf()
218 ADDS(name); in sockaddr_snprintf()
224 ADDS(name); in sockaddr_snprintf()
229 ADDS(port); in sockaddr_snprintf()
236 ADDS(port); in sockaddr_snprintf()
[all …]
/freebsd/contrib/blocklist/port/
H A Dsockaddr_snprintf.c187 #define ADDS(p) do { for (s = p; *s; s++) ADDC(*s); } \ in sockaddr_snprintf() macro
189 #define ADDNA() do { if (na) ADDS("N/A"); } \ in sockaddr_snprintf()
252 ADDS(addr); in sockaddr_snprintf()
257 ADDS(nbuf); in sockaddr_snprintf()
263 ADDS(nbuf); in sockaddr_snprintf()
267 ADDS(nbuf); in sockaddr_snprintf()
271 ADDS(name); in sockaddr_snprintf()
278 ADDS(name); in sockaddr_snprintf()
283 ADDS(port); in sockaddr_snprintf()
290 ADDS(port); in sockaddr_snprintf()
[all …]
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom.h25 * 3.1 adds turbo limit, antenna gain, 16 CTL's, 11g info,
29 * 3.3 adds ctl in-band limit, 32 ctl's, and frequency
31 * 3.4 adds xr power, gainI, and 2.4 turbo params
47 #define AR_EEPROM_VER5_0 0x5000 /* Adds new 2413 cal powers and added params */
48 #define AR_EEPROM_VER5_1 0x5001 /* Adds capability values */
49 #define AR_EEPROM_VER5_3 0x5003 /* Adds spur mitigation table */
53 * 14.2 adds txFrameToPaOn, txFrameToDataStart, ht40PowerInc
54 * 14.3 adds bswAtten, bswMargin, swSettle, and base OpFlags for HT20/40
57 #define AR_EEPROM_VER14_1 0xE001 /* Adds 11n support */
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h43 /// For a machine instruction \p MI, adds all register units used in
85 /// Adds register units covered by physical register \p Reg.
91 /// Adds register units covered by physical register \p Reg that are
111 /// Adds register units not preserved by the regmask \p RegMask.
126 /// adds the units used (as in use operands) in \p MI.
129 /// Adds all register units used, defined or clobbered in \p MI.
134 /// Adds registers living out of block \p MBB.
140 /// Adds registers living into block \p MBB.
143 /// Adds all register units marked in the bitvector \p RegUnits.
157 /// Adds pristine registers. Pristine registers are callee saved registers
H A DLivePhysRegs.h82 /// Adds a physical register and all its sub-registers to the set.
106 /// addReg() always adds all sub-registers to the set as well.
134 /// Adds all live-in registers of basic block \p MBB.
139 /// Adds all live-in registers of basic block \p MBB but skips pristine
143 /// Adds all live-out registers of basic block \p MBB.
152 /// Adds all live-out registers of basic block \p MBB but skips pristine
168 /// Adds live-in registers from basic block \p MBB, taking associated
172 /// Adds pristine registers. Pristine registers are callee saved registers
190 /// Adds registers contained in \p LiveRegs to the block live-in list of \p MBB.
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_use_certificate.3150 \&\fBSSL_CTX_use_PrivateKey()\fR adds \fBpkey\fR as private key to \fBctx\fR. \fBctx\fR \fBMUST NOT…
151 \&\fBSSL_CTX_use_RSAPrivateKey()\fR adds the private key \fBrsa\fR of type RSA
152 to \fBctx\fR. \fBSSL_use_PrivateKey()\fR adds \fBpkey\fR as private key to \fBssl\fR;
153 \&\fBSSL_use_RSAPrivateKey()\fR adds \fBrsa\fR as private key of type RSA to \fBssl\fR.
175 \&\fBSSL_CTX_use_PrivateKey_ASN1()\fR adds the private key of type \fBpk\fR
177 \&\fBSSL_CTX_use_RSAPrivateKey_ASN1()\fR adds the private key of type RSA
182 \&\fBSSL_CTX_use_PrivateKey_file()\fR adds the first private key found in
185 \&\fBSSL_CTX_use_RSAPrivateKey_file()\fR adds the first private RSA key found in
186 \&\fBfile\fR to \fBctx\fR. \fBSSL_use_PrivateKey_file()\fR adds the first private key found
187 in \fBfile\fR to \fBssl\fR; \fBSSL_use_RSAPrivateKey_file()\fR adds the first private
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_use_certificate.pod91 SSL_CTX_use_PrivateKey() adds B<pkey> as private key to B<ctx>. B<ctx> B<MUST NOT> be NULL.
92 SSL_CTX_use_RSAPrivateKey() adds the private key B<rsa> of type RSA
93 to B<ctx>. SSL_use_PrivateKey() adds B<pkey> as private key to B<ssl>;
94 SSL_use_RSAPrivateKey() adds B<rsa> as private key of type RSA to B<ssl>.
116 SSL_CTX_use_PrivateKey_ASN1() adds the private key of type B<pk>
118 SSL_CTX_use_RSAPrivateKey_ASN1() adds the private key of type RSA
123 SSL_CTX_use_PrivateKey_file() adds the first private key found in
126 SSL_CTX_use_RSAPrivateKey_file() adds the first private RSA key found in
127 B<file> to B<ctx>. SSL_use_PrivateKey_file() adds the first private key found
128 in B<file> to B<ssl>; SSL_use_RSAPrivateKey_file() adds the first private
[all …]
H A DPKCS12_add_friendlyname_asc.pod24 PKCS12_add_friendlyname_asc() adds an ASCII string representation of the PKCS#9
27 PKCS12_add_friendlyname_utf8() adds a UTF-8 string representation of the PKCS#9
30 PKCS12_add_friendlyname_uni() adds a Unicode string representation of the PKCS#9
H A DOPENSSL_load_builtin_modules.pod17 The function OPENSSL_load_builtin_modules() adds all the standard OpenSSL
21 ASN1_add_oid_module() adds just the ASN1 OBJECT module.
23 ENGINE_add_conf_module() adds just the ENGINE configuration module.
/freebsd/sys/arm/arm/
H A Din_cksum_arm.S75 adds r2, r1, #0x00
79 adds r8, r8, r2
163 adds r2, r2, r6
192 adds r2, r2, r6 /* r6/r7 still need summing */
197 adds r1, r1, #0x40
205 adds r2, r2, r4
224 adds r4, r4, r4, lsr #1 /* Side effect: Clear carry flag */
254 adds r2, r2, r4
259 adds r1, r1, #0x04
276 adds r2, r2, r3
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h45 /// Adds the parent context of \param Parent to the hash.
48 /// Adds the attributes of \param Die to the hash.
56 /// Adds \param Value to the hash.
59 /// Encodes and adds \param Value to the hash as a ULEB128.
62 /// Encodes and adds \param Value to the hash as a SLEB128.
68 /// Adds \param Str to the hash and includes a NULL byte.
/freebsd/crypto/openssl/crypto/bn/asm/
H A Darmv8-mont.pl128 // (*) adds $lo1,$lo1,$lo0 // discarded
145 adds $lo0,$alo,$hi0
150 adds $lo1,$nlo,$hi1
155 adds $lo1,$lo1,$lo0
163 adds $lo0,$alo,$hi0
167 adds $lo1,$nlo,$hi1
171 adds $lo1,$lo1,$lo0
189 adds $lo0,$lo0,$tj
199 // (*) adds $lo1,$lo1,$lo0
208 adds $lo0,$alo,$hi0
[all …]
/freebsd/lib/libc/arm/string/
H A Dmemmove.S100 adds r2, r2, #0x14
111 adds r2, r2, #8
125 adds r2, r2, #4
188 adds r2, r2, #0x0c
223 adds r2, r2, #0x0c
258 adds r2, r2, #0x0c
307 adds r2, r2, #0x14
315 adds r2, r2, #8
328 adds r2, r2, #4
389 adds r2, r2, #0x0c
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DSourceCodeBuilders.h75 /// Adds a dot to the end of the given expression, but adds parentheses when
85 /// Adds an arrow to the end of the given expression, but adds parentheses
102 /// Adds an appropriate access operator (`.`, `->` or nothing, in the case of
103 /// implicit `this`) to the end of the given expression. Adds parentheses when
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dstrcmp-armv6m.S99 adds r0, #1
100 adds r1, #1
107 adds r0, #1
108 adds r1, #1
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A DKconfig13 This adds support for MT7921E 802.11ax 2x2:2SS wireless devices.
24 This adds support for MT7921S 802.11ax 2x2:2SS wireless devices.
35 This adds support for MT7921U 802.11ax 2x2:2SS wireless devices.
/freebsd/sys/contrib/dev/athk/ath11k/
H A DKconfig9 This module adds support for Qualcomm Technologies 802.11ax family of
19 This module adds support for AHB bus
28 This module adds support for PCIE bus
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl147 adds $h0,$h0,$t0 // accumulate input
157 adds $d0,$d0,$t0
162 adds $d1,$d1,$t0
167 adds $d1,$d1,$t0
172 adds $d1,$d1,$t0
178 adds $h0,$d0,$t0
202 adds $d0,$h0,#5 // compare to modulus
215 adds $h0,$h0,$t0 // accumulate nonce
246 adds $d0,$d0,$t0
251 adds $d1,$d1,$t0
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h80 /// Adds all collected completion matches to the given list.
85 /// Adds all collected completion descriptions to the given list.
148 /// Adds an empty argument at the end of the argument list and moves
158 /// Adds a possible completion string. If the completion was already
173 /// Adds a possible completion string if the completion would complete the
191 /// Adds multiple possible completion strings.
201 /// Adds multiple possible completion strings alongside their descriptions.

12345678910>>...67