| /netbsd-src/external/gpl3/gdb/dist/sim/mips/ |
| H A D | sim-main.c | 94 unsigned_16 val = sim_core_read_aligned_16 (CPU, cia, read_map, pAddr); in load_memory() 100 value = sim_core_read_aligned_8 (CPU, cia, read_map, pAddr); in load_memory() 103 value = sim_core_read_misaligned_7 (CPU, cia, read_map, pAddr); in load_memory() 106 value = sim_core_read_misaligned_6 (CPU, cia, read_map, pAddr); in load_memory() 109 value = sim_core_read_misaligned_5 (CPU, cia, read_map, pAddr); in load_memory() 112 value = sim_core_read_aligned_4 (CPU, cia, read_map, pAddr); in load_memory() 115 value = sim_core_read_misaligned_3 (CPU, cia, read_map, pAddr); in load_memory() 118 value = sim_core_read_aligned_2 (CPU, cia, read_map, pAddr); in load_memory() 121 value = sim_core_read_aligned_1 (CPU, cia, read_map, pAddr); in load_memory()
|
| H A D | ChangeLog-2021 | 2670 Replace sim_core_*_map with read_map, write_map, exec_map resp.
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_flow.c | 640 struct isl_map *read_map; in last_source() local 646 read_map = isl_map_copy(acc->sink.map); in last_source() 649 dep_map = isl_map_apply_range(read_map, write_map); in last_source() 672 struct isl_map *read_map; in last_later_source() local 680 read_map = isl_map_copy(acc->sink.map); in last_later_source() 684 dep_map = isl_map_apply_range(read_map, write_map); in last_later_source() 786 isl_map *read_map; in all_sources() local 791 read_map = isl_map_copy(acc->sink.map); in all_sources() 792 read_map = isl_map_intersect_domain(read_map, set_C); in all_sources() 795 dep_map = isl_map_apply_range(read_map, write_map); in all_sources() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/ |
| H A D | hpftodit.cpp | 257 static int read_map(const char *, const int); 342 if (!debug_flag && !read_map(argv[optind + 1], tfm_type)) in main() 345 read_map(argv[optind + 1], tfm_type); in main() 1340 read_map(const char *file, const int tfm_type) in read_map() function
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/ |
| H A D | tfmtodit.cpp | 603 int read_map(const char *file, char_list **table) in read_map() function 754 if (!read_map(map_file, table)) in main()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.117 | 369 * src/utils/hpftodit/hpftodit.cc (read_map): Fix compiler warning. 429 output_ligatures, output_charset, read_map): Ditto.
|
| H A D | ChangeLog | 2429 * src/utils/hpftodit/hpftodit.cpp (read_map): Handle line comments. 2528 (read_map): Actually call `unicode_to_ucode_make' but this time 2543 (read_map): Don't call unicode_to_ucode_name; the glyph names must 2656 (read_map): Add parameter to handle TFM type.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/m32r/ |
| H A D | ChangeLog-2021 | 1613 sim_core_*_map with read_map, write_map, exec_map resp.
|
| /netbsd-src/external/gpl3/gdb/dist/sim/common/ |
| H A D | ChangeLog-2021 | 5442 with read_map, write_map, exec_map resp.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2001 | 7856 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2001 | 7856 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
|