Lines Matching defs:size
19 Size in:
29 -s only total size of each argument
49 long size;
52 // Print the size and name, given size in bytes
53 static void print(long long size, struct dirtree *node)
60 human_readable(toybuf, size, 0);
68 printf("%llu", (size>>bits)+!!(size&((1<<bits)-1)));
106 // dirtree callback, compute/display size of node
131 // Collect child info before printing directory size