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

  /external/iproute2/tc/
q_netem.c 78 static int get_percent(__u32 *percent, const char *str) function
215 if (get_percent(&cor.delay_corr, *argv)) {
236 if (get_percent(&opt.loss, *argv)) {
243 if (get_percent(&cor.loss_corr, *argv)) {
267 if (get_percent(&gimodel.p31, *argv)) {
275 if (get_percent(&gimodel.p32, *argv)) {
283 if (get_percent(&gimodel.p23, *argv)) {
290 if (get_percent(&gemodel.p, *argv)) {
304 if (get_percent(&gemodel.r, *argv)) {
312 if (get_percent(&gemodel.h, *argv))
    [all...]
  /external/oprofile/libpp/
format_output.cpp 66 string get_percent(count_type dividend, count_type divisor) function in namespace:__anon24380
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 173 milliseconds