HomeSort by relevance Sort by last modified time
    Searched refs:in_part (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
dd.c 45 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part;
72 TT.in_full, TT.in_part, TT.out_full, TT.out_part);
196 while (TT.c_count==ULLONG_MAX || (TT.in_full + TT.in_part) < TT.c_count) {
224 TT.in_part++;
  /external/toybox/generated/
globals.h 508 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member in struct:dd_data

Completed in 516 milliseconds