/external/libdrm/nouveau/nvif/ |
unpack.h | 5 void **_data = (d); __u32 *_size = (s); int _ret = (r); \ 6 if (_ret == -ENOSYS && *_size == sizeof(m)) { \ 8 *_size = _ret = 0; \ 14 void **_data = (d); __u32 *_size = (s); \ 16 if (_ret == -ENOSYS && *_size >= sizeof(m) && \ 19 *_size = *_size - sizeof(m); \ 21 _ret = *_size ? -E2BIG : 0; \ 23 *_size = 0; \
|
/external/libcxx/include/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
bitset | 133 template <size_t _N_words, size_t _Size> 136 template <size_t _N_words, size_t _Size> 137 struct __has_storage_type<__bitset<_N_words, _Size> > 142 template <size_t _N_words, size_t _Size> 191 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 193 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 216 template <size_t _N_words, size_t _Size> 219 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 231 template <size_t _N_words, size_t _Size> 233 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
bitset | 133 template <size_t _N_words, size_t _Size> 136 template <size_t _N_words, size_t _Size> 137 struct __has_storage_type<__bitset<_N_words, _Size> > 142 template <size_t _N_words, size_t _Size> 191 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 193 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 216 template <size_t _N_words, size_t _Size> 219 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 231 template <size_t _N_words, size_t _Size> 233 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ |
bitset | 135 template <size_t _N_words, size_t _Size> 138 template <size_t _N_words, size_t _Size> 139 struct __has_storage_type<__bitset<_N_words, _Size> > 144 template <size_t _N_words, size_t _Size> 193 {return to_ulong(integral_constant<bool, _Size < sizeof(unsigned long) * CHAR_BIT>());} 195 {return to_ullong(integral_constant<bool, _Size < sizeof(unsigned long long) * CHAR_BIT>());} 218 template <size_t _N_words, size_t _Size> 221 __bitset<_N_words, _Size>::__bitset() _NOEXCEPT 233 template <size_t _N_words, size_t _Size> 235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEP [all...] |