| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dominance.c | 664 unsigned int dir_index = dom_convert_dir_to_idx (dir); in compute_dom_fast_query() local 668 if (dom_computed[dir_index] == DOM_OK) in compute_dom_fast_query() 673 if (!bb->dom[dir_index]->father) in compute_dom_fast_query() 674 assign_dfs_numbers (bb->dom[dir_index], &num); in compute_dom_fast_query() 677 dom_computed[dir_index] = DOM_OK; in compute_dom_fast_query() 689 unsigned int dir_index = dom_convert_dir_to_idx (dir); in compute_dom_fast_query_in_region() local 693 if (dom_computed[dir_index] == DOM_OK) in compute_dom_fast_query_in_region() 700 if (!bb->dom[dir_index]->father) in compute_dom_fast_query_in_region() 701 assign_dfs_numbers (bb->dom[dir_index], &num); in compute_dom_fast_query_in_region() 704 dom_computed[dir_index] = DOM_OK; in compute_dom_fast_query_in_region() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dominance.cc | 671 unsigned int dir_index = dom_convert_dir_to_idx (dir); in compute_dom_fast_query() local 675 if (dom_computed[dir_index] == DOM_OK) in compute_dom_fast_query() 680 if (!bb->dom[dir_index]->father) in compute_dom_fast_query() 681 assign_dfs_numbers (bb->dom[dir_index], &num); in compute_dom_fast_query() 684 dom_computed[dir_index] = DOM_OK; in compute_dom_fast_query() 696 unsigned int dir_index = dom_convert_dir_to_idx (dir); in compute_dom_fast_query_in_region() local 700 if (dom_computed[dir_index] == DOM_OK) in compute_dom_fast_query_in_region() 707 if (!bb->dom[dir_index]->father) in compute_dom_fast_query_in_region() 708 assign_dfs_numbers (bb->dom[dir_index], &num); in compute_dom_fast_query_in_region() 711 dom_computed[dir_index] = DOM_OK; in compute_dom_fast_query_in_region() [all …]
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | joliet.c | 510 unsigned int dir_index; in FDECL2() local 523 dir_index = 0; in FDECL2() 567 if( (dir_index & (SECTOR_SIZE - 1)) + new_reclen >= SECTOR_SIZE ) in FDECL2() 569 dir_index = (dir_index + (SECTOR_SIZE - 1)) & in FDECL2() 642 memcpy(directory_buffer + dir_index, &jrec, in FDECL2() 647 dir_index += sizeof(struct iso_directory_record) - in FDECL2() 657 directory_buffer[dir_index++] = 0; in FDECL2() 662 directory_buffer[dir_index++] = 1; in FDECL2() 669 convert_to_unicode((u_char *)directory_buffer + dir_index, in FDECL2() 674 convert_to_unicode((u_char *)directory_buffer + dir_index, in FDECL2() [all …]
|
| H A D | write.c | 817 unsigned int dir_index; in FDECL2() local 827 dir_index = 0; in FDECL2() 860 if( (dir_index & (SECTOR_SIZE - 1)) + new_reclen >= SECTOR_SIZE ) in FDECL2() 862 dir_index = (dir_index + (SECTOR_SIZE - 1)) & in FDECL2() 866 memcpy(directory_buffer + dir_index, &s_entry->isorec, in FDECL2() 869 dir_index += sizeof(struct iso_directory_record) - in FDECL2() 877 if(dir_index & 1) in FDECL2() 879 directory_buffer[dir_index++] = 0; in FDECL2() 942 memcpy(directory_buffer + dir_index, s_entry->rr_attributes, in FDECL2() 944 dir_index += s_entry->rr_attr_size; in FDECL2() [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | indices.c | 471 register int i, dir_index; in apropos_in_all_indices() local 486 for (dir_index = 0; dir_menu[dir_index]; dir_index++) in apropos_in_all_indices() 493 this_item = dir_menu[dir_index]; in apropos_in_all_indices() 532 for (i = 0; i < dir_index; i++) in apropos_in_all_indices() 535 if (i < dir_index) in apropos_in_all_indices()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | DwarfLib.h | 101 int dir_index; variable 151 uint64_t dir_index; variable
|
| H A D | DwarfLib.cc | 1232 dir_index = 0; in DwrFileName() 1334 fnp->dir_index = debug_lineSec->GetULEB128_32 (); in DwrLineRegs() 1369 (long long) fnp->dir_index, (long long) fnp->timestamp, (long long) fnp->file_size); in dump() 1399 dir_index = debug_lineSec->GetULEB128 (); in DoExtendedOpcode() 1465 dir_index = 0; in reset() 1548 char *dir = fnp->dir_index < include_directories->size () ? in getPath() 1549 include_directories->fetch (fnp->dir_index) : NULL; in getPath()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | DwarfLib.h | 105 int dir_index; variable 157 uint64_t dir_index; variable
|
| H A D | DwarfLib.cc | 151 Dprintf (1, " %2ld %3lld %8lld %8lld %s\n", i, (long long) fnp->dir_index, in dump() 1363 dir_index = 0; in DwrFileName() 1481 fnp->dir_index = debug_lineSec->GetULEB128_32 (); in DwrLineRegs() 1565 fnp->dir_index = ind; in read_file_names_dwarf5() 1590 (long long) fnp->dir_index, (long long) fnp->timestamp, (long long) fnp->file_size); in dump() 1620 dir_index = debug_lineSec->GetULEB128 (); in DoExtendedOpcode() 1686 dir_index = 0; in reset() 1777 if (fnp->dir_index < dir_names->size () && fnp->dir_index >= 0) in getPath() 1778 dir = dir_names->get (fnp->dir_index)->fname; in getPath()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
| H A D | dwarf.c | 2381 uint64_t dir_index; in read_v2_paths() local 2389 dir_index = read_uleb128 (hdr_buf); in read_v2_paths() 2391 || (dir_index == 0 && u->comp_dir == NULL)) in read_v2_paths() 2400 if (dir_index == 0) in read_v2_paths() 2402 else if (dir_index - 1 < hdr->dirs_count) in read_v2_paths() 2403 dir = hdr->dirs[dir_index - 1]; in read_v2_paths() 2750 unsigned int dir_index; in read_line_program() local 2755 dir_index = read_uleb128 (line_buf); in read_line_program() 2768 if (dir_index == 0 && hdr->version < 5) in read_line_program() 2770 else if (dir_index - 1 < hdr->dirs_count) in read_line_program() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | dwarf.c | 2417 uint64_t dir_index; in read_v2_paths() local 2425 dir_index = read_uleb128 (hdr_buf); in read_v2_paths() 2427 || (dir_index < hdr->dirs_count && hdr->dirs[dir_index] == NULL)) in read_v2_paths() 2436 if (dir_index < hdr->dirs_count) in read_v2_paths() 2437 dir = hdr->dirs[dir_index]; in read_v2_paths() 2788 unsigned int dir_index; in read_line_program() local 2793 dir_index = read_uleb128 (line_buf); in read_line_program() 2806 if (dir_index < hdr->dirs_count) in read_line_program() 2807 dir = hdr->dirs[dir_index]; in read_line_program()
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2017 | 15398 (dir_index, file_name_index): New types. 15401 (line_header::add_file_name): Use dir_index. 15404 (dwarf_decode_line_header): Use dir_index. 15409 (dwarf_decode_lines_1): Use dir_index and file_name_index. 15568 * dwarf2read.c (file_entry) <dir_index>: Add comment. 15627 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
|
| H A D | ChangeLog-2019 | 3200 * dwarf2read.c (dir_index): Change type.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2017 | 15398 (dir_index, file_name_index): New types. 15401 (line_header::add_file_name): Use dir_index. 15404 (dwarf_decode_line_header): Use dir_index. 15409 (dwarf_decode_lines_1): Use dir_index and file_name_index. 15568 * dwarf2read.c (file_entry) <dir_index>: Add comment. 15627 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
|
| H A D | ChangeLog-2019 | 3200 * dwarf2read.c (dir_index): Change type.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 109559 dir_index: 1 109579 dir_index: 0 109582 dir_index: 1
|