Home
last modified time | relevance | path

Searched refs:sort_idouble (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftstat.c131 static double *sort_idouble; variable
14315 sort_idouble = b->avg_pps; in bucket_dump1()
14318 sort_idouble = b->min_pps; in bucket_dump1()
14321 sort_idouble = b->max_pps; in bucket_dump1()
14324 sort_idouble = b->avg_bps; in bucket_dump1()
14327 sort_idouble = b->min_bps; in bucket_dump1()
14330 sort_idouble = b->max_bps; in bucket_dump1()
14905 if (sort_idouble[l] < sort_idouble[r]) in sort_cmp_double()
14907 if (sort_idouble[l] > sort_idouble[r]) in sort_cmp_double()