| /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/ext/ |
| H A D | numeric_traits.h | 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; in _GLIBCXX_VISIBILITY() enumerator 72 = __is_integer_nonstrict<_Value>::__width - __is_signed; in _GLIBCXX_VISIBILITY() 100 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY() 106 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY()
|
| /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/ext/ |
| H A D | numeric_traits.h | 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; in _GLIBCXX_VISIBILITY() enumerator 72 = __is_integer_nonstrict<_Value>::__width - __is_signed; in _GLIBCXX_VISIBILITY() 100 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY() 106 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mathcalls.h | 348 unsigned int __width)); 353 unsigned int __width)); 359 unsigned int __width)); 365 unsigned int __width));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mathcalls.h | 348 unsigned int __width)); 353 unsigned int __width)); 359 unsigned int __width)); 365 unsigned int __width));
|
| /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 D | fstream.tcc | 835 int __width = 0; in seekoff() local 837 __width = _M_codecvt->encoding(); in seekoff() 838 if (__width < 0) in seekoff() 839 __width = 0; in seekoff() 842 const bool __testfail = __off != 0 && __width <= 0; in seekoff() 862 off_type __computed_off = __off * __width; in seekoff()
|
| H A D | locale_facets_nonio.tcc | 500 const size_type __width = static_cast<size_type>(__io.width()); in _M_insert() local 502 && __len < __width); in _M_insert() 529 __res.append(__width - __len, __fill); in _M_insert() 535 __res.append(__width - __len, __fill); in _M_insert() 546 if (__width > __len) in _M_insert() 550 __res.append(__width - __len, __fill); in _M_insert() 553 __res.insert(0, __width - __len, __fill); in _M_insert() 554 __len = __width; in _M_insert()
|
| /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 D | fstream.tcc | 835 int __width = 0; in seekoff() local 837 __width = _M_codecvt->encoding(); in seekoff() 838 if (__width < 0) in seekoff() 839 __width = 0; in seekoff() 842 const bool __testfail = __off != 0 && __width <= 0; in seekoff() 862 off_type __computed_off = __off * __width; in seekoff()
|
| H A D | locale_facets_nonio.tcc | 500 const size_type __width = static_cast<size_type>(__io.width()); in _M_insert() local 502 && __len < __width); in _M_insert() 529 __res.append(__width - __len, __fill); in _M_insert() 535 __res.append(__width - __len, __fill); in _M_insert() 546 if (__width > __len) in _M_insert() 550 __res.append(__width - __len, __fill); in _M_insert() 553 __res.insert(0, __width - __len, __fill); in _M_insert() 554 __len = __width; in _M_insert()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | fstream | 928 int __width = __cv_->encoding(); 929 if (__file_ == 0 || (__width <= 0 && __off != 0) || sync()) 931 // __width > 0 || __off == 0 948 if (fseek(__file_, __width > 0 ? __width * __off : 0, __whence)) 952 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence)) 1014 int __width = __cv_->encoding(); 1016 if (__width > 0) 1017 __c += __width * (this->egptr() - this->gptr());
|
| H A D | charconv | 164 static _LIBCPP_INLINE_VISIBILITY int __width(_Tp __v) 186 static _LIBCPP_INLINE_VISIBILITY int __width(_Tp __v) 317 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff)
|
| H A D | locale | 4202 int __width = __cv_->encoding(); 4203 if (__cv_ == 0 || __bufptr_ == 0 || (__width <= 0 && __off != 0) || sync()) 4205 // __width > 0 || __off == 0, now check __way 4208 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om); 4256 int __width = __cv_->encoding(); 4258 if (__width > 0) 4259 __c += __width * (this->egptr() - this->gptr());
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | fstream | 928 int __width = __cv_->encoding(); 929 if (__file_ == 0 || (__width <= 0 && __off != 0) || sync()) 931 // __width > 0 || __off == 0 948 if (fseek(__file_, __width > 0 ? __width * __off : 0, __whence)) 952 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence)) 1014 int __width = __cv_->encoding(); 1016 if (__width > 0) 1017 __c += __width * (this->egptr() - this->gptr());
|
| H A D | charconv | 164 static _LIBCPP_INLINE_VISIBILITY int __width(_Tp __v) 186 static _LIBCPP_INLINE_VISIBILITY int __width(_Tp __v) 317 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff)
|
| H A D | locale | 4202 int __width = __cv_->encoding(); 4203 if (__cv_ == 0 || __bufptr_ == 0 || (__width <= 0 && __off != 0) || sync()) 4205 // __width > 0 || __off == 0, now check __way 4208 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om); 4256 int __width = __cv_->encoding(); 4258 if (__width > 0) 4259 __c += __width * (this->egptr() - this->gptr());
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv090x.c | 675 static inline s32 comp2(s32 __x, s32 __width) in comp2() argument 677 if (__width == 32) in comp2() 680 return (__x >= (1 << (__width - 1))) ? (__x - (1 << __width)) : __x; in comp2()
|