OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:remaining_units
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/mi/
mi-main.c
1565
size_t len_hex, len_bytes, len_units, i, steps,
remaining_units
;
local
1610
remaining_units
= count_units % len_units;
1614
if (
remaining_units
> 0)
1616
remaining_units
* unit_size);
/src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c
1568
size_t len_hex, len_bytes, len_units, i, steps,
remaining_units
;
local
1613
remaining_units
= count_units % len_units;
1617
if (
remaining_units
> 0)
1619
remaining_units
* unit_size);
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026