Lines Matching full:segment
46 u_int m1; /* slope of the first segment in bits/sec */
47 u_int d; /* the x-projection of the first segment in msec */
48 u_int m2; /* slope of the second segment in bits/sec */
52 u_int64_t m1; /* slope of the first segment in bits/sec */
53 u_int d; /* the x-projection of the first segment in msec */
54 u_int64_t m2; /* slope of the second segment in bits/sec */
183 * segment are kept in order to avoid 64-bit divide operations
193 u_int64_t sm1; /* scaled slope of the 1st segment */
194 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */
195 u_int64_t dx; /* the x-projection of the 1st segment */
196 u_int64_t dy; /* the y-projection of the 1st segment */
197 u_int64_t sm2; /* scaled slope of the 2nd segment */
198 u_int64_t ism2; /* scaled inverse-slope of the 2nd segment */
205 u_int64_t sm1; /* scaled slope of the 1st segment */
206 u_int64_t ism1; /* scaled inverse-slope of the 1st segment */
207 u_int64_t dx; /* the x-projection of the 1st segment */
208 u_int64_t dy; /* the y-projection of the 1st segment */
209 u_int64_t sm2; /* scaled slope of the 2nd segment */
210 u_int64_t ism2; /* scaled inverse-slope of the 2nd segment */