Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
DIntrin.h531 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandcomplement() local
533 return _Res; in _bittestandcomplement()
537 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandreset() local
539 return _Res; in _bittestandreset()
543 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandset() local
545 return _Res; in _bittestandset()
578 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandcomplement64() local
580 return _Res; in _bittestandcomplement64()
584 unsigned char _Res = (*_BitBase >> _BitPos) & 1; in _bittestandreset64() local
586 return _Res; in _bittestandreset64()
[all …]