HomeSort by relevance Sort by last modified time
    Searched full:get_percent (Results 1 - 4 of 4) sorted by null

  /external/iproute2/tc/
q_netem.c 169 if (get_percent(&cor.delay_corr, *argv)) {
178 if (get_percent(&opt.loss, *argv)) {
185 if (get_percent(&cor.loss_corr, *argv)) {
193 if (get_percent(&reorder.probability, *argv)) {
200 if (get_percent(&reorder.correlation, *argv)) {
208 if (get_percent(&corrupt.probability, *argv)) {
215 if (get_percent(&corrupt.correlation, *argv)) {
228 if (get_percent(&opt.duplicate, *argv)) {
234 if (get_percent(&cor.dup_corr, *argv)) {
tc_util.h 65 extern int get_percent(unsigned *percent, const char *str);
tc_util.c 357 int get_percent(__u32 *percent, const char *str) function
  /external/oprofile/libpp/
format_output.cpp 66 string get_percent(count_type dividend, count_type divisor) function in namespace:__anon10182
325 return get_percent(f.sample.counts[f.pclass], f.counts.total[f.pclass]);
335 return get_percent(f.counts.cumulated_percent[f.pclass],
342 return get_percent(f.sample.counts[f.pclass],
351 return get_percent(f.counts.cumulated_percent_details[f.pclass],

Completed in 125 milliseconds