Searched defs:step (Results 1 – 2 of 2) sorted by relevance
242 #define smask(step) ((1<<step)-1) argument243 #define pstep(x, step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
911 __u32 step; in crush_do_rule() local