Searched refs:MY_M (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h89 * MY_M is used as a shift count when doing fixed point arithmetic
98 #define MY_M 16 /* number of left shift to obtain a larger precision */ macro
H A Dip_dummynet.c678 p->V += (len<<MY_M) / p->sum ; /* update V */
689 q->F += (len<<MY_M)/(u_int64_t) fs->weight ;
1305 q->F = q->S + ( len<<MY_M )/(u_int64_t) fs->weight;
1334 pipe->pipe_nr, (int)(q->F >> MY_M)));

Completed in 24 milliseconds