Home
last modified time | relevance | path

Searched refs:pos_type (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp180 return pos_type(off_type(-1)); in seekoff()
184 return pos_type(off_type(-1)); in seekoff()
189 return pos_type(off_type(-1)); in seekoff()
191 return pos_type(off_type(-1)); in seekoff()
210 return pos_type(off_type(-1)); in seekoff()
221 return pos_type(newoff); in seekoff()
224 strstreambuf::pos_type strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) { in seekpos()
228 return pos_type(off_type(-1)); in seekpos()
231 return pos_type(off_type(-1)); in seekpos()
236 return pos_type(off_type(-1)); in seekpos()
[all …]
H A Dstd_stream.h38 typedef typename traits_type::pos_type pos_type; typedef
246 typedef typename traits_type::pos_type pos_type; typedef
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dstreambuf27 typedef typename traits_type::pos_type pos_type;
40 pos_type pubseekpos(pos_type sp,
88 virtual pos_type seekpos(pos_type sp,
134 typedef typename traits_type::pos_type pos_type;
157 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type
162 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type
261 virtual pos_type
263 …virtual pos_type seekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out);
338 typename basic_streambuf<_CharT, _Traits>::pos_type
340 return pos_type(off_type(-1));
[all …]
H A Dstrstream48 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;
181 pos_type
183pos_type seekpos(pos_type __sp, ios_base::openmode __which = ios_base::in | ios_base::out) overrid…
306 typedef char_traits<char>::pos_type pos_type;
H A Dsstream27 typedef typename traits_type::pos_type pos_type;
79 virtual pos_type seekpos(pos_type sp,
100 typedef typename traits_type::pos_type pos_type;
159 typedef typename traits_type::pos_type pos_type;
218 typedef typename traits_type::pos_type pos_type;
308 typedef typename traits_type::pos_type pos_type;
443 pos_type
737 return pos_type(-1);
784 typedef typename traits_type::pos_type pos_type;
890 typedef typename traits_type::pos_type pos_type;
[all …]
H A Dfstream24 typedef typename traits_type::pos_type pos_type;
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;
230 typedef typename traits_type::pos_type pos_type;
289 pos_type
899 pos_type __r = ftell(__file_);
1057 typedef typename traits_type::pos_type pos_type;
1210 typedef typename traits_type::pos_type pos_type;
[all …]
H A Dsyncstream41 using pos_type = typename traits::pos_type;
84 using pos_type = typename traits::pos_type;
246 using pos_type = typename traits_type::pos_type;
436 using pos_type = typename traits_type::pos_type;
H A Distream25 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;
196 typedef typename traits_type::pos_type pos_type;
293 pos_type tellg();
294 basic_istream& seekg(pos_type __pos);
1041 pos_type __r(-1);
1071 if (this->rdbuf()->pubseekpos(__pos, ios_base::in) == pos_type(-1))
1096 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::in) == pos_type(-1))
[all …]
H A Dostream25 typedef typename traits_type::pos_type pos_type;
68 pos_type tellp();
69 basic_ostream& seekp(pos_type);
214 typedef typename traits_type::pos_type pos_type;
290 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 pos_type tellp();
291 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(pos_type __pos);
864 typename basic_ostream<_CharT, _Traits>::pos_type basic_ostream<_CharT, _Traits>::tellp() {
866 return pos_type(-1);
871 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) {
874 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1))
[all …]
H A Dios118 typedef typename traits::pos_type pos_type; // removed in C++17
527 typedef typename traits_type::pos_type pos_type;
H A Dlocale3331 typedef typename traits_type::pos_type pos_type;
3380 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual pos_type
3382 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual pos_type
3588 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::pos_type
3592 return pos_type(off_type(-1));
3595 return pos_type(off_type(-1));
3596 pos_type __r = __bufptr_->pubseekoff(__width * __off, __way, __om);
3602 typename wbuffer_convert<_Codecvt, _Elem, _Tr>::pos_type
3605 return pos_type(off_type(-1));
3606 if (__bufptr_->pubseekpos(__sp, __wch) == pos_type(off_type(-1)))
[all …]
H A Dstring54 using pos_type = streampos;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h87 using pos_type = streampos; member
182 using pos_type = streampos;
279 using pos_type = streampos;
356 using pos_type = u8streampos;
436 using pos_type = u16streampos;
526 using pos_type = u32streampos;
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dcoex.h336 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 Drtw8821c.c808 u8 pos_type) in rtw8821c_coex_cfg_ant_switch() argument
813 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
824 pos_type = COEX_SWITCH_TO_WLA; in rtw8821c_coex_cfg_ant_switch()
826 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw8821c_coex_cfg_ant_switch()
846 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8821c_coex_cfg_ant_switch()
852 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8821c_coex_cfg_ant_switch()
H A Dcoex.c1266 u8 pos_type = COEX_SWITCH_TO_MAX; in rtw_coex_set_ant_path() local
1291 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path()
1314 pos_type = COEX_SWITCH_TO_BT; in rtw_coex_set_ant_path()
1329 pos_type = COEX_SWITCH_TO_WLG; in rtw_coex_set_ant_path()
1338 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path()
1353 pos_type = COEX_SWITCH_TO_NOCARE; in rtw_coex_set_ant_path()
1369 pos_type = COEX_SWITCH_TO_WLA; in rtw_coex_set_ant_path()
1385 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path()
1400 pos_type = COEX_SWITCH_TO_WLG_BT; in rtw_coex_set_ant_path()
1407 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX && in rtw_coex_set_ant_path()
[all …]
H A Drtw8822b.c1162 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument
1170 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1173 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
1191 if (pos_type == COEX_SWITCH_TO_WLG_BT) { in rtw8822b_coex_cfg_ant_switch()
1197 } else if (pos_type == COEX_SWITCH_TO_WLG) { in rtw8822b_coex_cfg_ant_switch()
H A Dmain.h894 u8 ctrl_type, u8 pos_type);
/freebsd-14.2/contrib/kyua/utils/text/
H A Dtemplates.cpp221 std::istream::pos_type position;
229 const std::istream::pos_type position_) : in loop_def()