Searched defs:_Value (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Headers/ |
D | Intrin.h | 449 _rotl8(unsigned char _Value, unsigned char _Shift) { in _rotl8() 454 _rotr8(unsigned char _Value, unsigned char _Shift) { in _rotr8() 459 _rotl16(unsigned short _Value, unsigned char _Shift) { in _rotl16() 464 _rotr16(unsigned short _Value, unsigned char _Shift) { in _rotr16() 469 _rotl(unsigned int _Value, int _Shift) { in _rotl() 474 _rotr(unsigned int _Value, int _Shift) { in _rotr() 479 _lrotl(unsigned long _Value, int _Shift) { in _lrotl() 484 _lrotr(unsigned long _Value, int _Shift) { in _lrotr() 490 _rotl64(unsigned __int64 _Value, int _Shift) { in _rotl64() 496 _rotr64(unsigned __int64 _Value, int _Shift) { in _rotr64() [all …]
|
D | stdatomic.h | 163 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; member
|
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 304 static const bool _Value = true; member 310 static const bool _Value = false; member 333 typedef _Type _Value; typedef 339 typedef _Type _Value; typedef 347 typedef _Unit_type _Value; typedef 353 typedef _Type _Value; typedef 377 typedef decltype(_ProgressTypeSelector(stdx::declval<_Type>())) _Value; typedef 394 …static const bool _Value = std::is_base_of<ABI::Windows::Foundation::IAsyncInfo, typename _Unhat<_… member 404 static const bool _Value = false; member
|