Home
last modified time | relevance | path

Searched refs:rdbuf (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dedt-ft5x06.c191 u8 rdbuf[63]; in edt_ft5x06_ts_isr() local
218 memset(rdbuf, 0, sizeof(rdbuf)); in edt_ft5x06_ts_isr()
223 datalen, rdbuf); in edt_ft5x06_ts_isr()
232 if (rdbuf[0] != 0xaa || rdbuf[1] != 0xaa || in edt_ft5x06_ts_isr()
233 rdbuf[2] != datalen) { in edt_ft5x06_ts_isr()
236 rdbuf[0], rdbuf[1], rdbuf[2]); in edt_ft5x06_ts_isr()
240 if (!edt_ft5x06_ts_check_crc(tsdata, rdbuf, datalen)) in edt_ft5x06_ts_isr()
245 u8 *buf = &rdbuf[i * tplen + offset]; in edt_ft5x06_ts_isr()
310 u8 wrbuf[2], rdbuf[2]; in edt_ft5x06_register_read() local
320 rdbuf); in edt_ft5x06_register_read()
[all …]
H A Dpixcir_i2c_ts.c96 u8 rdbuf[2 + PIXCIR_MAX_SLOTS * 5]; in pixcir_ts_parse() local
108 if (readsize > sizeof(rdbuf)) in pixcir_ts_parse()
109 readsize = sizeof(rdbuf); in pixcir_ts_parse()
119 ret = i2c_master_recv(tsdata->client, rdbuf, readsize); in pixcir_ts_parse()
127 touch = rdbuf[0] & 0x7; in pixcir_ts_parse()
132 bufptr = &rdbuf[2]; in pixcir_ts_parse()
/OK3568_Linux_fs/u-boot/env/
H A Deeprom.c87 uchar rdbuf[64], flags[2]; in env_eeprom_load() local
109 int n = (len > sizeof(rdbuf)) ? sizeof(rdbuf) : len; in env_eeprom_load()
112 rdbuf, n); in env_eeprom_load()
114 crc_tmp = crc32(crc_tmp, rdbuf, n); in env_eeprom_load()
146 uchar rdbuf[64]; in env_eeprom_load() local
159 int n = (len > sizeof(rdbuf)) ? sizeof(rdbuf) : len; in env_eeprom_load()
162 CONFIG_ENV_OFFSET + off, rdbuf, n); in env_eeprom_load()
163 new = crc32(new, rdbuf, n); in env_eeprom_load()
/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 Distream.tcc58 __streambuf_type* __sb = __in.rdbuf(); in sentry()
221 if (!__copy_streambufs_eof(this->rdbuf(), __sbout, __ineof)) in operator >>()
255 __c = this->rdbuf()->sbumpc(); in get()
289 const int_type __cb = this->rdbuf()->sbumpc(); in get()
328 __streambuf_type* __sb = this->rdbuf(); in get()
375 __streambuf_type* __this_sb = this->rdbuf(); in get()
419 __streambuf_type* __sb = this->rdbuf(); in getline()
478 __streambuf_type* __sb = this->rdbuf(); in ignore()
511 __streambuf_type* __sb = this->rdbuf(); in ignore()
573 __streambuf_type* __sb = this->rdbuf(); in ignore()
[all …]
H A Dostream.tcc128 if (!__copy_streambufs(__sbin, this->rdbuf())) in operator <<()
163 const int_type __put = this->rdbuf()->sputc(__c); in put()
219 if (this->rdbuf() && this->rdbuf()->pubsync() == -1) in flush()
243 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out); in tellp()
267 const pos_type __p = this->rdbuf()->pubseekpos(__pos, in seekp()
299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
H A Dbasic_ios.tcc43 if (this->rdbuf()) in clear()
53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf() function in std::basic_ios
119 if (this->rdbuf() != 0) in imbue()
120 this->rdbuf()->pubimbue(__loc); in imbue()
H A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); 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/bits/
H A Distream.tcc58 __streambuf_type* __sb = __in.rdbuf(); in sentry()
221 if (!__copy_streambufs_eof(this->rdbuf(), __sbout, __ineof)) in operator >>()
255 __c = this->rdbuf()->sbumpc(); in get()
289 const int_type __cb = this->rdbuf()->sbumpc(); in get()
328 __streambuf_type* __sb = this->rdbuf(); in get()
375 __streambuf_type* __this_sb = this->rdbuf(); in get()
419 __streambuf_type* __sb = this->rdbuf(); in getline()
478 __streambuf_type* __sb = this->rdbuf(); in ignore()
511 __streambuf_type* __sb = this->rdbuf(); in ignore()
573 __streambuf_type* __sb = this->rdbuf(); in ignore()
[all …]
H A Dostream.tcc128 if (!__copy_streambufs(__sbin, this->rdbuf())) in operator <<()
163 const int_type __put = this->rdbuf()->sputc(__c); in put()
219 if (this->rdbuf() && this->rdbuf()->pubsync() == -1) in flush()
243 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out); in tellp()
267 const pos_type __p = this->rdbuf()->pubseekpos(__pos, in seekp()
299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
H A Dbasic_ios.tcc43 if (this->rdbuf()) in clear()
53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf() function in std::basic_ios
119 if (this->rdbuf() != 0) in imbue()
120 this->rdbuf()->pubimbue(__loc); in imbue()
H A Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds2805.c148 u8 rdbuf[W1_F0D_SCRATCH_SIZE]; in w1_f0d_write() local
170 w1_read_block(sl->master, rdbuf, sizeof(rdbuf)); in w1_f0d_write()
172 if ((rdbuf[0] != data[0]) || (rdbuf[1] != data[1])) { in w1_f0d_write()
181 __func__, rdbuf[0], rdbuf[1], data[0], data[1]); in w1_f0d_write()
H A Dw1_ds2431.c149 u8 rdbuf[W1_F2D_SCRATCH_SIZE + 3]; in w1_f2d_write() local
170 w1_read_block(sl->master, rdbuf, len + 3); in w1_f2d_write()
173 if ((rdbuf[0] != wrbuf[1]) || (rdbuf[1] != wrbuf[2]) || in w1_f2d_write()
174 (rdbuf[2] != es) || (memcmp(data, &rdbuf[3], len) != 0)) { in w1_f2d_write()
H A Dw1_ds2433.c158 u8 rdbuf[W1_PAGE_SIZE + 3]; in w1_f23_write() local
177 w1_read_block(sl->master, rdbuf, len + 3); in w1_f23_write()
180 if ((rdbuf[0] != wrbuf[1]) || (rdbuf[1] != wrbuf[2]) || in w1_f23_write()
181 (rdbuf[2] != es) || (memcmp(data, &rdbuf[3], len) != 0)) in w1_f23_write()
H A Dw1_ds28e04.c163 u8 rdbuf[W1_PAGE_SIZE + 3]; in w1_f1C_write() local
185 w1_read_block(sl->master, rdbuf, len + 3); in w1_f1C_write()
188 if ((rdbuf[0] != wrbuf[1]) || (rdbuf[1] != wrbuf[2]) || in w1_f1C_write()
189 (rdbuf[2] != es) || (memcmp(data, &rdbuf[3], len) != 0)) in w1_f1C_write()
H A Dw1_ds2430.c149 u8 rdbuf[W1_F14_SCRATCH_SIZE + 3]; in w1_f14_write() local
168 w1_read_block(sl->master, rdbuf, len + 2); in w1_f14_write()
175 if ((memcmp(data, &rdbuf[2], len) != 0)) { in w1_f14_write()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dfs3270.c41 struct idal_buffer *rdbuf; /* full-screen-deactivate buffer */ member
138 raw3270_request_set_idal(fp->init, fp->rdbuf); in fs3270_activate()
140 cp = fp->rdbuf->data[0]; in fs3270_activate()
171 fp->rdbuf->data[0] -= 5; in fs3270_save_callback()
172 fp->rdbuf->size += 5; in fs3270_save_callback()
185 fp->rdbuf_size = fp->rdbuf->size - rq->rescnt; in fs3270_save_callback()
209 fp->rdbuf->data[0] += 5; in fs3270_deactivate()
210 fp->rdbuf->size -= 5; in fs3270_deactivate()
211 raw3270_request_set_idal(fp->init, fp->rdbuf); in fs3270_deactivate()
398 if (fp->rdbuf) in fs3270_free_view()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Distream537 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
547 __is.rdbuf()->sbumpc();
636 typename _Traits::int_type __i = __is.rdbuf()->sbumpc();
689 typename traits_type::int_type __i = this->rdbuf()->sgetc();
700 this->rdbuf()->sbumpc();
740 __r = this->rdbuf()->sbumpc();
773 int_type __i = this->rdbuf()->sgetc();
784 this->rdbuf()->sbumpc();
827 typename traits_type::int_type __i = this->rdbuf()->sgetc();
839 this->rdbuf()->sbumpc();
[all …]
H A Dios143 basic_streambuf<charT,traits>* rdbuf() const;
144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb);
340 _LIBCPP_INLINE_VISIBILITY void* rdbuf() const {return __rdbuf_;}
343 void rdbuf(void* __sb)
635 basic_streambuf<char_type, traits_type>* rdbuf() const;
637 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
719 basic_ios<_CharT, _Traits>::rdbuf() const
721 return static_cast<basic_streambuf<char_type, traits_type>*>(ios_base::rdbuf());
727 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<char_type, traits_type>* __sb)
729 basic_streambuf<char_type, traits_type>* __r = rdbuf();
[all …]
H A Dstrstream75 strstreambuf* rdbuf() const;
91 strstreambuf* rdbuf() const;
117 strstreambuf* rdbuf() const;
276 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);}
325 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);}
386 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);}
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Distream537 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
547 __is.rdbuf()->sbumpc();
636 typename _Traits::int_type __i = __is.rdbuf()->sbumpc();
689 typename traits_type::int_type __i = this->rdbuf()->sgetc();
700 this->rdbuf()->sbumpc();
740 __r = this->rdbuf()->sbumpc();
773 int_type __i = this->rdbuf()->sgetc();
784 this->rdbuf()->sbumpc();
827 typename traits_type::int_type __i = this->rdbuf()->sgetc();
839 this->rdbuf()->sbumpc();
[all …]
H A Dios143 basic_streambuf<charT,traits>* rdbuf() const;
144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb);
340 _LIBCPP_INLINE_VISIBILITY void* rdbuf() const {return __rdbuf_;}
343 void rdbuf(void* __sb)
635 basic_streambuf<char_type, traits_type>* rdbuf() const;
637 basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, traits_type>* __sb);
719 basic_ios<_CharT, _Traits>::rdbuf() const
721 return static_cast<basic_streambuf<char_type, traits_type>*>(ios_base::rdbuf());
727 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<char_type, traits_type>* __sb)
729 basic_streambuf<char_type, traits_type>* __r = rdbuf();
[all …]
H A Dstrstream75 strstreambuf* rdbuf() const;
91 strstreambuf* rdbuf() const;
117 strstreambuf* rdbuf() const;
276 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);}
325 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);}
386 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dio.cpp31 data << file.rdbuf(); in read_file()
42 data << file.rdbuf(); in readFile()
64 dst << src.rdbuf(); in copyFile()
/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/
H A Dsstream508 * This hides both signatures of std::basic_ios::rdbuf().
511 rdbuf() const
516 * @return @c rdbuf()->str()
526 * Calls @c rdbuf()->str(s).
666 * This hides both signatures of std::basic_ios::rdbuf().
669 rdbuf() const
674 * @return @c rdbuf()->str()
684 * Calls @c rdbuf()->str(s).
820 * This hides both signatures of std::basic_ios::rdbuf().
823 rdbuf() const
[all …]

123