Searched defs:arith_rshift (Results 1 – 1 of 1) sorted by relevance
137 # define arith_rshift(x,n) ((x) >> (n)) macro141 # define arith_rshift(x,n) ((x) >> (n)) macro144 # define arith_rshift(x,n) arith_rshift_slow(x,n) macro