strbuf_humanise_bytes 101 builtin/count-objects.c strbuf_humanise_bytes(&loose_buf, loose_size); strbuf_humanise_bytes 102 builtin/count-objects.c strbuf_humanise_bytes(&pack_buf, size_pack); strbuf_humanise_bytes 103 builtin/count-objects.c strbuf_humanise_bytes(&garbage_buf, size_garbage); strbuf_humanise_bytes 127 builtin/count-objects.c strbuf_humanise_bytes(&buf, loose_size); strbuf_humanise_bytes 133 progress.c strbuf_humanise_bytes(buf, total); strbuf_humanise_bytes 135 progress.c strbuf_humanise_bytes(buf, rate * 1024); strbuf_humanise_bytes 329 strbuf.h extern void strbuf_humanise_bytes(struct strbuf *buf, off_t bytes);