Home
last modified time | relevance | path

Searched refs:nelements (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
H A Dhistfile.c428 history_do_write (filename, nelements, overwrite) in history_do_write() argument
430 int nelements, overwrite;
456 if (nelements > history_length)
457 nelements = history_length;
469 for (buffer_size = 0, i = history_length - nelements; i < history_length; i++)
504 for (j = 0, i = history_length - nelements; i < history_length; i++)
537 append_history (nelements, filename) in append_history() argument
538 int nelements; in append_history()
541 return (history_do_write (filename, nelements, HISTORY_APPEND));
/dragonfly/contrib/gcc-4.7/gcc/
H A Dstringpool.c226 unsigned int nelements; member
238 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
258 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false); in gt_pch_restore_stringpool()
H A Dtree-vect-data-refs.c1109 int nelements = TYPE_VECTOR_SUBPARTS (vectype); in vector_alignment_reachable_p() local
1118 if ((nelements - mis_in_elements) % GROUP_SIZE (stmt_info)) in vector_alignment_reachable_p()
1456 unsigned int nelements, mis, same_align_drs_max = 0; in vect_enhance_data_refs_alignment() local
1528 nelements = TYPE_VECTOR_SUBPARTS (vectype); in vect_enhance_data_refs_alignment()
1532 ? (mis - nelements) : (nelements - mis)) in vect_enhance_data_refs_alignment()
1533 & (nelements - 1); in vect_enhance_data_refs_alignment()
1549 possible_npeel_number = vf /nelements; in vect_enhance_data_refs_alignment()
1564 npeel_tmp += nelements; in vect_enhance_data_refs_alignment()
1722 nelements = TYPE_VECTOR_SUBPARTS (vectype); in vect_enhance_data_refs_alignment()
1737 npeel = ((negative ? mis - nelements : nelements - mis) in vect_enhance_data_refs_alignment()
[all …]
H A Dtree-vect-loop-manip.c2028 int nelements = TYPE_VECTOR_SUBPARTS (vectype); in vect_gen_niters_for_prolog_loop() local
2056 tree nelements_minus_1 = build_int_cst (type, nelements - 1); in vect_gen_niters_for_prolog_loop()
2057 tree nelements_tree = build_int_cst (type, nelements); in vect_gen_niters_for_prolog_loop()
H A Dtree-vect-loop.c2913 int nelements = vec_size_in_bits / element_bitsize; in vect_model_reduction_cost() local
2923 outer_cost += ((exact_log2(nelements) * 2) in vect_model_reduction_cost()
2929 outer_cost += ((nelements + nelements - 1) in vect_model_reduction_cost()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dstringpool.c237 unsigned int nelements; member
249 spd->nelements = ident_hash->nelements; in gt_pch_save_stringpool()
269 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false); in gt_pch_restore_stringpool()
H A Dtree-vect-loop.c4200 unsigned int nelements = ncopies * vect_nunits_for_cost (vectype); in vect_model_reduction_cost() local
4201 inside_cost = add_stmt_cost (target_cost_data, nelements, in vect_model_reduction_cost()
4204 inside_cost += add_stmt_cost (target_cost_data, nelements, in vect_model_reduction_cost()
4283 int nelements = vec_size_in_bits / element_bitsize; in vect_model_reduction_cost() local
4299 exact_log2 (nelements) * 2, in vect_model_reduction_cost()
4310 nelements + nelements - 1, in vect_model_reduction_cost()
5686 int nelements = vec_size_in_bits / element_bitsize; in vect_create_epilog_for_reduction() local
5708 for (elt_offset = nelements / 2; in vect_create_epilog_for_reduction()
5712 calc_vec_perm_mask_for_shift (elt_offset, nelements, &sel); in vect_create_epilog_for_reduction()
5713 indices.new_vector (sel, 2, nelements); in vect_create_epilog_for_reduction()
H A Dtree-vect-data-refs.c1252 poly_uint64 nelements = TYPE_VECTOR_SUBPARTS (vectype); in vector_alignment_reachable_p() local
1254 elem_size = vector_element_size (vector_size, nelements); in vector_alignment_reachable_p()
1257 if (!multiple_p (nelements - mis_in_elements, GROUP_SIZE (stmt_info))) in vector_alignment_reachable_p()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dsymtab.c175 if (++table->nelements * 4 >= table->nslots * 3) in ht_lookup_with_hash()
263 unsigned int nslots, unsigned int nelements, in ht_load() argument
270 ht->nelements = nelements; in ht_load()
309 nelts = table->nelements; in ht_dump_statistics()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dsymtab.c172 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()
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dsymtab.h60 unsigned int nelements; /* Number of live elements. */ member
99 unsigned int nslots, unsigned int nelements, bool own);
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dsymtab.h59 unsigned int nelements; /* Number of live elements. */ member
98 unsigned int nslots, unsigned int nelements, bool own);
/dragonfly/contrib/file/src/
H A Dcdf.c997 size_t i, o4, nelements, j, slen, left; in cdf_read_property_info() local
1049 nelements = CDF_GETUINT32(q, 1); in cdf_read_property_info()
1050 if (nelements > CDF_ELEMENT_LIMIT || nelements == 0) { in cdf_read_property_info()
1052 SIZE_T_FORMAT "u\n", nelements)); in cdf_read_property_info()
1057 nelements = 1; in cdf_read_property_info()
1087 if (nelements > 1) { in cdf_read_property_info()
1089 inp = cdf_grow_info(info, maxcount, nelements); in cdf_read_property_info()
1094 for (j = 0; j < nelements && i < sh.sh_properties; in cdf_read_property_info()