Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/ !
H A Dip_dummynet.h342 #define SCALE_RED 16 macro
343 #define SCALE(x) ( (x) << SCALE_RED )
344 #define SCALE_VAL(x) ( (x) >> SCALE_RED )
345 #define SCALE_MUL(x, y) ( ( (x) * (y) ) >> SCALE_RED )
495 #define SCALE_RED 16 macro
496 #define SCALE(x) ( (x) << SCALE_RED )
497 #define SCALE_VAL(x) ( (x) >> SCALE_RED )
498 #define SCALE_MUL(x, y) ( ( (x) * (y) ) >> SCALE_RED )
620 #define SCALE_RED 16 macro
621 #define SCALE(x) ( (x) << SCALE_RED )
[all …]