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

/freebsd-9.3-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp369 int first_index; local
370 for (first_index = 0; first_index < TROFF_INDEX; first_index++)
371 if (commands[first_index].get_name() != 0)
375 commands[first_index].append_arg("--");
377 commands[first_index].append_arg(argv[i]);
379 commands[first_index].append_arg("-");
/freebsd-9.3-release/contrib/gcc/
H A Dbitmap.c872 unsigned int first_index = start / BITMAP_ELEMENT_ALL_BITS;
885 if (head->indx < first_index)
862 unsigned int first_index = start / BITMAP_ELEMENT_ALL_BITS; local
H A Ddf-problems.c2930 unsigned int first_index = DF_REG_DEF_GET (df, uregno)->begin;
2931 unsigned int last_index = first_index + count - 1;
2933 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi)
2923 unsigned int first_index = DF_REG_DEF_GET (df, uregno)->begin; local

Completed in 69 milliseconds