HomeSort by: relevance | last modified time | path
    Searched defs:fdivround (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wpi.c 2600 #define fdivround(a, b, n) \ macro
2605 ((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
2661 #undef fdivround
if_iwn.c 3710 #define fdivround(a, b, n) \ macro
3714 ((y1) + fdivround(((int)(x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
3847 #undef fdivround

Completed in 17 milliseconds