| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_open_memory.c | 53 static ssize_t memory_read(struct archive *, void *, const void **buff); 81 archive_read_set_read_callback(a, memory_read); in archive_read_open_memory2() 108 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read() function
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | read_open_memory.c | 54 static ssize_t memory_read(struct archive *, void *, const void **buff); 113 archive_read_set_read_callback(a, memory_read); in read_open_memory_internal() 138 memory_read(struct archive *a, void *client_data, const void **buff) in memory_read() function
|
| D | test_tar_large.c | 76 static ssize_t memory_read(struct archive *, void *, const void **buff); 119 memory_read(struct archive *a, void *_private, const void **buff) in memory_read() function 266 memory_read, memory_read_skip, NULL); in DEFINE_TEST()
|
| D | test_write_format_zip_large.c | 66 static ssize_t memory_read(struct archive *, void *, const void **buff); 117 memory_read(struct archive *a, void *_private, const void **buff) in memory_read() function 295 archive_read_set_read_callback(a, memory_read)); in verify_large_zip() 427 while ((s = memory_read(NULL, fileblocks, (const void **)&p)) > 0) { in DEFINE_TEST()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/erc32/ |
| D | exec.c | 1235 mexc = memory_read (asi, address, ddata, 2, &ws); in dispatch_instruction() 1237 mexc |= memory_read (asi, address+4, &ddata[1], 2, &ws); in dispatch_instruction() 1259 mexc = memory_read(asi, address, &data, 2, &ws); in dispatch_instruction() 1271 mexc = memory_read(asi, address, &data, 0, &ws); in dispatch_instruction() 1296 mexc = memory_read(asi, address, &data, 0, &ws); in dispatch_instruction() 1318 mexc = memory_read(asi, address, &data, 1, &ws); in dispatch_instruction() 1344 mexc = memory_read(asi, address, &data, 2, &ws); in dispatch_instruction() 1370 mexc = memory_read (asi, address, ddata, 2, &ws); in dispatch_instruction() 1372 mexc |= memory_read (asi, address+4, &ddata[1], 2, &ws); in dispatch_instruction() 1402 mexc = memory_read(asi, address, &data, 2, &ws); in dispatch_instruction() [all …]
|
| D | ChangeLog-2021 | 188 (memory_read, memory_write, get_mem_ptr, sis_memory_write) 369 (memory_read, memory_write): Access memory directly. 405 (memory_read): Print message in verbose mode. 414 (mec_write, read_uart, rtc_counter_read, gpt_counter_read, memory_read, 866 * interf.c (sim_open): Use revamped memory_read, which makes 874 (memory_read, memory_write): Rewrite to store bytes in target 882 (memory_read): Add new sz parameter. 883 * sis.c (run_sim): Use revamped memory_read, which makes 885 * exec.c (dispatch_instruction): Use revamped memory_read, which 1214 * erc32.c (mec_reset mec_read mec_write memory_read memory_write),
|
| D | README.sis | 158 int memory_read(asi,addr,data,ws) 188 memory_read() is used by the simulator to fetch instructions and 191 (*data) and the number of waitstate to *ws. 'memory_read' should return 193 instruction fetch trap. memory_read() always reads one 32-bit word.
|
| D | sis.h | 162 extern int memory_read (int32_t asi, uint32_t addr, void *data,
|
| D | erc32.c | 1568 memory_read(int32_t asi, uint32_t addr, void *data, int32_t sz, int32_t *ws) in memory_read() function
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 87002 that the memory_read failed.
|