Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstring1769 size_type __cap = __recommend(__reserve);
1770 __p = __alloc_traits::allocate(__alloc(), __cap+1);
1772 __set_long_cap(__cap+1);
1793 size_type __cap = __recommend(__sz);
1794 __p = __alloc_traits::allocate(__alloc(), __cap+1);
1796 __set_long_cap(__cap+1);
1922 size_type __cap = __recommend(__n);
1923 __p = __alloc_traits::allocate(__alloc(), __cap+1);
1925 __set_long_cap(__cap+1);
2069 size_type __cap = __recommend(__sz);
[all …]
H A D__split_buffer68 __split_buffer(size_type __cap, size_type __start, __alloc_rr& __a);
308 __split_buffer<_Tp, _Allocator>::__split_buffer(size_type __cap, size_type __start, __alloc_rr& __a)
311 __first_ = __cap != 0 ? __alloc_traits::allocate(__alloc(), __cap) : nullptr;
313 __end_cap() = __first_ + __cap;
379 size_type __cap = __c.size();
380 __first_ = __alloc_traits::allocate(__alloc(), __cap);
382 __end_cap() = __first_ + __cap;
H A Dvector1011 const size_type __cap = capacity();
1012 if (__cap >= __ms / 2)
1014 return _VSTD::max<size_type>(2*__cap, __new_size);
2220 size_type& __cap() _NOEXCEPT
2223 const size_type& __cap() const _NOEXCEPT
2329 {return __internal_cap_to_external(__cap());}
2548 // Precondition: __begin_ == __end_ == __cap() == 0
2561 this->__cap() = __n;
2570 __storage_traits::deallocate(this->__alloc(), this->__begin_, __cap());
2573 this->__size_ = this->__cap() = 0;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstring1769 size_type __cap = __recommend(__reserve);
1770 __p = __alloc_traits::allocate(__alloc(), __cap+1);
1772 __set_long_cap(__cap+1);
1793 size_type __cap = __recommend(__sz);
1794 __p = __alloc_traits::allocate(__alloc(), __cap+1);
1796 __set_long_cap(__cap+1);
1922 size_type __cap = __recommend(__n);
1923 __p = __alloc_traits::allocate(__alloc(), __cap+1);
1925 __set_long_cap(__cap+1);
2069 size_type __cap = __recommend(__sz);
[all …]
H A D__split_buffer68 __split_buffer(size_type __cap, size_type __start, __alloc_rr& __a);
308 __split_buffer<_Tp, _Allocator>::__split_buffer(size_type __cap, size_type __start, __alloc_rr& __a)
311 __first_ = __cap != 0 ? __alloc_traits::allocate(__alloc(), __cap) : nullptr;
313 __end_cap() = __first_ + __cap;
379 size_type __cap = __c.size();
380 __first_ = __alloc_traits::allocate(__alloc(), __cap);
382 __end_cap() = __first_ + __cap;
H A Dvector1011 const size_type __cap = capacity();
1012 if (__cap >= __ms / 2)
1014 return _VSTD::max<size_type>(2*__cap, __new_size);
2220 size_type& __cap() _NOEXCEPT
2223 const size_type& __cap() const _NOEXCEPT
2329 {return __internal_cap_to_external(__cap());}
2548 // Precondition: __begin_ == __end_ == __cap() == 0
2561 this->__cap() = __n;
2570 __storage_traits::deallocate(this->__alloc(), this->__begin_, __cap());
2573 this->__size_ = this->__cap() = 0;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dbuffer688 size_t __cap = std::max(__b.capacity() - __b.size(), __limit);
695 size_t __cap = std::max(__b.capacity() - __b.size(), __limit);
696 mutable_buffer __to = __b.prepare(std::min(__cap, __n));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dbuffer688 size_t __cap = std::max(__b.capacity() - __b.size(), __limit);
695 size_t __cap = std::max(__b.capacity() - __b.size(), __limit);
696 mutable_buffer __to = __b.prepare(std::min(__cap, __n));
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_hw.c1577 #define CAP16_TO_CAP32(__cap) \ in fwcaps16_to_caps32() argument
1579 if (caps16 & FW_PORT_CAP_##__cap) \ in fwcaps16_to_caps32()
1580 caps32 |= FW_PORT_CAP32_##__cap; \ in fwcaps16_to_caps32()
1616 #define CAP32_TO_CAP16(__cap) \ in fwcaps32_to_caps16() argument
1618 if (caps32 & FW_PORT_CAP32_##__cap) \ in fwcaps32_to_caps16()
1619 caps16 |= FW_PORT_CAP_##__cap; \ in fwcaps32_to_caps16()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c339 #define CAP16_TO_CAP32(__cap) \ in fwcaps16_to_caps32() argument
341 if (caps16 & FW_PORT_CAP_##__cap) \ in fwcaps16_to_caps32()
342 caps32 |= FW_PORT_CAP32_##__cap; \ in fwcaps16_to_caps32()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c3985 #define CAP16_TO_CAP32(__cap) \ in fwcaps16_to_caps32() argument
3987 if (caps16 & FW_PORT_CAP_##__cap) \ in fwcaps16_to_caps32()
3988 caps32 |= FW_PORT_CAP32_##__cap; \ in fwcaps16_to_caps32()
4025 #define CAP32_TO_CAP16(__cap) \ in fwcaps32_to_caps16() argument
4027 if (caps32 & FW_PORT_CAP32_##__cap) \ in fwcaps32_to_caps16()
4028 caps16 |= FW_PORT_CAP_##__cap; \ in fwcaps32_to_caps16()