Searched refs:shorten_number (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/lcov/bin/
H A Dlcov2890 sub shorten_number($$) subroutine
3139 push(@file_data, shorten_number($found, $fwidth[$F_LN_NUM]));
3141 push(@file_data, shorten_number($fn_found, $fwidth[$F_FN_NUM]));
3143 push(@file_data, shorten_number($br_found, $fwidth[$F_BR_NUM]));
3164 push(@footer, shorten_number($total_found, $fwidth[$F_LN_NUM]));
3166 push(@footer, shorten_number($fn_total_found, $fwidth[$F_FN_NUM]));
3168 push(@footer, shorten_number($br_total_found, $fwidth[$F_BR_NUM]));

Completed in 56 milliseconds