Home
last modified time | relevance | path

Searched refs:_Res (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Headers/
Dintrin.h530 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()
[all …]
/external/python/cpython2/Lib/plat-mac/Carbon/
DRes.py2 from OverrideFrom23._Res import *
4 from _Res import *