Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 206) sorted by relevance

123456789

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py139 def add(self, data, eof=False): argument
146 self._parse(eof)
168 def _parse_squote(self, buf, result, eof): argument
179 def _parse_bquote(self, buf, result, eof): argument
195 def _parse_dquote(self, buf, result, eof): argument
210 def _parse_command(self, buf, result, eof): argument
228 def _parse_parameter(self, buf, result, eof): argument
243 def _parse_dollar(self, buf, result, eof): argument
272 if not eof:
292 pos, closed = parsefunc(buf, result, eof)
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_debug.c14 int *eof, void *data) in proc_get_drv_version() argument
20 *eof = 1; in proc_get_drv_version()
26 int *eof, void *data) in proc_get_write_reg() argument
28 *eof = 1; in proc_get_write_reg()
75 int *eof, void *data) in proc_get_read_reg() argument
83 *eof = 1; in proc_get_read_reg()
102 *eof = 1; in proc_get_read_reg()
135 int *eof, void *data) in proc_get_adapter_state() argument
144 *eof = 1; in proc_get_adapter_state()
150 int *eof, void *data) in proc_get_best_channel() argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__std_stream51 virtual int_type pbackfail(int_type __c = traits_type::eof());
74 __last_consumed_(traits_type::eof()),
114 __last_consumed_ = traits_type::eof();
125 return traits_type::eof();
148 return traits_type::eof();
152 return traits_type::eof();
158 return traits_type::eof();
170 return traits_type::eof();
182 if (traits_type::eq_int_type(__c, traits_type::eof()))
188 traits_type::eof());
[all …]
H A Dstreambuf100 virtual int_type pbackfail(int_type c = traits_type::eof());
104 virtual int_type overflow (int_type c = traits_type::eof());
181 if (sbumpc() == traits_type::eof())
182 return traits_type::eof();
289 virtual int_type pbackfail(int_type __c = traits_type::eof());
293 virtual int_type overflow(int_type __c = traits_type::eof());
406 const int_type __eof = traits_type::eof();
436 return traits_type::eof();
443 if (underflow() == traits_type::eof())
444 return traits_type::eof();
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__std_stream51 virtual int_type pbackfail(int_type __c = traits_type::eof());
74 __last_consumed_(traits_type::eof()),
114 __last_consumed_ = traits_type::eof();
125 return traits_type::eof();
148 return traits_type::eof();
152 return traits_type::eof();
158 return traits_type::eof();
170 return traits_type::eof();
182 if (traits_type::eq_int_type(__c, traits_type::eof()))
188 traits_type::eof());
[all …]
H A Dstreambuf100 virtual int_type pbackfail(int_type c = traits_type::eof());
104 virtual int_type overflow (int_type c = traits_type::eof());
181 if (sbumpc() == traits_type::eof())
182 return traits_type::eof();
289 virtual int_type pbackfail(int_type __c = traits_type::eof());
293 virtual int_type overflow(int_type __c = traits_type::eof());
406 const int_type __eof = traits_type::eof();
436 return traits_type::eof();
443 if (underflow() == traits_type::eof())
444 return traits_type::eof();
[all …]
/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 Dstdio_sync_filebuf.h80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
97 _M_unget_buf = std::__exchange(__fb._M_unget_buf, traits_type::eof()); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[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/ext/
H A Dstdio_sync_filebuf.h80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
97 _M_unget_buf = std::__exchange(__fb._M_unget_buf, traits_type::eof()); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
171 overflow(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
174 if (traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY()
245 _M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
275 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_fcoe.c45 u8 eof = 0; in cxgb_fcoe_sof_eof_supported() local
52 skb_copy_bits(skb, skb->len - 4, &eof, 1); in cxgb_fcoe_sof_eof_supported()
54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) { in cxgb_fcoe_sof_eof_supported()
55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof); in cxgb_fcoe_sof_eof_supported()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_debug.h108 int *eof, void *data);
112 int *eof, void *data);
118 int *eof, void *data);
125 int *eof, void *data);
129 int *eof, void *data);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dchar_array_buffer.hpp19 return traits_type::eof(); in underflow()
26 return traits_type::eof(); in uflow()
32 if (current_ == begin_ || (ch != traits_type::eof() && ch != current_[-1])) { in pbackfail()
33 return traits_type::eof(); in pbackfail()
/OK3568_Linux_fs/kernel/tools/lib/api/
H A Dio.h25 bool eof; member
36 io->eof = false; in io__init()
44 if (io->eof) in io__get_char()
51 io->eof = true; in io__get_char()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dfind_iterator.hpp141 bool bEof=eof(); in equal()
142 bool bOtherEof=Other.eof(); in equal()
160 bool eof() const in eof() function in boost::algorithm::find_iterator
328 bool bEof=eof(); in equal()
329 bool bOtherEof=Other.eof(); in equal()
348 bool eof() const in eof() function in boost::algorithm::split_iterator
/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 Dstreambuf_iterator.h116 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
131 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
135 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
170 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
185 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
214 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
286 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
379 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
429 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
476 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
H A Distream.tcc57 const __int_type __eof = traits_type::eof(); in sentry()
246 const int_type __eof = traits_type::eof(); in get()
291 if (!traits_type::eq_int_type(__cb, traits_type::eof())) in get()
327 const int_type __eof = traits_type::eof(); in get()
374 const int_type __eof = traits_type::eof(); in get()
418 const int_type __eof = traits_type::eof(); in getline()
477 const int_type __eof = traits_type::eof(); in ignore()
510 const int_type __eof = traits_type::eof(); in ignore()
572 const int_type __eof = traits_type::eof(); in ignore()
630 int_type __c = traits_type::eof(); in peek()
[all …]
H A Dstreambuf.tcc65 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsgetn()
99 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsputn()
123 while (!_Traits::eq_int_type(__c, _Traits::eof())) in __copy_streambufs_eof()
126 if (_Traits::eq_int_type(__c, _Traits::eof())) in __copy_streambufs_eof()
H A Dchar_traits.h144 eof() in _GLIBCXX_VISIBILITY() function
149 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); } in _GLIBCXX_VISIBILITY()
439 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
444 { return (__c == eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
561 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
566 { return eq_int_type(__c, eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
685 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
690 { return eq_int_type(__c, eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
804 { return __c == eof() ? int_type(0xfffd) : int_type(__c); }
811 eof() noexcept
[all …]
/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 Dstreambuf_iterator.h116 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
131 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
135 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
170 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
185 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
214 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
286 _Traits::eq_int_type(_M_sbuf->sputc(__c), _Traits::eof())) in _GLIBCXX_VISIBILITY()
379 while (!traits_type::eq_int_type(__c, traits_type::eof())) in _GLIBCXX_VISIBILITY()
429 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
476 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
H A Distream.tcc57 const __int_type __eof = traits_type::eof(); in sentry()
246 const int_type __eof = traits_type::eof(); in get()
291 if (!traits_type::eq_int_type(__cb, traits_type::eof())) in get()
327 const int_type __eof = traits_type::eof(); in get()
374 const int_type __eof = traits_type::eof(); in get()
418 const int_type __eof = traits_type::eof(); in getline()
477 const int_type __eof = traits_type::eof(); in ignore()
510 const int_type __eof = traits_type::eof(); in ignore()
572 const int_type __eof = traits_type::eof(); in ignore()
630 int_type __c = traits_type::eof(); in peek()
[all …]
H A Dstreambuf.tcc65 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsgetn()
99 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsputn()
123 while (!_Traits::eq_int_type(__c, _Traits::eof())) in __copy_streambufs_eof()
126 if (_Traits::eq_int_type(__c, _Traits::eof())) in __copy_streambufs_eof()
H A Dchar_traits.h144 eof() in _GLIBCXX_VISIBILITY() function
149 { return !eq_int_type(__c, eof()) ? __c : to_int_type(char_type()); } in _GLIBCXX_VISIBILITY()
439 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
444 { return (__c == eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
561 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
566 { return eq_int_type(__c, eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
685 eof() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
690 { return eq_int_type(__c, eof()) ? 0 : __c; } in _GLIBCXX_VISIBILITY()
804 { return __c == eof() ? int_type(0xfffd) : int_type(__c); }
811 eof() noexcept
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dst.c861 if (STps->eof == ST_FM_HIT) { in flush_buffer()
864 STps->eof = ST_NOEOF; in flush_buffer()
873 } else if (STps->eof == ST_FM_HIT) { in flush_buffer()
877 STps->eof = ST_NOEOF; in flush_buffer()
944 STps->eof = ST_NOEOF; in reset_state()
1080 STps->eof = ST_NOEOF; in check_tape()
1409 STps->eof = ST_FM; in st_flush()
1426 else if (STps->eof == ST_FM_HIT) { in st_flush()
1432 STps->eof = ST_FM; in st_flush()
1434 STps->eof = ST_NOEOF; in st_flush()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/fnic/
H A Dcq_exch_desc.h66 u8 eof; member
98 u8 *eof, in cq_fcp_rq_desc_dec() argument
130 *eof = desc_ptr->eof; in cq_fcp_rq_desc_dec()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Distreamwrapper.h57 return RAPIDJSON_LIKELY(c != StreamType::traits_type::eof()) ? static_cast<Ch>(c) : '\0'; in RAPIDJSON_DIAG_OFF()
62 if (RAPIDJSON_LIKELY(c != StreamType::traits_type::eof())) { in RAPIDJSON_DIAG_OFF()
85 if (c == StreamType::traits_type::eof()) { in RAPIDJSON_DIAG_OFF()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dapi-io.c101 EXPECT_EQUAL(io.eof, false); in do_test_get_char()
105 EXPECT_EQUAL(io.eof, true); in do_test_get_char()
156 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_hex()
237 EXPECT_EQUAL(io.eof, end_eof); in do_test_get_dec()

123456789