Searched refs:in_part (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/pending/ |
D | 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); in status() 196 while (TT.c_count==ULLONG_MAX || (TT.in_full + TT.in_part) < TT.c_count) { in dd_main() 224 TT.in_part++; in dd_main()
|
/external/toybox/generated/ |
D | globals.h | 508 unsigned long long bytes, c_count, in_full, in_part, out_full, out_part; member
|