Searched refs:nunits (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_datum.c168 static int nunits; /* number of active units */ variable
262 malloc((nunits+1)*sizeof(struct datum_pts_unit *));
263 if (nunits > 0) memcpy(temp_datum_pts_unit, datum_pts_unit,
264 nunits*sizeof(struct datum_pts_unit *));
267 datum_pts_unit[nunits] = (struct datum_pts_unit *)
269 datum_pts = datum_pts_unit[nunits];
344 nunits++;
378 for (i=0; i<nunits; i++) {
395 if (nunits > 1) {
398 malloc((nunits
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree-vect-generic.c81 build_word_mode_vector_type (int nunits) argument
85 else if (vector_last_nunits == nunits)
93 vector_last_nunits = nunits;
94 vector_last_type = type_hash_canon (nunits,
96 nunits));
208 int nunits = TYPE_VECTOR_SUBPARTS (type); local
213 v = VEC_alloc(constructor_elt, gc, (nunits + delta - 1) / delta);
214 for (i = 0; i < nunits;
H A Dtree-vect-transform.c460 int nunits = TYPE_VECTOR_SUBPARTS (vectype); local
503 fprintf (vect_dump, "Create vector_cst. nunits = %d", nunits);
505 for (i = nunits - 1; i >= 0; --i)
523 for (i = nunits - 1; i >= 0; --i)
647 int nunits = GET_MODE_NUNITS (TYPE_MODE (vectype)); local
669 /* All the 'nunits' elements are set to 0. The final result will be
671 nelements = nunits;
674 /* 'nunits - 1' elements are set to 0; The last element is set to
676 nelements = nunits
[all...]
H A Dtree-vect-analyze.c116 unsigned int nunits; local
187 nunits = TYPE_VECTOR_SUBPARTS (vectype);
189 fprintf (vect_dump, "nunits = %d", nunits);
195 if (nunits != vectorization_factor)
203 vectorization_factor = nunits;
H A Dstor-layout.c1616 int nunits = TYPE_VECTOR_SUBPARTS (type);
1617 tree nunits_tree = build_int_cst (NULL_TREE, nunits);
1620 gcc_assert (!(nunits & (nunits - 1)));
1635 if (GET_MODE_NUNITS (mode) == nunits
1643 mode = mode_for_size (nunits * GET_MODE_BITSIZE (innermode),
1611 int nunits = TYPE_VECTOR_SUBPARTS (type); local
H A Dtree-vectorizer.c1554 int nunits;
1562 nunits = UNITS_PER_SIMD_WORD / nbytes;
1564 vectype = build_vector_type (scalar_type, nunits);
1567 fprintf (vect_dump, "get vectype with %d units of type ", nunits);
1553 int nunits; local
H A Dtree.c6433 make_vector_type (tree innertype, int nunits, enum machine_mode mode)
6443 make_vector_type (TYPE_MAIN_VARIANT (innertype), nunits, mode),
6449 SET_TYPE_VECTOR_SUBPARTS (t, nunits);
6457 tree index = build_int_cst (NULL_TREE, nunits - 1);
6904 int nunits;
6910 nunits = GET_MODE_NUNITS (mode);
6918 nunits = GET_MODE_BITSIZE (mode)
6926 return make_vector_type (innertype, nunits, mode);
6933 build_vector_type (tree innertype, int nunits)
6935 return make_vector_type (innertype, nunits, VOIDmod
6403 make_vector_type(tree innertype, int nunits, enum machine_mode mode) argument
6874 int nunits; local
6903 build_vector_type(tree innertype, int nunits) argument
[all...]
H A Dvarasm.c2311 int bitsize, nelts, nunits, units_per;
2318 object file (nunits). We cannot assume that 32 divides the
2325 nunits = GET_MODE_SIZE (mode);
2326 bitsize = nunits * BITS_PER_UNIT;
2333 assemble_integer (GEN_INT (data[0]), MIN (nunits, units_per), align, 1);
2334 nunits -= units_per;
2341 assemble_integer (GEN_INT (data[i]), MIN (nunits, units_per), align, 1);
2342 nunits -= units_per;
2300 int bitsize, nelts, nunits, units_per; local
H A Dc-common.c5277 unsigned HOST_WIDE_INT vecsize, nunits;
5335 nunits = vecsize / tree_low_cst (TYPE_SIZE_UNIT (type), 1);
5336 if (nunits & (nunits - 1))
5342 new_type = build_vector_type (type, nunits);
5260 unsigned HOST_WIDE_INT vecsize, nunits; local
H A Demit-rtl.c5089 int nunits = GET_MODE_NUNITS (mode);
5094 x = RTVEC_ELT (v, nunits - 1);
5095 for (i = nunits - 2; i >= 0; i--)
5063 int nunits = GET_MODE_NUNITS (mode); local
H A Dtree.h3622 extern tree build_vector_type (tree innertype, int nunits);
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-dlpi.c920 u_int nunits; member in union:__anon1652
947 for (i = 0; i < buf.nunits; i++) {
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Drs6000.c2197 unsigned nunits = GET_MODE_NUNITS (mode);
2201 HOST_WIDE_INT val = const_vector_elt_as_int (op, nunits - 1);
2233 for (i = 0; i < nunits - 1; ++i)
2297 int nunits = GET_MODE_NUNITS (mode);
2298 rtx last = CONST_VECTOR_ELT (op, nunits - 1);
2299 unsigned step = nunits / 4;
8040 build_opaque_vector_type (tree node, int nunits)
8044 return build_vector_type (node, nunits);
2189 unsigned nunits = GET_MODE_NUNITS (mode); local
2289 int nunits = GET_MODE_NUNITS (mode); local
8024 build_opaque_vector_type(tree node, int nunits) argument
/freebsd-10.0-release/sys/dev/ciss/
H A Dciss.c1280 ciss_report_luns(struct ciss_softc *sc, int opcode, int nunits) argument
1300 report_size = sizeof(*cll) + nunits * sizeof(union ciss_device_address);

Completed in 466 milliseconds