Searched refs:n_elt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c622 unsigned int n_elt = shdr->sh_size / 4; local
626 while (--n_elt != 0)
635 n_elt = shdr->sh_size / 4;
636 while (--n_elt != 0)
640 if (n_elt != 0)
738 unsigned int n_elt = shdr->sh_size / 4; local
740 while (--n_elt != 0)
2186 unsigned int n_elt = hdr->sh_size / GRP_ENTRY_SIZE;
2194 idx += n_elt;
2195 while (--n_elt !
2181 unsigned int n_elt = hdr->sh_size / GRP_ENTRY_SIZE; local
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c16477 int i, n_elt = GET_MODE_NUNITS (tmode);
16478 rtvec v = rtvec_alloc (n_elt);
16482 for (i = 0; i < n_elt; ++i, arglist = TREE_CHAIN (arglist))
16446 int i, n_elt = GET_MODE_NUNITS (tmode); local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c7336 int i, n_elt = GET_MODE_NUNITS (tmode);
7337 rtvec v = rtvec_alloc (n_elt);
7341 for (i = 0; i < n_elt; ++i, arglist = TREE_CHAIN (arglist))
7320 int i, n_elt = GET_MODE_NUNITS (tmode); local

Completed in 211 milliseconds