Home
last modified time | relevance | path

Searched refs:remaining_units (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.c1568 size_t len_hex, len_bytes, len_units, i, steps, remaining_units; in mi_cmd_data_write_memory_bytes() local
1613 remaining_units = count_units % len_units; in mi_cmd_data_write_memory_bytes()
1617 if (remaining_units > 0) in mi_cmd_data_write_memory_bytes()
1619 remaining_units * unit_size); in mi_cmd_data_write_memory_bytes()