Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.h343 #define SCALE_RED 16 macro
344 #define SCALE(x) ( (x) << SCALE_RED )
345 #define SCALE_VAL(x) ( (x) >> SCALE_RED )
346 #define SCALE_MUL(x, y) ( ( (x) * (y) ) >> SCALE_RED )
496 #define SCALE_RED 16 macro
497 #define SCALE(x) ( (x) << SCALE_RED )
498 #define SCALE_VAL(x) ( (x) >> SCALE_RED )
499 #define SCALE_MUL(x, y) ( ( (x) * (y) ) >> SCALE_RED )
621 #define SCALE_RED 16 macro
622 #define SCALE(x) ( (x) << SCALE_RED )
[all …]