Searched refs:get_percent (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/tc/ |
D | q_netem.c | 169 if (get_percent(&cor.delay_corr, *argv)) { in netem_parse_opt() 178 if (get_percent(&opt.loss, *argv)) { in netem_parse_opt() 185 if (get_percent(&cor.loss_corr, *argv)) { in netem_parse_opt() 193 if (get_percent(&reorder.probability, *argv)) { in netem_parse_opt() 200 if (get_percent(&reorder.correlation, *argv)) { in netem_parse_opt() 208 if (get_percent(&corrupt.probability, *argv)) { in netem_parse_opt() 215 if (get_percent(&corrupt.correlation, *argv)) { in netem_parse_opt() 228 if (get_percent(&opt.duplicate, *argv)) { in netem_parse_opt() 234 if (get_percent(&cor.dup_corr, *argv)) { in netem_parse_opt()
|
D | tc_util.h | 65 extern int get_percent(unsigned *percent, const char *str);
|
D | tc_util.c | 357 int get_percent(__u32 *percent, const char *str) in get_percent() function
|
/external/oprofile/libpp/ |
D | format_output.cpp | 66 string get_percent(count_type dividend, count_type divisor) in get_percent() function 325 return get_percent(f.sample.counts[f.pclass], f.counts.total[f.pclass]); in format_percent() 335 return get_percent(f.counts.cumulated_percent[f.pclass], in format_cumulated_percent() 342 return get_percent(f.sample.counts[f.pclass], in format_percent_details() 351 return get_percent(f.counts.cumulated_percent_details[f.pclass], in format_cumulated_percent_details()
|