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

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathRandom.h99 unsigned long int nexti ();
159 long int nexti ();
270 Rand32::nexti () function in class:Imath::Rand32
311 Rand48::nexti () function in class:Imath::Rand48
/haiku-fatelf/src/add-ons/kernel/drivers/network/dec21xxx/dev/dc/
H A Dif_dc.c2588 int i, nexti; local
2594 nexti = 0;
2596 nexti = i + 1;
2600 ld->dc_tx_list[i].dc_next = htole32(DC_TXDESC(sc, nexti));
2621 int i, nexti; local
2630 nexti = 0;
2632 nexti = i + 1;
2633 ld->dc_rx_list[i].dc_next = htole32(DC_RXDESC(sc, nexti));
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-xtensa.c8587 unsigned i, nexti;
8745 nexti = 0; /* Index into internal_relocs. */
8765 skipping over any R_XTENSA_NONE relocs. On entry, "nexti" is
8768 index, and "nexti" is the index for the next non-NONE reloc
8771 for (i = nexti; i < sec->reloc_count; i++)
8781 for (nexti = i + 1; nexti < sec->reloc_count; nexti++)
8783 if (ELF32_R_TYPE (internal_relocs[nexti].r_info)
8786 next_irel = &internal_relocs[nexti];
8561 unsigned i, nexti; local
[all...]

Completed in 79 milliseconds