Searched refs:first_index (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/roff/groff/ |
H A D | groff.cpp | 375 int first_index; in main() local 376 for (first_index = 0; first_index < TROFF_INDEX; first_index++) in main() 377 if (commands[first_index].get_name() != 0) in main() 381 commands[first_index].append_arg("--"); in main() 383 commands[first_index].append_arg(argv[i]); in main() 385 commands[first_index].append_arg("-"); in main()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_coverage_fuchsia.cc | 171 uint32_t first_index = next_index_; in Setup() local 177 return first_index; in Setup()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_coverage_fuchsia.cc | 168 uint32_t first_index = next_index_; in Setup() local 174 return first_index; in Setup()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_coverage_fuchsia.cpp | 177 uint32_t first_index = next_index_; in Setup() local 187 return first_index; in Setup()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bitmap.cc | 1656 unsigned int first_index, end_bit_plus1, last_index; in bitmap_set_range() local 1671 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_set_range() 1674 elt = bitmap_list_find_element (head, first_index); in bitmap_set_range() 1683 elt->indx = first_index; in bitmap_set_range() 1687 gcc_checking_assert (elt->indx == first_index); in bitmap_set_range() 1689 for (i = first_index; i <= last_index; i++) in bitmap_set_range() 1764 unsigned int first_index, end_bit_plus1, last_index; in bitmap_clear_range() local 1778 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_clear_range() 1781 elt = bitmap_list_find_element (head, first_index); in bitmap_clear_range() 1790 if (head->indx < first_index) in bitmap_clear_range()
|
H A D | df-problems.cc | 2492 unsigned int first_index = DF_DEFS_BEGIN (uregno); in df_chain_create_bb_process_use() local 2493 unsigned int last_index = first_index + count - 1; in df_chain_create_bb_process_use() 2495 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi) in df_chain_create_bb_process_use()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bitmap.c | 1574 unsigned int first_index, end_bit_plus1, last_index; in bitmap_set_range() local 1589 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_set_range() 1592 elt = bitmap_list_find_element (head, first_index); in bitmap_set_range() 1601 elt->indx = first_index; in bitmap_set_range() 1605 gcc_checking_assert (elt->indx == first_index); in bitmap_set_range() 1607 for (i = first_index; i <= last_index; i++) in bitmap_set_range() 1682 unsigned int first_index, end_bit_plus1, last_index; in bitmap_clear_range() local 1696 first_index = start / BITMAP_ELEMENT_ALL_BITS; in bitmap_clear_range() 1699 elt = bitmap_list_find_element (head, first_index); in bitmap_clear_range() 1708 if (head->indx < first_index) in bitmap_clear_range()
|
H A D | df-problems.c | 2452 unsigned int first_index = DF_DEFS_BEGIN (uregno); in df_chain_create_bb_process_use() local 2453 unsigned int last_index = first_index + count - 1; in df_chain_create_bb_process_use() 2455 EXECUTE_IF_SET_IN_BITMAP (local_rd, first_index, def_index, bi) in df_chain_create_bb_process_use()
|