HomeSort by relevance Sort by last modified time
    Searched refs:in_full (Results 1 - 4 of 4) 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) {
256 st.in_full++;
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.h 94 uint64_t in_full; /* # of full input blocks */ member in struct:__anon74432
misc.c 112 (unsigned long long)st.in_full, (unsigned long long)st.in_part,
249 (unsigned long long)st.in_full);
dd.c 339 if (cpy_cnt && (st.in_full + st.in_part) >= cpy_cnt)
392 ++st.in_full;
397 ++st.in_full;

Completed in 735 milliseconds