Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/gs/src/
H A Dstd.h138 # define arith_rshift_1(x) ((x) >> 1) macro
142 # define arith_rshift_1(x) arith_rshift_slow(x,1) macro
145 # define arith_rshift_1(x) arith_rshift_slow(x,1) macro