Searched refs:nelements (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | stringpool.cc | 243 unsigned int nelements; member 255 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool() 275 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false); in gt_pch_restore_stringpool()
|
| D | tree-vect-loop.cc | 4579 unsigned int nelements = ncopies * vect_nunits_for_cost (vectype); in vect_model_reduction_cost() local 4580 inside_cost = record_stmt_cost (cost_vec, nelements, in vect_model_reduction_cost() 4583 inside_cost += record_stmt_cost (cost_vec, nelements, in vect_model_reduction_cost() 4657 int nelements = vec_size_in_bits / element_bitsize; in vect_model_reduction_cost() local 4670 exact_log2 (nelements) * 2, in vect_model_reduction_cost() 4681 nelements + nelements - 1, in vect_model_reduction_cost() 5892 int nelements = vec_size_in_bits / element_bitsize; in vect_create_epilog_for_reduction() local 5914 for (elt_offset = nelements / 2; in vect_create_epilog_for_reduction() 5918 calc_vec_perm_mask_for_shift (elt_offset, nelements, &sel); in vect_create_epilog_for_reduction() 5919 indices.new_vector (sel, 2, nelements); in vect_create_epilog_for_reduction()
|
| D | tree-vect-data-refs.cc | 1350 poly_uint64 nelements = TYPE_VECTOR_SUBPARTS (vectype); in vector_alignment_reachable_p() local 1352 elem_size = vector_element_size (vector_size, nelements); in vector_alignment_reachable_p() 1355 if (!multiple_p (nelements - mis_in_elements, DR_GROUP_SIZE (stmt_info))) in vector_alignment_reachable_p()
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | symtab.cc | 172 if (++table->nelements * 4 >= table->nslots * 3) in ht_lookup_with_hash() 260 unsigned int nslots, unsigned int nelements, in ht_load() argument 267 ht->nelements = nelements; in ht_load() 306 nelts = table->nelements; in ht_dump_statistics()
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/include/ |
| D | symtab.h | 59 unsigned int nelements; /* Number of live elements. */ member 98 unsigned int nslots, unsigned int nelements, bool own);
|
| /netbsd/src/usr.sbin/altq/altqstat/ |
| D | qdisc_cdnr.c | 86 get_stats.nelements = NELEMENTS; in cdnr_stat_loop() 104 for (i = 0; i < get_stats.nelements; i++) { in cdnr_stat_loop()
|
| /netbsd/src/sys/altq/ |
| D | altq_cdnr.c | 1083 int error, n, nskip, nelements; in cdnrcmd_get_stats() local 1092 nelements = ap->nelements; in cdnrcmd_get_stats() 1094 if (nelements <= 0 || usp == NULL) in cdnrcmd_get_stats() 1134 if (++n == nelements) in cdnrcmd_get_stats() 1137 ap->nelements = n; in cdnrcmd_get_stats()
|
| D | altq_cdnr.h | 192 int nelements; /* # of element stats (WR) */ member
|
| /netbsd/src/usr.bin/error/ |
| D | subr.c | 74 Calloc(size_t nelements, size_t size) in Calloc() argument 78 back = calloc(nelements, size); in Calloc()
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | cdf.c | 1003 size_t i, o4, nelements, j, slen, left; in cdf_read_property_info() local 1055 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info() 1056 if (nelements > CDF_ELEMENT_LIMIT || nelements == 0) { in cdf_read_property_info() 1058 SIZE_T_FORMAT "u\n", nelements)); in cdf_read_property_info() 1063 nelements = 1; in cdf_read_property_info() 1093 if (nelements > 1) { in cdf_read_property_info() 1095 inp = cdf_grow_info(info, maxcount, nelements); in cdf_read_property_info() 1100 for (j = 0; j < nelements && i < sh.sh_properties; in cdf_read_property_info()
|