Home
last modified time | relevance | path

Searched refs:__put (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dgenl_magic_struct.h162 __get, __put, __is_signed) \ argument
167 maxlen, __get, __put, __is_signed) \ argument
230 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument
236 __get, __put, __is_signed) \ argument
254 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument
260 __get, __put, __is_signed) \ argument
273 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument
279 __get, __put, is_signed) \ argument
H A Dgenl_magic_func.h37 __put, __is_signed) \ argument
42 __get, __put, __is_signed) \ argument
186 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument
196 __get, __put, __is_signed) \ argument
351 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument
355 if (__put(skb, attr_nr, s->name)) \
361 __get, __put, __is_signed) \ argument
364 if (__put(skb, attr_nr, min_t(int, maxlen, \
376 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument
380 __get, __put, __is_signed) argument
/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 Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
H A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/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 Dostream_insert.h50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY() local
51 if (__put != __n) in _GLIBCXX_VISIBILITY()
65 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in _GLIBCXX_VISIBILITY() local
66 if (_Traits::eq_int_type(__put, _Traits::eof())) in _GLIBCXX_VISIBILITY()
H A Dostream.tcc163 const int_type __put = this->rdbuf()->sputc(__c); in put()
164 if (traits_type::eq_int_type(__put, traits_type::eof())) in put()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dexport.h19 .macro __put, val, name
40 __put \val, __kstrtab_\name
/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/backward/
H A Dstrstream79 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
80 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
81 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
145 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/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/backward/
H A Dstrstream79 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
80 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
81 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
145 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bio-prison-v2.c189 static bool __put(struct dm_bio_prison_v2 *prison, in __put() function
218 r = __put(prison, cell); in dm_cell_put_v2()
/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 Dostream319 const streamsize __put = this->rdbuf()->sputn(__s, __n);
320 if (__put != __n)
/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/
H A Dostream319 const streamsize __put = this->rdbuf()->sputn(__s, __n);
320 if (__put != __n)