Searched refs:locfmt (Results 1 – 1 of 1) sorted by relevance
128 static const char *locfmt; variable290 locfmt = "%7" PRId64 " "; in parse_opt()295 locfmt = "%7" PRIo64 " "; in parse_opt()299 locfmt = "%7" PRIx64 " "; in parse_opt()366 if (unlikely (locfmt != NULL)) in process_chunk_mb()367 printf (locfmt, (int64_t) to - len - (buf - start)); in process_chunk_mb()431 if (likely (locfmt != NULL)) in process_chunk()432 printf (locfmt, (int64_t) to - len - (buf - start)); in process_chunk()