Searched refs:elements (Results 126 - 144 of 144) sorted by relevance

123456

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_dn_io.c597 if (dn_cfg.evheap.elements == 0 ||
H A Dip_dn_glue.c69 int elements; member in struct:dn_heap7
100 int rq_elements ; /* active elements */
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_lem.c4165 desc_array->elements = 1;
4166 return (desc_array->elements);
4178 desc_array->elements = 1;
4179 return (desc_array->elements);
4186 desc_array->elements = 2;
4187 return (desc_array->elements);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsrconv.c757 for (member = type->u.astructdef.elements->vars_head;
840 for (member = type->u.aenumdef.elements->vars_head;
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ses.h940 union ses_ctrl_element elements[]; member in struct:ses_ctrl_page
2063 union ses_status_element elements[]; member in struct:ses_status_page
H A Dscsi_enc_ses.c144 * overal status elements and for all index types when
159 * elements of a SES configuration.
162 * elements detected via the SES configuration page by tracking the numerous
167 * elements, while others (e.g. Additional Element Status) only contain
168 * individual elements (no overal status elements) of particular types.
171 * use ses_iter_next() to traverse the elements (including the first) in
197 * elements of this type.
200 * to elements of a new type in the configuration.
206 * other individual status elements i
[all...]
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt215 * NumPhys field) to determine the number of valid elements
/freebsd-9.3-release/crypto/openssh/
H A Dmonitor.c2044 goid.elements = buffer_get_string(m, &len);
2049 free(goid.elements);
H A Dmonitor_wrap.c1217 buffer_put_string(&m, goid->elements, goid->length);
/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c2123 /* Construct a vector of zero elements of vector type TYPE. */
7185 tree itype, elem, elements;
7188 elements = TREE_VECTOR_CST_ELTS (expr);
7194 if (elements)
7196 elem = TREE_VALUE (elements);
7197 elements = TREE_CHAIN (elements);
7377 tree etype, elem, elements;
7386 elements = NULL_TREE;
7392 elements
7150 tree itype, elem, elements; local
7342 tree etype, elem, elements; local
11752 tree elements = TREE_VECTOR_CST_ELTS (arg0); local
[all...]
H A Dc-typeck.c1722 to the field elements. Use a binary search on this array to quickly
1724 will always be set for structures which have many elements. */
2007 Likewise an array of elements of variable size. */
2042 /* Array ref is const/volatile if the array elements are
2405 with the elements of the list in the TREE_VALUE slots of those nodes. */
4305 This is for handling COMPOUND_EXPRs as initializer elements
4577 elements are seen. */
4681 /* Iterate through elements and check if all constructor
4682 elements are *_CSTs. */
4858 /* If we are saving up the elements rathe
[all...]
H A Dtree.h887 In ARRAY_TYPE nodes, this is the type of the elements.
888 In VECTOR_TYPE nodes, this is the type of the elements. */
1335 #define TREE_VECTOR_CST_ELTS(NODE) (VECTOR_CST_CHECK (NODE)->vector.elements) local
1340 tree elements;
1396 /* Iterate through the vector V of CONSTRUCTOR_ELT elements, yielding the
1406 /* Iterate through the vector V of CONSTRUCTOR_ELT elements, yielding both
3156 This avoids the overhead of tree_common on all linked list elements.
3984 /* Reverse the order of elements in a chain, and return the new head. */
/freebsd-9.3-release/sys/kgssapi/
H A Dgsstest.c297 oid_set.elements = &krb5_desc;
/freebsd-9.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c179 h = hash32_buf(mech->elements, mech->length, h);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1969 RemLatency = std::max(RemLatency, findMaxLatency(Available.elements()));
1970 RemLatency = std::max(RemLatency, findMaxLatency(Pending.elements()));
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt237 * NumPhys field) to determine the number of valid elements
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex6043 % had it before, so preserve previous elements in list.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6241 % had it before, so preserve previous elements in list.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex6115 % had it before, so preserve previous elements in list.

Completed in 506 milliseconds

123456