HomeSort by: relevance | last modified time | path
    Searched defs:first_index (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_coverage_fuchsia.cc 171 uint32_t first_index = next_index_; local
177 return first_index;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_fuchsia.cpp 178 uint32_t first_index = next_index_; local
188 return first_index;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_coverage_fuchsia.cpp 177 uint32_t first_index = next_index_; local
187 return first_index;
  /src/external/gpl2/groff/dist/src/roff/groff/
groff.cpp 375 int first_index; local
376 for (first_index = 0; first_index < TROFF_INDEX; first_index++)
377 if (commands[first_index].get_name() != 0)
381 commands[first_index].append_arg("--");
383 commands[first_index].append_arg(argv[i]);
385 commands[first_index].append_arg("-");
  /src/external/gpl3/gcc/dist/gcc/
bitmap.cc 1701 unsigned int first_index, end_bit_plus1, last_index;
1716 first_index = start / BITMAP_ELEMENT_ALL_BITS;
1719 elt = bitmap_list_find_element (head, first_index);
1728 elt->indx = first_index;
1732 gcc_checking_assert (elt->indx == first_index);
1734 for (i = first_index; i <= last_index; i++)
1809 unsigned int first_index, end_bit_plus1, last_index;
1823 first_index = start / BITMAP_ELEMENT_ALL_BITS;
1826 elt = bitmap_list_find_element (head, first_index);
1835 if (head->indx < first_index)
1689 unsigned int first_index, end_bit_plus1, last_index; local
1797 unsigned int first_index, end_bit_plus1, last_index; local
    [all...]
df-problems.cc 2497 unsigned int first_index = DF_DEFS_BEGIN (uregno);
2498 unsigned int last_index = first_index + count - 1;
2500 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi)
2492 unsigned int first_index = DF_DEFS_BEGIN (uregno); local
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.cc 1668 unsigned int first_index, end_bit_plus1, last_index;
1683 first_index = start / BITMAP_ELEMENT_ALL_BITS;
1686 elt = bitmap_list_find_element (head, first_index);
1695 elt->indx = first_index;
1699 gcc_checking_assert (elt->indx == first_index);
1701 for (i = first_index; i <= last_index; i++)
1776 unsigned int first_index, end_bit_plus1, last_index;
1790 first_index = start / BITMAP_ELEMENT_ALL_BITS;
1793 elt = bitmap_list_find_element (head, first_index);
1802 if (head->indx < first_index)
1656 unsigned int first_index, end_bit_plus1, last_index; local
1764 unsigned int first_index, end_bit_plus1, last_index; local
    [all...]
df-problems.cc 2497 unsigned int first_index = DF_DEFS_BEGIN (uregno);
2498 unsigned int last_index = first_index + count - 1;
2500 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi)
2492 unsigned int first_index = DF_DEFS_BEGIN (uregno); local

Completed in 28 milliseconds