OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xfered_total
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
valops.c
1050
ULONGEST
xfered_total
= 0;
local
1057
while (
xfered_total
< length)
1064
buffer +
xfered_total
* unit_size, NULL,
1065
memaddr +
xfered_total
,
1066
length -
xfered_total
,
1072
val->mark_bits_unavailable ((
xfered_total
* HOST_CHAR_BIT
1076
memory_error (TARGET_XFER_E_IO, memaddr +
xfered_total
);
1078
memory_error (status, memaddr +
xfered_total
);
1080
xfered_total
+= xfered_partial;
target.c
1954
LONGEST
xfered_total
= 0;
local
1966
while (
xfered_total
< len)
1972
buf +
xfered_total
* unit_size,
1973
offset +
xfered_total
, len -
xfered_total
,
1978
return
xfered_total
;
1981
xfered_total
+= xfered_partial;
2126
LONGEST
xfered_total
= 0;
local
2127
while (
xfered_total
< len)
2129
struct mem_region *region = lookup_mem_region (offset +
xfered_total
);
2190
LONGEST
xfered_total
= 0;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
valops.c
1047
ULONGEST
xfered_total
= 0;
local
1054
while (
xfered_total
< length)
1061
buffer +
xfered_total
* unit_size, NULL,
1062
memaddr +
xfered_total
,
1063
length -
xfered_total
,
1069
val->mark_bits_unavailable ((
xfered_total
* HOST_CHAR_BIT
1073
memory_error (TARGET_XFER_E_IO, memaddr +
xfered_total
);
1075
memory_error (status, memaddr +
xfered_total
);
1077
xfered_total
+= xfered_partial;
target.c
1964
LONGEST
xfered_total
= 0;
local
1976
while (
xfered_total
< len)
1982
buf +
xfered_total
* unit_size,
1983
offset +
xfered_total
, len -
xfered_total
,
1988
return
xfered_total
;
1991
xfered_total
+= xfered_partial;
2136
LONGEST
xfered_total
= 0;
local
2137
while (
xfered_total
< len)
2139
struct mem_region *region = lookup_mem_region (offset +
xfered_total
);
2200
LONGEST
xfered_total
= 0;
local
[
all
...]
Completed in 51 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026