OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:in_part
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dd.c
63
unsigned long long in_full,
in_part
, out_full, out_part, bytes;
member in struct:iostat
134
fprintf(stderr,"%llu+%llu records in\n%llu+%llu records out\n", st.in_full, st.
in_part
,
236
while (!(toys.optflags & C_COUNT) || (st.in_full + st.
in_part
) < c_count) {
259
st.
in_part
++;
/system/core/toolbox/upstream-netbsd/bin/dd/
dd.h
95
uint64_t
in_part
; /* # of partial input blocks */
member in struct:__anon74840
Completed in 2539 milliseconds