| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | streambuf | 27 typedef typename traits_type::pos_type pos_type; 38 pos_type pubseekoff(off_type off, ios_base::seekdir way, 40 pos_type pubseekpos(pos_type sp, 86 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 88 virtual pos_type seekpos(pos_type sp, 137 typedef typename traits_type::pos_type pos_type; 160 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type 165 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type 166 pubseekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out) { 268 virtual pos_type [all …]
|
| H A D | strstream | 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 50 virtual pos_type seekpos(pos_type sp, 109 typedef char_traits<char>::pos_type pos_type; 170 pos_type 172 …pos_type seekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out) overrid… 238 typedef char_traits<char>::pos_type pos_type;
|
| H A D | sstream | 27 typedef typename traits_type::pos_type pos_type; 88 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 90 virtual pos_type seekpos(pos_type sp, 111 typedef typename traits_type::pos_type pos_type; 180 typedef typename traits_type::pos_type pos_type; 249 typedef typename traits_type::pos_type pos_type; 342 typedef typename traits_type::pos_type pos_type; 389 pos_type 392 …pos_type seekpos(pos_type __sp, ios_base::openmode __wch = ios_base::in | ios_base::out) override { 653 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type basic_stringbuf<_CharT, _Traits, _A… [all …]
|
| H A D | fstream | 24 typedef typename traits_type::pos_type pos_type; 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 53 virtual pos_type seekpos(pos_type sp, 74 typedef typename traits_type::pos_type pos_type; 113 typedef typename traits_type::pos_type pos_type; 154 typedef typename traits_type::pos_type pos_type; 226 typedef typename traits_type::pos_type pos_type; 261 pos_type 263 pos_type seekpos(pos_type __sp, ios_base::openmode __wch = ios_base::in | ios_base::out) override; 852 typename basic_filebuf<_CharT, _Traits>::pos_type [all …]
|
| H A D | istream | 25 typedef typename traits_type::pos_type pos_type; 81 pos_type tellg(); 82 basic_istream& seekg(pos_type); 129 typedef typename traits_type::pos_type pos_type; 198 typedef typename traits_type::pos_type pos_type; 295 pos_type tellg(); 296 basic_istream& seekg(pos_type __pos); 1015 typename basic_istream<_CharT, _Traits>::pos_type basic_istream<_CharT, _Traits>::tellg() { 1017 pos_type __r(-1); 1039 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::seekg(pos_type __pos) { [all …]
|
| H A D | ostream | 25 typedef typename traits_type::pos_type pos_type; 68 pos_type tellp(); 69 basic_ostream& seekp(pos_type);
|
| H A D | ios | 118 typedef typename traits::pos_type pos_type; // removed in C++17 555 typedef typename traits_type::pos_type pos_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | streambuf | 27 typedef typename traits_type::pos_type pos_type; 38 pos_type pubseekoff(off_type off, ios_base::seekdir way, 40 pos_type pubseekpos(pos_type sp, 86 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 88 virtual pos_type seekpos(pos_type sp, 143 typedef typename traits_type::pos_type pos_type; 166 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type 171 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type 172 pubseekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out) { 308 …virtual pos_type seekoff(off_type, ios_base::seekdir, ios_base::openmode = ios_base::in | ios_base… [all …]
|
| H A D | strstream | 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 50 virtual pos_type seekpos(pos_type sp, 109 typedef char_traits<char>::pos_type pos_type; 189 pos_type 191 …pos_type seekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out) overrid… 314 typedef char_traits<char>::pos_type pos_type;
|
| H A D | sstream | 27 typedef typename traits_type::pos_type pos_type; 88 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 90 virtual pos_type seekpos(pos_type sp, 111 typedef typename traits_type::pos_type pos_type; 180 typedef typename traits_type::pos_type pos_type; 249 typedef typename traits_type::pos_type pos_type; 350 typedef typename traits_type::pos_type pos_type; 531 pos_type 534 …pos_type seekpos(pos_type __sp, ios_base::openmode __wch = ios_base::in | ios_base::out) override { 820 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type basic_stringbuf<_CharT, _Traits, _A… [all …]
|
| H A D | fstream | 24 typedef typename traits_type::pos_type pos_type; 51 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 53 virtual pos_type seekpos(pos_type sp, 74 typedef typename traits_type::pos_type pos_type; 113 typedef typename traits_type::pos_type pos_type; 154 typedef typename traits_type::pos_type pos_type; 234 typedef typename traits_type::pos_type pos_type; 296 pos_type 298 pos_type seekpos(pos_type __sp, ios_base::openmode __wch = ios_base::in | ios_base::out) override; 360 _LIBCPP_HIDE_FROM_ABI static int __fseek(FILE* __file, pos_type __offset, int __whence); [all …]
|
| H A D | syncstream | 41 using pos_type = typename traits::pos_type; 86 using pos_type = typename traits::pos_type; 255 using pos_type = typename traits_type::pos_type; 446 using pos_type = typename traits_type::pos_type;
|
| H A D | istream | 25 typedef typename traits_type::pos_type pos_type; 81 pos_type tellg(); 82 basic_istream& seekg(pos_type); 129 typedef typename traits_type::pos_type pos_type; 206 typedef typename traits_type::pos_type pos_type; 303 pos_type tellg(); 304 basic_istream& seekg(pos_type __pos); 1050 typename basic_istream<_CharT, _Traits>::pos_type basic_istream<_CharT, _Traits>::tellg() { 1052 pos_type __r(-1); 1074 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::seekg(pos_type __pos) { [all …]
|
| H A D | ostream | 25 typedef typename traits_type::pos_type pos_type; 68 pos_type tellp(); 69 basic_ostream& seekp(pos_type);
|
| H A D | ios | 118 typedef typename traits::pos_type pos_type; // removed in C++17 569 typedef typename traits_type::pos_type pos_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | wbuffer_convert.h | 38 typedef typename traits_type::pos_type pos_type; typedef 87 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual pos_type 89 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual pos_type 90 seekpos(pos_type __sp, ios_base::openmode __wch = ios_base::in | ios_base::out); 295 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::pos_type 299 return pos_type(off_type(-1)); in seekoff() 302 return pos_type(off_type(-1)); in seekoff() 303 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om); in seekoff() 309 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::pos_type 310 wbuffer_convert<_Codecvt, _Elem, _Tr>::seekpos(pos_type __sp, ios_base::openmode __wch) { in seekpos() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | strstream.cpp | 173 strstreambuf::pos_type strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) { in overflow() 180 return pos_type(off_type(-1)); in overflow() 184 return pos_type(off_type(-1)); in overflow() 189 return pos_type(off_type(-1)); in overflow() 191 return pos_type(off_type(-1)); in overflow() 210 return pos_type(off_type(-1)); in pbackfail() 221 return pos_type(newoff); in pbackfail() 224 strstreambuf::pos_type strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) { in underflow() 228 return pos_type(off_typ in underflow() [all...] |
| H A D | std_stream.h | 38 typedef typename traits_type::pos_type pos_type; typedef 246 typedef typename traits_type::pos_type pos_type; typedef
|
| /freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
| H A D | basic_ostream.h | 52 typedef typename traits_type::pos_type pos_type; typedef 177 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type tellp(); 178 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(pos_type __pos); 515 typename basic_ostream<_CharT, _Traits>::pos_type basic_ostream<_CharT, _Traits>::tellp() { in tellp() 517 return pos_type(-1); in tellp() 522 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) { in seekp() 525 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) in seekp() 535 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1)) in seekp()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/ |
| H A D | basic_ostream.h | 46 typedef typename traits_type::pos_type pos_type; typedef 110 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type tellp(); 111 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(pos_type __pos); 684 typename basic_ostream<_CharT, _Traits>::pos_type basic_ostream<_CharT, _Traits>::tellp() { in tellp() 686 return pos_type(-1); in tellp() 691 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) { in seekp() 694 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) in seekp() 704 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1)) in seekp()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | coex.h | 336 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument 343 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
|
| H A D | rtw8821c.c | 836 u8 pos_type) in rtw8821c_coex_cfg_ant_switch() argument 841 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch() 852 pos_type = COEX_SWITCH_TO_WLA; in rtw8821c_coex_cfg_ant_switch() 854 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw8821c_coex_cfg_ant_switch() 874 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8821c_coex_cfg_ant_switch() 880 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8821c_coex_cfg_ant_switch()
|
| H A D | coex.c | 1290 u8 pos_type = COEX_SWITCH_TO_MAX; in rtw_coex_set_ant_path() local 1315 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path() 1338 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path() 1353 pos_type = COEX_SWITCH_TO_WLG; in rtw_coex_set_ant_path() 1362 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path() 1377 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path() 1393 pos_type = COEX_SWITCH_TO_WLA; in rtw_coex_set_ant_path() 1409 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path() 1424 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path() 1431 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX && in rtw_coex_set_ant_path() [all …]
|
| /freebsd/contrib/kyua/utils/text/ |
| H A D | templates.cpp | 221 std::istream::pos_type position; 229 const std::istream::pos_type position_) : in loop_def()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__string/ |
| H A D | char_traits.h | 83 using pos_type = streampos; 163 using pos_type = fpos<mbstate_t>;
|