Home
last modified time | relevance | path

Searched +full:num +full:- +full:ss +full:- +full:bits (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-xilinx.txt2 -------------------------------------------------
5 - compatible : Should be "xlnx,xps-spi-2.00.a", "xlnx,xps-spi-2.00.b" or "xlnx,axi-quad-spi-1.00.a"
6 - reg : Physical base address and size of SPI registers map.
7 - interrupts : Property with a value describing the interrupt
11 - xlnx,num-ss-bits : Number of chip selects used.
12 - xlnx,num-transfer-bits : Number of bits per transfer. This will be 8 if not specified
16 compatible = "xlnx,xps-spi-2.00.a";
17 interrupt-parent = <&intc>;
20 xlnx,num-ss-bits = <0x1>;
21 xlnx,num-transfer-bits = <32>;
H A Dspi-xilinx.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/spi/spi-xilinx.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Michal Simek <michal.simek@amd.com>
13 - $ref: spi-controller.yaml#
18 - xlnx,xps-spi-2.00.a
19 - xlnx,xps-spi-2.00.b
20 - xlnx,axi-quad-spi-1.00.a
28 xlnx,num-ss-bits:
[all …]
/freebsd/share/examples/jails/
H A Djng2 #-
48 # # NB: Below 2-lines required
60 # # NB: Below 2-lines required
130 # handle most setups, minus some which considered exotic or purpose-built.
183 n) __mac_num=${OPTARG%%[^0-9]*} ;;
186 shift $(( $OPTIND - 1 ))
189 eval __mac_num=\${_${iface}_num:--1}
199 # The formula I'm using is ``NP:SS:SS:II:II:II'' where:
200 # + N denotes 4 bits used as a counter to support branching
206 # + S denotes 16 bits, the sum(1) value of the jail name.
[all …]
H A Djib2 #-
48 # # NB: Below 2-lines required
60 # # NB: Below 2-lines required
130 # handle most setups, minus some which considered exotic or purpose-built.
181 n) __mac_num=${OPTARG%%[^0-9]*} ;;
184 shift $(( $OPTIND - 1 ))
187 eval __mac_num=\${_${iface}_num:--1}
197 # The formula I'm using is ``NP:SS:SS:II:II:II'' where:
198 # + N denotes 4 bits used as a counter to support branching
204 # + S denotes 16 bits, the sum(1) value of the jail name.
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-prime.11 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
57 .IX Title "OPENSSL-PRIME 1ossl"
58 .TH OPENSSL-PRIME 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-prime \- compute prime numbers
68 [\fB\-help\fR]
69 [\fB\-hex\fR]
70 [\fB\-generate\fR]
71 [\fB\-bits\fR \fInum\fR]
72 [\fB\-safe\fR]
[all …]
H A Dopenssl-rand.11 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
57 .IX Title "OPENSSL-RAND 1ossl"
58 .TH OPENSSL-RAND 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-rand \- generate pseudo\-random bytes
68 [\fB\-help\fR]
69 [\fB\-out\fR \fIfile\fR]
70 [\fB\-base64\fR]
71 [\fB\-hex\fR]
72 [\fB\-engine\fR \fIid\fR]
[all …]
H A Dopenssl-genrsa.11 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
57 .IX Title "OPENSSL-GENRSA 1ossl"
58 .TH OPENSSL-GENRSA 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-genrsa \- generate an RSA private key
68 [\fB\-help\fR]
69 [\fB\-out\fR \fIfilename\fR]
70 [\fB\-passout\fR \fIarg\fR]
71 [\fB\-aes128\fR]
72 [\fB\-aes192\fR]
[all …]
H A Dopenssl-genpkey.11 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
57 .IX Title "OPENSSL-GENPKEY 1ossl"
58 .TH OPENSSL-GENPKEY 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-genpkey \- generate a private key or key pair
68 [\fB\-help\fR]
69 [\fB\-out\fR \fIfilename\fR]
70 [\fB\-outpubkey\fR \fIfilename\fR]
71 [\fB\-outform\fR \fBDER\fR|\fBPEM\fR]
72 [\fB\-verbose\fR]
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DBF_encrypt.31 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
58 .TH BF_ENCRYPT 3ossl 2025-09-30 3.5.4 OpenSSL
65 BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options \- Blowfish encryption
86 \& unsigned char *ivec, int *num, int enc);
89 \& unsigned char *ivec, int *num);
118 It encrypts or decrypts the first 64 bits of \fBin\fR using the key \fBkey\fR,
121 \&\fBin\fR and \fBout\fR must be 64 bits in length, no less. If they are larger,
122 everything after the first 64 bits is ignored.
135 need the parameter \fBnum\fR, which is a pointer to an integer where the current
[all …]
H A DRAND_bytes.31 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
58 .TH RAND_BYTES 3ossl 2025-09-30 3.5.4 OpenSSL
65 RAND_pseudo_bytes, RAND_set1_random_provider \- generate random data
71 \& int RAND_bytes(unsigned char *buf, int num);
72 \& int RAND_priv_bytes(unsigned char *buf, int num);
74 \& int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
76 \& int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
87 \& int RAND_pseudo_bytes(unsigned char *buf, int num);
91 \&\fBRAND_bytes()\fR generates \fBnum\fR random bytes using a cryptographically
[all …]
H A DDES_random_key.31 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
58 .TH DES_RANDOM_KEY 3ossl 2025-09-30 3.5.4 OpenSSL
72 DES_fcrypt, DES_crypt \- DES encryption
116 \& int *num, int enc);
119 \& int *num);
131 \& int *num, int enc);
134 \& DES_key_schedule *ks2, DES_cblock *ivec, int *num);
143 \& DES_cblock *ivec, int *num, int enc);
147 \& DES_cblock *ivec, int *num);
[all …]
H A DRSA_generate_key.31 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
58 .TH RSA_GENERATE_KEY 3ossl 2025-09-30 3.5.4 OpenSSL
66 RSA_generate_multi_prime_key \- generate RSA key pair
72 \& EVP_PKEY *EVP_RSA_gen(unsigned int bits);
80 \& int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
81 \& int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb);
89 \& RSA *RSA_generate_key(int bits, unsigned long e,
94 \&\fBEVP_RSA_gen()\fR generates a new RSA key pair with modulus size \fIbits\fR.
100 \&\fBRSA_generate_key_ex()\fR generates a 2\-prime RSA key pair and stores it in the
[all …]
H A DBN_generate_prime.31 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
58 .TH BN_GENERATE_PRIME 3ossl 2025-09-30 3.5.4 OpenSSL
67 BN_is_prime, BN_is_prime_fasttest \- generate primes and test for primality
73 \& int BN_generate_prime_ex2(BIGNUM *ret, int bits, int safe,
77 \& int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add,
102 \& BIGNUM *BN_generate_prime(BIGNUM *ret, int num, int safe, BIGNUM *add,
126 \&\fBBN_generate_prime_ex2()\fR generates a pseudo-random prime number of
127 at least bit length \fBbits\fR using the BN_CTX provided in \fBctx\fR. The value of
131 The maximum error rate is 2^\-128.
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l3 * Copyright (c) 2004-2006 Voltaire, Inc. All rights reserved.
4 * Copyright (c) 2002-2008 Mellanox Technologies LTD. All rights reserved.
5 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
17 * - Redistributions of source code must retain the above
21 * - Redistributions in binary form must reproduce the above
78 #define START_PORT_GUID {in_list_of_hex_num_ranges = TRUE;} /* comma-separated list of hex num
79 #define START_PORT_NAME {in_list_of_strings = TRUE;} /* comma-separated list of following stri…
84 #define START_NODE_TYPE {in_node_type = TRUE;} /* comma-separated list of node types (ROU…
85 #define START_SL2VL_TABLE {in_list_of_numbers = TRUE;} /* comma-separated list of hex or dec numb…
94 … START_VLARB_HIGH {in_list_of_num_pairs = TRUE;} /* comma-separated list of hex or dec num pair…
[all …]
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.def1 /* -*- Mode: Text -*- */
7 #include autogen-version.def
9 prog-name = "ntp-keygen";
10 prog-title = "create a Network Time Protocol host key";
19 arg-type = number;
20 arg-name = imbits;
21 arg-range = '256->2048';
23 descrip = "identity modulus bits";
24 doc = <<- _EndOfDoc_
25 The number of bits in the identity modulus. The default is 512.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp1 //===- BitTracker.cpp -----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // SSA-based bit propagation.
13 // of bits are represented by the class BitValue, and take one of four
16 // cannot be a copy of yet another bit---such chains are not allowed).
21 // assuming that nothing is known about bits of %1, bit 1 of %2
31 // The tracker implements the Wegman-Zadeck algorithm, originally developed
32 // for SSA-based constant propagation. Each register is represented as
33 // a sequence of bits, with the convention that bit 0 is the least signi-
[all …]
/freebsd/contrib/xz/src/xz/
H A Dmessage.c1 // SPDX-License-Identifier: 0BSD
71 // - It is possible for the user to send SIGINFO, SIGUSR1, or SIGALRM to
72 // get intermediate progress information even when --verbose wasn't used
74 // - alarm() + SIGALRM seems to have slightly less overhead than polling
116 // If --verbose is used, we use a progress indicator if and only in message_init()
119 // exception, even if --verbose was not used, user can send SIGALRM in message_init()
155 --verbosity; in message_verbosity_decrease()
178 /// I think it looks nicer to not print "(stdin)" when --verbose is used
197 // to usage of --files or --files0. in print_filename()
281 return "--- %"; in progress_percentage()
[all …]
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c3 * Based on the non-X based CD player by Jean-Marc Zucconi and
6 * Fixed and further modified on 5-Sep-1995 by Jukka Ukkonen <jau@funet.fi>.
8 * 11-Sep-1995: Jukka A. Ukkonen <jau@funet.fi>
11 * 18-Sep-1995: Jukka A. Ukkonen <jau@funet.fi>
16 * 11-Oct-1995: Serge V.Vakulenko <vak@cronyx.ru>
20 * 13-Dec-1999: Knut A. Syed <kas@kas.no>
21 * Volume-command modified. If used with only one
23 * parameters it will print volume-info.
26 * 27-Jun-2008 Pietro Cerutti <gahr@FreeBSD.org>
27 * Further enhancement to volume. Values not in range 0-255
[all …]
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses2 # Copyright 2019-2022,2023 Thomas E. Dickey #
31 # $Id: Caps-ncurses,v 1.15 2023/10/28 21:55:47 tom Exp $
49 #memory_lock meml str ml - - ----K lock memory above cursor
50 #memory_unlock memu str mu - - ----K unlock memory
51 #plab_norm pln str pn - - ----- program label #1 to show string #2
52 #label_on smln str LO - - ----- turn on soft labels
53 #label_off rmln str LF - - ----- turn off soft labels
54 #key_f11 kf11 str F1 - - ----- F11 function key
55 #key_f12 kf12 str F2 - - ----- F12 function key
56 #key_f13 kf13 str F3 - - ----- F13 function key
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-base.71 .\" -*- mode: troff; coding: utf-8 -*-
34 .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
57 .IX Title "PROVIDER-BASE 7ossl"
58 .TH PROVIDER-BASE 7ossl 2025-09-30 3.5.4 OpenSSL
64 provider\-base
65 \&\- The basic OpenSSL library <\-> provider functions
102 \& void *CRYPTO_malloc(size_t num, const char *file, int line);
103 \& void *CRYPTO_zalloc(size_t num, const char *file, int line);
105 \& void CRYPTO_clear_free(void *ptr, size_t num,
107 \& void *CRYPTO_realloc(void *addr, size_t num,
[all …]
/freebsd/sys/vm/
H A Dvm_pageout.c1 /*-
2 * SPDX-License-Identifier: (BSD-4-Clause AND MIT-CMU)
14 * The Mach Operating System project at Carnegie-Mellon University.
45 * Copyright (c) 1987, 1990 Carnegie-Mellon University.
65 * Pittsburgh PA 15213-3890
72 * The proverbial page-out daemon.
155 "Panic on the given number of out-of-memory errors instead of "
185 "back-to-back calls to oom detector to start OOM");
194 if (error != 0 || req->newptr == NULL) in sysctl_laundry_weight()
227 "system-wide limit to user-wired page count");
[all …]
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Dformat.txt23 ---------------------
24 Mn 0 Mark, Non-Spacing
52 L 28 Left-To-Right
53 R 29 Right-To-Left
69 Nb 40 Non-Breaking
74 Ss 45 Space, Other (controls viewed as spaces in ctype isspace())
79 Assumptions: unsigned short is at least 16-bits in size and unsigned long
80 is at least 32-bits in size.
89 Ranges[] arrays. The Offsets[] array is aligned on a 4-byte boundary and
91 Ranges[] array. The Ranges[] array contains pairs of 4-byte values
[all …]
H A DREADME6 -----------------------
8 This is a package that supports ctype-like operations for Unicode UCS-2 text
11 latest "UnicodeData-*.txt" (or later) file from the Unicode Web or FTP site.
16 UnicodeData-*.txt file. The files are:
18 A. case.dat - the case mappings.
19 B. ctype.dat - the character property tables.
20 C. comp.dat - the character composition pairs.
21 D. decomp.dat - the character decompositions.
22 E. cmbcl.dat - the non-zero combining classes.
23 F. num.dat - the codes representing numbers.
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.h1 /* SPDX-License-Identifier: ISC */
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
28 * 1. Add new WMI commands ONLY within the specified range - 0x9000 - 0x9fff
44 * variable is already 4-byte aligned by virtue of being a u32
526 * for wmi_services is 64 as target is using only 4-bits of each 32-bit
527 * wmi_service word. Extending this to make use of remaining unused bits
532 __le32_to_cpu((wmi_svc_bmap)[((svc_id) - (len)) / 28]) & \
533 BIT(((((svc_id) - (len)) % 28) & 0x1f) + 4))
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-802_15_4.c4 * Dmitry Eremin-Solenikov (dbaryshkov@gmail.com)
27 #include "netdissect-stdinc.h"
35 #define CHECK_BIT(num,bit) (((num) >> (bit)) & 0x1) argument
39 /* Frame types from Table 7-1 of 802.15.4-2015 */
51 /* Element IDs for Header IEs from Table 7-7 of 802.15.4-2015 */
183 /* Payload IE Group IDs from Table 7-15 of 802.15.4-2015 */
203 /* Sub-ID for short format from Table 7-16 of 802.15.4-2015 */
243 "O-QPSK PHY Mode IE", /* 0x26 */
335 /* Sub-ID for long format from Table 7-17 of 802.15.4-2015 */
355 /* MAC commands from Table 7-49 of 802.15.4-2015 */
[all …]

12345