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

  /src/sys/altq/
altq_hfsc.c 126 static inline u_int64_t seg_y2x(u_int64_t, u_int64_t);
1414 seg_y2x(u_int64_t y, u_int64_t ism) function in typeref:typename:u_int64_t
1522 x = rtsc->x + seg_y2x(y - rtsc->y, rtsc->ism1);
1526 + seg_y2x(y - rtsc->y - rtsc->dy, rtsc->ism2);
altq_hfsc.c 126 static inline u_int64_t seg_y2x(u_int64_t, u_int64_t);
1414 seg_y2x(u_int64_t y, u_int64_t ism) function in typeref:typename:u_int64_t
1522 x = rtsc->x + seg_y2x(y - rtsc->y, rtsc->ism1);
1526 + seg_y2x(y - rtsc->y - rtsc->dy, rtsc->ism2);

Completed in 29 milliseconds