Searched defs:runtime_sc (Results 1 – 1 of 1) sorted by relevance
94 struct runtime_sc { struct95 u64 x; /* current starting position on x-axis */96 u64 y; /* current starting position on y-axis */97 u64 sm1; /* scaled slope of the 1st segment */98 u64 ism1; /* scaled inverse-slope of the 1st segment */99 u64 dx; /* the x-projection of the 1st segment */100 u64 dy; /* the y-projection of the 1st segment */101 u64 sm2; /* scaled slope of the 2nd segment */102 u64 ism2; /* scaled inverse-slope of the 2nd segment */