| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | string | 1769 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_buffer | 68 __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 D | vector | 1011 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 D | string | 1769 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_buffer | 68 __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 D | vector | 1011 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 D | buffer | 688 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 D | buffer | 688 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 D | csio_hw.c | 1577 #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 D | t4vf_hw.c | 339 #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 D | t4_hw.c | 3985 #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()
|