Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 25 of 158) sorted by relevance

1234567

/freebsd/usr.sbin/mfiutil/
H A Dmfi_config.c275 int *arrays; member
398 if (state->arrays[i] == state->array_ref) in find_next_array()
452 build_volume(char *volumep, int narrays, struct array_info *arrays, in build_volume() argument
527 ld->params.num_drives = arrays[0].array->num_drives; in build_volume()
535 ar = arrays[i].array; in build_volume()
556 struct array_info *arrays; in create_volume() local
585 arrays = NULL; in create_volume()
685 arrays = calloc(narrays, sizeof(*arrays)); in create_volume()
686 if (arrays == NULL) { in create_volume()
692 error = parse_array(fd, raid_type, av[i], &arrays[i]); in create_volume()
[all …]
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_4.rst4 CBOR arrays, just like :doc:`byte strings <type_2>` and :doc:`strings <type_3>`, can be encoded eit…
5 Definite arrays have a fixed size which is stored in the header, whereas indefinite arrays do not a…
9 .. note:: Indefinite arrays can be conveniently used with streaming :doc:`decoding <streaming_decod…
H A Dstreaming_encoding.rst8 constructing the compound types correctly (e.g. terminating arrays).
10 …ength) CBOR :doc:`strings <type_2>`, :doc:`byte strings <type_3>`, :doc:`arrays <type_4>`, and :do…
/freebsd/crypto/openssl/crypto/bn/
H A DREADME.pod114 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result
118 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places
129 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the
133 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the
137 bn_mul_comba4(B<r>, B<a>, B<b>) operates on the 4 word arrays B<a> and
141 bn_mul_comba8(B<r>, B<a>, B<b>) operates on the 8 word arrays B<a> and
145 bn_sqr_comba4(B<r>, B<a>, B<b>) operates on the 4 word arrays B<a> and
148 bn_sqr_comba8(B<r>, B<a>, B<b>) operates on the 8 word arrays B<a> and
153 bn_cmp_words(B<a>, B<b>, B<n>) operates on the B<n> word arrays B<a>
162 arrays B<r>, B<a> and B<b>. It computes the B<n> low words of
[all …]
/freebsd/contrib/libucl/doc/
H A Dlua_api.md72 - *arrays* are converted to lua tables with numeric indices suitable for `ipairs` iterations
79 - `allow_array {bool}`: expand implicit arrays (should be true for all but partial arrays)
H A Dapi.md55 - `JSON` - valid json format (can possibly lose some original data, such as implicit arrays)
63 …ts from C types and creating of complex `ucl` objects, such as hashes or arrays from primitive `uc…
248 …T_CONFIG`) - nginx like human readable configuration file where implicit arrays are transformed to…
306 …any UCL object (including compound types - arrays and objects) to a string representation. For obj…
321 …eover, libucl allows creation and modifying complex UCL objects, such as arrays or associative obj…
380 … UCL compound types: arrays and objects. Moreover, iterations could be performed over the keys wit…
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-mac.pod17 * pointers in OSSL_DISPATCH arrays.
51 F<libcrypto> and the provider in L<OSSL_DISPATCH(3)> arrays via
52 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
66 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
149 arrays as descriptors of the parameters that OSSL_FUNC_mac_get_params(),
H A Dprovider-storemgmt.pod14 * pointers in OSSL_DISPATCH arrays.
47 F<libcrypto> and the provider in L<OSSL_DISPATCH(3)> arrays via
48 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
62 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as macros
H A Dprovider-digest.pod15 * Digests support the following function signatures in OSSL_DISPATCH arrays.
58 F<libcrypto> and the provider in L<OSSL_DISPATCH(3)> arrays via
59 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
73 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
167 L<OSSL_PARAM(3)> arrays as descriptors of the parameters that
H A Dprovider-cipher.pod17 * pointers in OSSL_DISPATCH arrays.
66 F<libcrypto> and the provider in L<OSSL_DISPATCH(3)> arrays via
67 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
81 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
201 arrays as descriptors of the parameters that OSSL_FUNC_cipher_get_params(),
H A Dprovider-kem.pod17 * pointers in OSSL_DISPATCH arrays.
53 F<libcrypto> and the provider in L<OSSL_DISPATCH(3)> arrays via
54 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
68 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
H A Dprovider-keyexch.pod17 * pointers in OSSL_DISPATCH arrays.
51 F<libcrypto> and the provider in L<OSSL_DISPATCH(3)> arrays via
52 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
66 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
H A Dprovider-asym_cipher.pod17 * pointers in OSSL_DISPATCH arrays.
57 F<libcrypto> and the provider in L<OSSL_DISPATCH(3)> arrays via
58 L<OSSL_ALGORITHM(3)> arrays that are returned by the provider's
72 L<OSSL_DISPATCH(3)> arrays are indexed by numbers that are provided as
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_dup.pod18 Algorithm parameters can be exported/imported from/to providers using arrays of
25 OSSL_PARAM_merge() merges the parameter arrays I<params> and I<params1> into a
/freebsd/cddl/usr.sbin/dtrace/tests/amd64/
H A DMakefile2 TESTS_SUBDIRS+= arrays
/freebsd/cddl/usr.sbin/dtrace/tests/i386/
H A DMakefile2 TESTS_SUBDIRS+= arrays \
/freebsd/etc/mtree/
H A DBSD.tests.dist95 arrays
103 arrays
267 arrays
/freebsd/contrib/libcbor/
H A DBazel.md39 outs = ["libcbor.a", "cbor.h", "cbor/arrays.h", "cbor/bytestrings.h",
58 hdrs = ["cbor.h", "cbor/arrays.h", "cbor/bytestrings.h",
/freebsd/cddl/usr.sbin/dtrace/tests/common/decls/
H A DMakefile17 tst.arrays.d \
/freebsd/contrib/bc/tests/bc/
H A Dall.txt38 arrays
/freebsd/contrib/ncurses/progs/
H A DMKtermsort.sh56 * termsort.h --- sort order arrays for use by infocmp.
/freebsd/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile7 arrays \
/freebsd/sys/contrib/device-tree/Bindings/net/ieee802154/
H A Dat86rf230.txt16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF
/freebsd/lib/libcbor/
H A DMakefile10 SRCS+= cbor/arrays.c
/freebsd/contrib/libucl/
H A DChangeLog.md34 - Fixed serious bugs in schema and arrays iteration
89 - Allow to reserve space in arrays and hashes

1234567