Home
last modified time | relevance | path

Searched refs:__sz (Results 1 – 25 of 61) sorted by relevance

123

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstring1547 void __init(const value_type* __s, size_type __sz, size_type __reserve);
1549 void __init(const value_type* __s, size_type __sz);
1756 size_type __sz,
1764 __set_short_size(__sz);
1773 __set_long_size(__sz);
1775 traits_type::copy(_VSTD::__to_raw_pointer(__p), __s, __sz);
1776 traits_type::assign(__p[__sz], value_type());
1781 basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz)
1783 if (__sz > max_size())
1786 if (__sz < __min_cap)
[all …]
H A D__string736 __str_find(const _CharT *__p, _SizeT __sz,
739 if (__pos >= __sz)
741 const _CharT* __r = _Traits::find(__p + __pos, __sz - __pos, __c);
788 __str_find(const _CharT *__p, _SizeT __sz,
791 if (__pos > __sz)
798 __p + __pos, __p + __sz, __s, __s + __n);
800 if (__r == __p + __sz)
810 __str_rfind(const _CharT *__p, _SizeT __sz,
813 if (__sz < 1)
815 if (__pos < __sz)
[all …]
H A Dnew172 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz) _TH…
173 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz, con…
177 …_LIBCPP_AVAILABILITY_SIZED_NEW_DELETE void operator delete(void* __p, std::size_t __sz) _NOEXCEPT;
180 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new[](std::size_t __sz) _…
181 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new[](std::size_t __sz, c…
185 …IBCPP_AVAILABILITY_SIZED_NEW_DELETE void operator delete[](void* __p, std::size_t __sz) _NOEXCEPT;
189 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz, std…
190 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz, std…
194 …VAILABILITY_SIZED_NEW_DELETE void operator delete(void* __p, std::size_t __sz, std::align_val_t) …
197 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new[](std::size_t __sz, s…
[all …]
H A Dlist579 size_type& __sz() _NOEXCEPT {return __size_alloc_.first();}
581 const size_type& __sz() const _NOEXCEPT
610 bool empty() const _NOEXCEPT {return __sz() == 0;}
757 __sz() = 0;
785 swap(__sz(), __c.__sz());
787 if (__sz() == 0)
791 if (__c.__sz() == 0)
927 size_type size() const _NOEXCEPT {return base::__sz();}
1196 return __n <= base::__sz() / 2 ? _VSTD::next(begin(), __n)
1197 : _VSTD::prev(end(), base::__sz() - __n);
[all …]
H A D__locale1275 const int __sz = 32;
1276 char __buf[__sz];
1280 __buf, __buf+__sz, __bn);
1309 const int __sz = 32;
1310 char __buf[__sz];
1314 __buf, __buf+__sz, __bn);
1365 const int __sz = 32;
1366 char16_t __buf[__sz];
1369 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
1370 __buf, __buf+__sz, __bn);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstring1547 void __init(const value_type* __s, size_type __sz, size_type __reserve);
1549 void __init(const value_type* __s, size_type __sz);
1756 size_type __sz,
1764 __set_short_size(__sz);
1773 __set_long_size(__sz);
1775 traits_type::copy(_VSTD::__to_raw_pointer(__p), __s, __sz);
1776 traits_type::assign(__p[__sz], value_type());
1781 basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz)
1783 if (__sz > max_size())
1786 if (__sz < __min_cap)
[all …]
H A D__string736 __str_find(const _CharT *__p, _SizeT __sz,
739 if (__pos >= __sz)
741 const _CharT* __r = _Traits::find(__p + __pos, __sz - __pos, __c);
788 __str_find(const _CharT *__p, _SizeT __sz,
791 if (__pos > __sz)
798 __p + __pos, __p + __sz, __s, __s + __n);
800 if (__r == __p + __sz)
810 __str_rfind(const _CharT *__p, _SizeT __sz,
813 if (__sz < 1)
815 if (__pos < __sz)
[all …]
H A Dnew172 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz) _TH…
173 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz, con…
177 …_LIBCPP_AVAILABILITY_SIZED_NEW_DELETE void operator delete(void* __p, std::size_t __sz) _NOEXCEPT;
180 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new[](std::size_t __sz) _…
181 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new[](std::size_t __sz, c…
185 …IBCPP_AVAILABILITY_SIZED_NEW_DELETE void operator delete[](void* __p, std::size_t __sz) _NOEXCEPT;
189 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz, std…
190 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new(std::size_t __sz, std…
194 …VAILABILITY_SIZED_NEW_DELETE void operator delete(void* __p, std::size_t __sz, std::align_val_t) …
197 _LIBCPP_NODISCARD_AFTER_CXX17 _LIBCPP_OVERRIDABLE_FUNC_VIS void* operator new[](std::size_t __sz, s…
[all …]
H A Dlist579 size_type& __sz() _NOEXCEPT {return __size_alloc_.first();}
581 const size_type& __sz() const _NOEXCEPT
610 bool empty() const _NOEXCEPT {return __sz() == 0;}
757 __sz() = 0;
785 swap(__sz(), __c.__sz());
787 if (__sz() == 0)
791 if (__c.__sz() == 0)
927 size_type size() const _NOEXCEPT {return base::__sz();}
1196 return __n <= base::__sz() / 2 ? _VSTD::next(begin(), __n)
1197 : _VSTD::prev(end(), base::__sz() - __n);
[all …]
H A D__locale1275 const int __sz = 32;
1276 char __buf[__sz];
1280 __buf, __buf+__sz, __bn);
1309 const int __sz = 32;
1310 char __buf[__sz];
1314 __buf, __buf+__sz, __bn);
1365 const int __sz = 32;
1366 char16_t __buf[__sz];
1369 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
1370 __buf, __buf+__sz, __bn);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dspeculation_barrier.h58 __cmpptr, __w, __sz) \ argument
76 "ldr" __sz "\t%" __w "[__v], %[__p]\n" \
100 "ldr" __sz "\t%" __w "[__v], %[__p]\n" \
176 __cmpptr, __sz) \ argument
193 "ldr" __sz "\t%[__v], %[__p]\n" \
221 "ldr" __sz "\t%[__v], %[__p]\n" \
326 __cmpptr, __sz) \ argument
342 "ldr" __sz "cs\t%[__v], %[__p]\n\t" \
365 "ldr" __sz "hi\t%[__v], %[__p]\n\t" \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dspeculation_barrier.h58 __cmpptr, __w, __sz) \ argument
76 "ldr" __sz "\t%" __w "[__v], %[__p]\n" \
100 "ldr" __sz "\t%" __w "[__v], %[__p]\n" \
176 __cmpptr, __sz) \ argument
193 "ldr" __sz "\t%[__v], %[__p]\n" \
221 "ldr" __sz "\t%[__v], %[__p]\n" \
326 __cmpptr, __sz) \ argument
342 "ldr" __sz "cs\t%[__v], %[__p]\n\t" \
365 "ldr" __sz "hi\t%[__v], %[__p]\n\t" \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h5 #define MSM_MEDIA_ALIGN(__sz, __align) (((__align) & ((__align) - 1)) ?\ argument
6 ((((__sz) + (__align) - 1) / (__align)) * (__align)) :\
7 (((__sz) + (__align) - 1) & (~((__align) - 1))))
11 #define MSM_MEDIA_ROUNDUP(__sz, __r) (((__sz) + ((__r) - 1)) / (__r)) argument
/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/bits/
H A Dforward_list.tcc182 resize(size_type __sz) in resize() argument
187 while (__k._M_next() != end() && __len < __sz) in resize()
192 if (__len == __sz) in resize()
195 _M_default_insert_after(__k, __sz - __len); in resize()
201 resize(size_type __sz, const value_type& __val) in resize() argument
206 while (__k._M_next() != end() && __len < __sz) in resize()
211 if (__len == __sz) in resize()
214 insert_after(__k, __sz - __len, __val); in resize()
/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/bits/
H A Dforward_list.tcc182 resize(size_type __sz) in resize() argument
187 while (__k._M_next() != end() && __len < __sz) in resize()
192 if (__len == __sz) in resize()
195 _M_default_insert_after(__k, __sz - __len); in resize()
201 resize(size_type __sz, const value_type& __val) in resize() argument
206 while (__k._M_next() != end() && __len < __sz) in resize()
211 if (__len == __sz) in resize()
214 insert_after(__k, __sz - __len, __val); in resize()
/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/debug/
H A Ddeque277 resize(size_type __sz)
279 bool __invalidate_all = __sz > this->size();
280 if (__sz < this->size())
281 this->_M_invalidate_after_nth(__sz);
283 _Base::resize(__sz);
290 resize(size_type __sz, const _Tp& __c)
292 bool __invalidate_all = __sz > this->size();
293 if (__sz < this->size())
294 this->_M_invalidate_after_nth(__sz);
296 _Base::resize(__sz, __c);
[all …]
H A Dvector352 resize(size_type __sz)
354 bool __realloc = this->_M_requires_reallocation(__sz);
355 if (__sz < this->size())
356 this->_M_invalidate_after_nth(__sz);
357 _Base::resize(__sz);
364 resize(size_type __sz, const _Tp& __c)
366 bool __realloc = this->_M_requires_reallocation(__sz);
367 if (__sz < this->size())
368 this->_M_invalidate_after_nth(__sz);
369 _Base::resize(__sz, __c);
[all …]
H A Dlist269 resize(size_type __sz)
273 // if __sz < size(), invalidate all iterators in [begin + __sz, end())
276 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
284 _Base::resize(__sz);
294 resize(size_type __sz, const _Tp& __c)
298 // if __sz < size(), invalidate all iterators in [begin + __sz, end())
301 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
309 _Base::resize(__sz, __c);
319 resize(size_type __sz, _Tp __c = _Tp())
323 // if __sz < size(), invalidate all iterators in [begin + __sz, end())
[all …]
H A Dforward_list490 resize(size_type __sz)
494 // if __sz < size(), invalidate all iterators in [begin+__sz, end()
497 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
508 _Base::resize(__sz);
518 resize(size_type __sz, const value_type& __val)
522 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
525 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
536 _Base::resize(__sz, __val);
/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/debug/
H A Ddeque277 resize(size_type __sz)
279 bool __invalidate_all = __sz > this->size();
280 if (__sz < this->size())
281 this->_M_invalidate_after_nth(__sz);
283 _Base::resize(__sz);
290 resize(size_type __sz, const _Tp& __c)
292 bool __invalidate_all = __sz > this->size();
293 if (__sz < this->size())
294 this->_M_invalidate_after_nth(__sz);
296 _Base::resize(__sz, __c);
[all …]
H A Dvector352 resize(size_type __sz)
354 bool __realloc = this->_M_requires_reallocation(__sz);
355 if (__sz < this->size())
356 this->_M_invalidate_after_nth(__sz);
357 _Base::resize(__sz);
364 resize(size_type __sz, const _Tp& __c)
366 bool __realloc = this->_M_requires_reallocation(__sz);
367 if (__sz < this->size())
368 this->_M_invalidate_after_nth(__sz);
369 _Base::resize(__sz, __c);
[all …]
H A Dlist269 resize(size_type __sz)
273 // if __sz < size(), invalidate all iterators in [begin + __sz, end())
276 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
284 _Base::resize(__sz);
294 resize(size_type __sz, const _Tp& __c)
298 // if __sz < size(), invalidate all iterators in [begin + __sz, end())
301 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
309 _Base::resize(__sz, __c);
319 resize(size_type __sz, _Tp __c = _Tp())
323 // if __sz < size(), invalidate all iterators in [begin + __sz, end())
[all …]
H A Dforward_list490 resize(size_type __sz)
494 // if __sz < size(), invalidate all iterators in [begin+__sz, end()
497 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
508 _Base::resize(__sz);
518 resize(size_type __sz, const value_type& __val)
522 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
525 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
536 _Base::resize(__sz, __val);
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Du_f.h41 size_t groupname##_##name##__sz = array_size(n, sizeof(type)); \
48 if (check_add_overflow(offset, groupname##_##name##__sz,\
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/
H A Dcmd.h35 uint16_t __sz = le16_to_cpu((cmd)->hdr.size); \
37 __lbs_cmd(priv, cmdnr, &(cmd)->hdr, __sz, cb, cb_arg); \

123