Lines Matching refs:_Res
530 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandcomplement() local
532 return _Res; in _bittestandcomplement()
536 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandreset() local
538 return _Res; in _bittestandreset()
542 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandset() local
544 return _Res; in _bittestandset()
577 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandcomplement64() local
579 return _Res; in _bittestandcomplement64()
583 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandreset64() local
585 return _Res; in _bittestandreset64()
589 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandset64() local
591 return _Res; in _bittestandset64()