HomeSort by relevance Sort by last modified time
    Searched full:in_full (Results 1 - 6 of 6) sorted by null

  /external/toybox/toys/pending/
dd.c 44 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part;
71 TT.in_full, TT.in_part, TT.out_full, TT.out_part);
195 while (TT.c_count==ULLONG_MAX || (TT.in_full + TT.in_part) < TT.c_count) {
220 TT.in_full++;
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 112 (unsigned long long)st.in_full, (unsigned long long)st.in_part,
249 (unsigned long long)st.in_full);
dd.h 94 uint64_t in_full; /* # of full input blocks */ member in struct:__anon114382
dd.c 339 if (cpy_cnt && (st.in_full + st.in_part) >= cpy_cnt)
392 ++st.in_full;
397 ++st.in_full;
  /external/toybox/generated/
globals.h 503 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member in struct:dd_data
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 383 static int in_full = 0; variable
    [all...]

Completed in 2790 milliseconds