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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h315 #define SCALE_RED 16 macro
316 #define SCALE(x) ( (x) << SCALE_RED )
317 #define SCALE_VAL(x) ( (x) >> SCALE_RED )
318 #define SCALE_MUL(x,y) ( ( (x) * (y) ) >> SCALE_RED )

Completed in 10 milliseconds