Searched defs:elements (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DTuple.java41 * corresponding elements are not mutually comparable or the number of
42 * tuple elements differs.
54 * The empty tuple has zero elements and may be used to obtain the
67 new String[] {"elements"})
92 private java.util.List <ValueRecord> elements; field in class:Tuple
98 // expected to be a short list (usually one to three elements)
100 elements = new ArrayList <ValueRecord> (4);
104 * Creates a tuple with the given elements in the given order.
106 * @param tupleElements ordered series of tuple elements
108 * elements i
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c1181 int elements; local
1195 collate = complicated = elements = 0;
1247 elements++;
1276 elements++;
1280 elements++;
1312 elements++;
1353 elements++;
1363 elements++;
1374 elements++;
1402 elements
[all...]
H A Dreglib.h366 Celt_t* elements; member in struct:Collate_s
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dpubkey.c788 gcry_mpi_t *elements, const char *algo_name)
799 elements[idx] = NULL;
802 elements[idx] = gcry_sexp_nth_mpi (list, 1, GCRYMPI_FMT_USG);
804 if (!elements[idx])
811 /* Check that all elements are available. */
813 if (!elements[idx])
825 if (elements[0] && elements[1] && elements[2]
826 && !elements[
787 sexp_elements_extract(gcry_sexp_t key_sexp, const char *element_names, gcry_mpi_t *elements, const char *algo_name) argument
846 sexp_elements_extract_ecc(gcry_sexp_t key_sexp, const char *element_names, gcry_mpi_t *elements, pk_extra_spec_t *extraspec) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c198 Malloc_t Perl_calloc (MEM_SIZE elements, MEM_SIZE size) argument
201 return (Malloc_t)PerlMem_calloc(elements, size);

Completed in 44 milliseconds