Searched refs:nelements (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dstringpool.c220 unsigned int nelements;
232 spd->nelements = ident_hash->nelements;
252 ht_load (ident_hash, spd->entries, spd->nslots, spd->nelements, false);
218 unsigned int nelements; local
H A Dtree-vect-transform.c648 int nelements; local
671 nelements = nunits;
676 nelements = nunits - 1;
684 nelements = nunits;
692 for (i = nelements - 1; i >= 0; --i)
695 if (nelements == nunits - 1)
699 nelements += 1;
701 gcc_assert (nelements == nunits);
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dsymtab.h56 unsigned int nelements; /* Number of live elements. */ member in struct:ht
91 unsigned int nslots, unsigned int nelements, bool own);
/freebsd-10-stable/contrib/libreadline/
H A Dhistfile.c423 history_do_write (filename, nelements, overwrite)
425 int nelements, overwrite;
450 if (nelements > history_length)
451 nelements = history_length;
463 for (buffer_size = 0, i = history_length - nelements; i < history_length; i++)
498 for (j = 0, i = history_length - nelements; i < history_length; i++)
531 append_history (nelements, filename)
532 int nelements;
535 return (history_do_write (filename, nelements, HISTORY_APPEND));
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsymtab.c169 if (++table->nelements * 4 >= table->nslots * 3)
239 unsigned int nslots, unsigned int nelements,
246 ht->nelements = nelements;
283 nelts = table->nelements;
238 ht_load(hash_table *ht, hashnode *entries, unsigned int nslots, unsigned int nelements, bool own) argument
/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_cdnr.c1135 int error, n, nskip, nelements; local
1144 nelements = ap->nelements;
1146 if (nelements <= 0 || usp == NULL)
1186 if (++n == nelements)
1189 ap->nelements = n;
H A Daltq_cdnr.h191 int nelements; /* # of element stats (WR) */ member in struct:cdnr_get_stats
/freebsd-10-stable/contrib/file/src/
H A Dcdf.c950 size_t i, o4, nelements, j, slen, left; local
1002 nelements = CDF_GETUINT32(q, 1);
1003 if (nelements == 0) {
1004 DPRINTF(("CDF_VECTOR with nelements == 0\n"));
1009 nelements = 1;
1039 if (nelements > 1) {
1041 inp = cdf_grow_info(info, maxcount, nelements);
1046 DPRINTF(("nelements = %" SIZE_T_FORMAT "u\n",
1047 nelements));
1048 for (j = 0; j < nelements
[all...]

Completed in 75 milliseconds