Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.h195 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */ member
207 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */ member
H A Daltq_hfsc.c1421 isc->ism1 = m2ism(sc->m1); in sc2isc()
1439 rtsc->ism1 = isc->ism1; in rtsc_init()
1462 x = rtsc->x + seg_y2x(y - rtsc->y, rtsc->ism1); in rtsc_y2x()