Home
last modified time | relevance | path

Searched defs:arith_rshift (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dstd.h137 # define arith_rshift(x,n) ((x) >> (n)) macro
141 # define arith_rshift(x,n) ((x) >> (n)) macro
144 # define arith_rshift(x,n) arith_rshift_slow(x,n) macro