Searched refs:_Res (Results 1 – 2 of 2) sorted by relevance
2 from OverrideFrom23._Res import *4 from _Res import *
530 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandcomplement() local532 return _Res; in _bittestandcomplement()536 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandreset() local538 return _Res; in _bittestandreset()542 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandset() local544 return _Res; in _bittestandset()577 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandcomplement64() local579 return _Res; in _bittestandcomplement64()583 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandreset64() local585 return _Res; in _bittestandreset64()[all …]