Home
last modified time | relevance | path

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

12345678910>>...25

/netbsd-src/external/bsd/bc/dist/
H A Dstorage.c174 old_ary = arrays; in more_arrays()
179 arrays = bc_malloc (a_count*sizeof(bc_var_array *)); in more_arrays()
185 arrays[indx] = old_ary[indx]; in more_arrays()
192 arrays[indx] = NULL; in more_arrays()
380 ary_ptr = arrays[var_index]; in get_array_num()
383 ary_ptr = arrays[var_index] = bc_malloc (sizeof (bc_var_array)); in get_array_num()
879 a_temp->a_next = arrays[ix]; in auto_var()
882 arrays[ix] = a_temp; in auto_var()
936 a_temp = arrays[ix]; in pop_vars()
939 arrays[ix] = a_temp->a_next; in pop_vars()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dvararrays.m41 # Check for variable-length arrays.
16 # Check whether the C compiler supports variable-length arrays.
19 AC_CACHE_CHECK([for variable-length arrays],
64 [Define to 1 if C supports variable-length arrays.])
67 [Define to 1 if C does not support variable-length arrays, and
/netbsd-src/crypto/external/bsd/openssl.old/dist/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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dvararray.m44 dnl Test for variable size arrays.
8 AC_CACHE_CHECK([if the compiler supports variable-length arrays],[rk_cv_c_vararray],[
14 [Define if your compiler supports variable-length arrays.])
/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Dvararrays.m41 # Check for variable-length arrays.
26 AC_CACHE_CHECK([for variable-length arrays],
35 [Define to 1 if C supports variable-length arrays.])
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp2.txt9 > The arrays with size lists the dimensions and the type in a single list.
26 short term. Java arrays are always zero based.
43 I considered this approach for arrays in general (ie array of int/ array
H A D2001-02-06-TypeNotationDebateResp1.txt38 But pointers to member functions are nowhere near as common as arrays. And
43 make function pointers easier but makes arrays much more difficult seems
63 The arrays with size lists the dimensions and the type in a single list.
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Dstreaming.rst4arrays <api/type_4>`, and :doc:`maps <api/type_5>` can be encoded as *indefinite*, meaning their l…
/netbsd-src/external/mit/libcbor/dist/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…
31 Streaming indefinite arrays
/netbsd-src/external/mit/libcbor/lib/
H A DMakefile36 arrays.c \
60 cbor/arrays.h \
/netbsd-src/crypto/external/bsd/openssl/dist/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-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-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-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
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dbaddecl2array.msg1 baddecl2array.err line 4: no nested arrays.
H A Dnestarray.msg1 nestarray.err line 7: no nested arrays.
H A Dtextarray.msg1 textarray.err line 7: arrays of text strings not yet supported.
H A Dlistarray.msg1 listarray.err line 7: arrays of text strings not yet supported.
H A Dmixedarray.err6 # not uniform arrays are forbidden
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20023 * trans-array.c: Document calling convention for arrays.
84 assumed shape arrays.
97 sized arrays can have rank > 1.
164 * trans-array.c: Add support for descriptorless arrays.
246 (g95_build_function_decl): Don't assume result arrays are packed.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Druntime.def99 arrays. Such as an array of structs or classes. */
130 /* Used for concatenating two or more arrays together. Then `n' variant is
131 for when there is more than two arrays to handle. */
156 /* Used for value equality of two associative arrays. */
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog-201649 (num_of_syms_in): Move buf, address and name arrays out of
50 function and declare as static BUFSIZE arrays.
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog-201649 (num_of_syms_in): Move buf, address and name arrays out of
50 function and declare as static BUFSIZE arrays.
/netbsd-src/external/mit/libcbor/dist/
H A Dcppcheck_suppressions.txt1 memleak:src/cbor/arrays.c:126

12345678910>>...25