Home
last modified time | relevance | path

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

/external/libpng/contrib/gregbook/
Drpng-x.c147 static int RShift, GShift, BShift; variable
Drpng2-x.c296 static int RShift, GShift, BShift; variable
/external/python/cpython2/Include/
DPython-ast.h19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 } enumerator
/external/python/cpython3/Include/
DPython-ast.h25 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator