Searched refs:n_alloc (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/flex/
H A Dbuf.c238 int n_alloc = 0;
247 n_alloc = (n_elem + buf->nelts) * buf->elt_size;
250 if (((n_alloc * buf->elt_size) % 512) != 0
252 n_alloc +=
254 ((n_alloc * buf->elt_size) % 512)) /
259 allocate_array (n_alloc, buf->elt_size);
262 reallocate_array (buf->elts, n_alloc,
265 buf->nmax = n_alloc;
237 int n_alloc = 0; local
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_intr.c190 for (index = 0; index < intr->n_alloc; index++) {
197 if (intr->n_alloc > 1)
232 for (i = 0; i < intr->n_alloc; i++)
333 intr->n_alloc = count;
371 intr->n_alloc = count;
399 intr->n_alloc = 1;
514 for (i = 0; i < intr->n_alloc; i++)
527 intr->n_alloc = 0;
H A Dsfxge.h211 int n_alloc; member in struct:sfxge_intr
H A Dsfxge.c204 sc->intr.n_alloc;
206 sc->intr.n_alloc + SFXGE_EVQ0_N_TXQ(sc) - 1;
208 sc->intr.n_alloc;
H A Dsfxge_rx.c1161 sc->intr.n_alloc > 1);
1396 sc->rxq_count = intr->n_alloc;
H A Dsfxge_ev.c995 sc->evq_count = intr->n_alloc;
H A Dsfxge_tx.c2044 sc->txq_count = SFXGE_EVQ0_N_TXQ(sc) - 1 + sc->intr.n_alloc;
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c6530 unsigned int n_alloc;
6580 n_alloc = abbrev_die_table_allocated + ABBREV_DIE_TABLE_INCREMENT;
6582 sizeof (dw_die_ref) * n_alloc);
6585 (n_alloc - abbrev_die_table_allocated) * sizeof (dw_die_ref));
6586 abbrev_die_table_allocated = n_alloc;
6521 unsigned int n_alloc; local
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c3632 sli4->config.extent[i].n_alloc = 0;
5282 rtype, sli4->config.extent[rtype].n_alloc);
5296 sli4->config.extent[rtype].n_alloc++;
H A Dsli4.h3213 uint32_t n_alloc;/* number of elements allocated */ member in struct:sli4_s::__anon7705::__anon7706

Completed in 144 milliseconds